功能修改
This commit is contained in:
parent
3c88eb730f
commit
3f26c2a106
|
|
@ -160,18 +160,22 @@ function getPartDetails() {
|
||||||
$('#applyNum').html(obj.applyNum);
|
$('#applyNum').html(obj.applyNum);
|
||||||
$('#remark').html(obj.remark);
|
$('#remark').html(obj.remark);
|
||||||
let suffix = "data:image/jpeg;base64,"
|
let suffix = "data:image/jpeg;base64,"
|
||||||
if(obj.lyUrl){
|
// if(obj.lyUrl){
|
||||||
$('#lyUrl').html('<img src="' + (suffix + obj.lyUrl) + '" width="120px" height="50px">');
|
// $('#lyUrl').html('<img src="' + (suffix + obj.lyUrl) + '" width="120px" height="50px">');
|
||||||
}
|
// }
|
||||||
if(obj.zdUrl){
|
// if(obj.zdUrl){
|
||||||
$('#zdUrl').html('<img src="' + (suffix + obj.zdUrl) + '" width="120px" height="50px">');
|
// $('#zdUrl').html('<img src="' + (suffix + obj.zdUrl) + '" width="120px" height="50px">');
|
||||||
}
|
// }
|
||||||
if(obj.ckUrl){
|
// if(obj.ckUrl){
|
||||||
$('#ckUrl').html('<img src="' + (suffix + obj.ckUrl) + '" width="120px" height="50px">');
|
// $('#ckUrl').html('<img src="' + (suffix + obj.ckUrl) + '" width="120px" height="50px">');
|
||||||
}
|
// }
|
||||||
if(obj.shUrl){
|
// if(obj.shUrl){
|
||||||
$('#shUrl').html('<img src="' + (suffix + obj.shUrl) + '" width="120px" height="50px">');
|
// $('#shUrl').html('<img src="' + (suffix + obj.shUrl) + '" width="120px" height="50px">');
|
||||||
}
|
// }
|
||||||
|
$('#lyUrl').html(obj.userName)
|
||||||
|
$('#zdUrl').html(obj.zdUser)
|
||||||
|
$('#ckUrl').html(obj.ckUser)
|
||||||
|
$('#shUrl').html(obj.fzUser)
|
||||||
setFileTable(obj.fileList);
|
setFileTable(obj.fileList);
|
||||||
if (objParam.type === '0') { // 设备
|
if (objParam.type === '0') { // 设备
|
||||||
let html = '';
|
let html = '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue