问题修改
This commit is contained in:
parent
cc523a41b1
commit
ea151fa20c
|
|
@ -96,6 +96,17 @@ function initTable() {
|
|||
return d.LAY_NUM;
|
||||
},
|
||||
},
|
||||
{
|
||||
field: "type",
|
||||
width: '10%',
|
||||
title: "类型",
|
||||
unresize: true,
|
||||
align: "center",
|
||||
sort:true,
|
||||
templet: function (d) {
|
||||
return d.type === '1' ? '车辆':'吊车';
|
||||
},
|
||||
},
|
||||
{
|
||||
field: "supName",
|
||||
width: '15%',
|
||||
|
|
@ -106,7 +117,7 @@ function initTable() {
|
|||
},
|
||||
{
|
||||
field: "code",
|
||||
width: '15%',
|
||||
width: '14%',
|
||||
title: "需求计划编号",
|
||||
unresize: true,
|
||||
align: "center",
|
||||
|
|
@ -127,7 +138,7 @@ function initTable() {
|
|||
},
|
||||
{
|
||||
field: "money",
|
||||
width: '12%',
|
||||
width: '10%',
|
||||
title: "应付金额",
|
||||
unresize: true,
|
||||
align: "center",
|
||||
|
|
@ -138,7 +149,7 @@ function initTable() {
|
|||
},
|
||||
{
|
||||
field: "payMoney",
|
||||
width: '12%',
|
||||
width: '10%',
|
||||
title: "已付金额",
|
||||
unresize: true,
|
||||
align: "center",
|
||||
|
|
@ -155,7 +166,7 @@ function initTable() {
|
|||
},
|
||||
{
|
||||
field: "proName",
|
||||
width: '20%',
|
||||
width: '15%',
|
||||
title: "工程名称",
|
||||
unresize: true,
|
||||
align: "center",
|
||||
|
|
|
|||
Loading…
Reference in New Issue