diff --git a/js/accessory/pro_count_list.js b/js/accessory/pro_count_list.js index 201c41d..91aa774 100644 --- a/js/accessory/pro_count_list.js +++ b/js/accessory/pro_count_list.js @@ -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 '' + setNullNumValue(d.lydNum) + ''; }, }, - { - field: "allPrice", - width: '10%', - title: "配件退回单数量", - unresize: true, - align: "center", - templet: function (d) { - return '1'; - }, - }, { field: "remark", width: '15%',