From 3f26c2a106689f483bcb875a8bfaef6fa45d7f20 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Thu, 17 Jul 2025 14:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../child/accessory_out_bound_detail.js | 28 +++++++++++-------- 1 file changed, 16 insertions(+), 12 deletions(-) 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 = '';