diff --git a/js/accessory/child/accessory_out_bound_detail.js b/js/accessory/child/accessory_out_bound_detail.js index e95e505..5266f3f 100644 --- a/js/accessory/child/accessory_out_bound_detail.js +++ b/js/accessory/child/accessory_out_bound_detail.js @@ -160,18 +160,22 @@ function getPartDetails() { $('#applyNum').html(obj.applyNum); $('#remark').html(obj.remark); let suffix = "data:image/jpeg;base64," - if(obj.lyUrl){ - $('#lyUrl').html(''); - } - if(obj.zdUrl){ - $('#zdUrl').html(''); - } - if(obj.ckUrl){ - $('#ckUrl').html(''); - } - if(obj.shUrl){ - $('#shUrl').html(''); - } + // if(obj.lyUrl){ + // $('#lyUrl').html(''); + // } + // if(obj.zdUrl){ + // $('#zdUrl').html(''); + // } + // if(obj.ckUrl){ + // $('#ckUrl').html(''); + // } + // if(obj.shUrl){ + // $('#shUrl').html(''); + // } + $('#lyUrl').html(obj.userName) + $('#zdUrl').html(obj.zdUser) + $('#ckUrl').html(obj.ckUser) + $('#shUrl').html(obj.fzUser) setFileTable(obj.fileList); if (objParam.type === '0') { // 设备 let html = '';