配件增加维修班叶盛海审核

This commit is contained in:
syruan 2025-12-26 15:22:15 +08:00
parent f35aa49587
commit c3fa28d1bd
2 changed files with 6 additions and 2 deletions

View File

@ -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 = '';

View File

@ -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>