配件增加维修班叶盛海审核
This commit is contained in:
parent
f35aa49587
commit
c3fa28d1bd
|
|
@ -175,7 +175,11 @@ function getPartDetails() {
|
|||
$('#lyUrl').html(obj.userName)
|
||||
$('#zdUrl').html(obj.zdUser)
|
||||
$('#ckUrl').html("黄现梅")
|
||||
$('#shUrl').html(obj.fzUser)
|
||||
// $('#shUrl').html(obj.fzUser)
|
||||
if (obj.status == "1") {
|
||||
$('#shUrl').html("<UNK>");
|
||||
}
|
||||
$('#shUrl').append(obj.fzUser)
|
||||
setFileTable(obj.fileList);
|
||||
if (objParam.type === '0') { // 设备
|
||||
let html = '';
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@
|
|||
<td id="lyUrl"></td>
|
||||
<td id="zdUrl"></td>
|
||||
<td id="ckUrl"></td>
|
||||
<td id="shUrl"></td>
|
||||
<td id="shUrl">叶盛海、</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue