This commit is contained in:
parent
e360663fcf
commit
63e25dff30
|
|
@ -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%',
|
||||
|
|
|
|||
Loading…
Reference in New Issue