diff --git a/js/accessory/accessory_out_bound_list.js b/js/accessory/accessory_out_bound_list.js index 24bbb50..f2a744d 100644 --- a/js/accessory/accessory_out_bound_list.js +++ b/js/accessory/accessory_out_bound_list.js @@ -112,8 +112,7 @@ function initTable() { [ { type: 'checkbox', - width: '4%', - fixed: 'left' + width: '3%' }, { width: '4%', @@ -133,7 +132,7 @@ function initTable() { }, { field: "type", - width: '10%', + width: '8%', title: "领用类型", unresize: true, sort: true, @@ -153,7 +152,6 @@ function initTable() { width: '10%', title: "领用人", unresize: true, - sort: true, align: "center", }, { @@ -161,12 +159,11 @@ function initTable() { width: '6%', title: "电话", unresize: true, - sort: true, align: "center", }, { field: "applyNum", - width: '8%', + width: '6%', title: "领用数", unresize: true, sort: true, @@ -200,7 +197,6 @@ function initTable() { title: "备注", unresize: true, align: "center", - sort: true, templet: function (d) { if (d.remark) { if (d.remark.length > 60) {