diff --git a/js/car_settlement/child/payment_detail_list.js b/js/car_settlement/child/payment_detail_list.js index 65a51d0..b2db637 100644 --- a/js/car_settlement/child/payment_detail_list.js +++ b/js/car_settlement/child/payment_detail_list.js @@ -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",