This commit is contained in:
cwchen 2024-11-16 16:55:31 +08:00
parent e360663fcf
commit 63e25dff30
1 changed files with 2 additions and 12 deletions

View File

@ -71,7 +71,7 @@ function initTable() {
cols: [ cols: [
[ [
{ {
width: '6.9%', width: '11.9%',
title: "序号", title: "序号",
align: "center", align: "center",
templet: function (d) { templet: function (d) {
@ -80,7 +80,7 @@ function initTable() {
}, },
{ {
field: "proName", field: "proName",
width: '15%', width: '20%',
title: "工程名称", title: "工程名称",
unresize: true, unresize: true,
align: "center", align: "center",
@ -115,16 +115,6 @@ function initTable() {
return '<span style="color:#409eff;font-weight:bold;">' + setNullNumValue(d.lydNum) + '</span>'; return '<span style="color:#409eff;font-weight:bold;">' + setNullNumValue(d.lydNum) + '</span>';
}, },
}, },
{
field: "allPrice",
width: '10%',
title: "配件退回单数量",
unresize: true,
align: "center",
templet: function (d) {
return '<span style="color:#f56c6c;font-weight:bold;">1</span>';
},
},
{ {
field: "remark", field: "remark",
width: '15%', width: '15%',