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: [
[
{
width: '6.9%',
width: '11.9%',
title: "序号",
align: "center",
templet: function (d) {
@ -80,7 +80,7 @@ function initTable() {
},
{
field: "proName",
width: '15%',
width: '20%',
title: "工程名称",
unresize: true,
align: "center",
@ -115,16 +115,6 @@ function initTable() {
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",
width: '15%',