Index: ssts-web/src/main/webapp/disinfectsystem/packing/comboToussePackingView.js =================================================================== diff -u -r25153 -r25600 --- ssts-web/src/main/webapp/disinfectsystem/packing/comboToussePackingView.js (.../comboToussePackingView.js) (revision 25153) +++ ssts-web/src/main/webapp/disinfectsystem/packing/comboToussePackingView.js (.../comboToussePackingView.js) (revision 25600) @@ -651,7 +651,7 @@ }, { header : "聚合数量", dataIndex : 'amount', - width : 70, + width : 61, editor : { xtype: 'numberfield', allowDecimals : false, @@ -666,11 +666,11 @@ }, { header : "可装配数量", dataIndex : 'maxAmount', - width : 80 + width : 74 }, { header : "未清洗数量", dataIndex : 'unWashAmount', - width : 75 + width : 74 }] }); @@ -741,11 +741,11 @@ header : "聚合包名称", dataIndex : 'tousseName', sortable:false, - width : 200 + width : 180 }, { header : "打印数量", dataIndex : 'printAmount', - width : 70, + width : 61, editor : { xtype: 'numberfield', allowDecimals : false, @@ -760,7 +760,7 @@ }, { header : "装配数量", dataIndex : 'amount', - width : 70, + width : 61, editor : { xtype: 'numberfield', allowDecimals : false, @@ -775,7 +775,7 @@ },{ header : "包装类型", dataIndex : 'packageType', - width : 100, + width : 61, sortable:false, editor : new top.Ext4.form.field.ComboBox({ typeAhead: true, @@ -1097,7 +1097,7 @@ title : '装配聚合包', // width : '90%', // height: '90%', - width : 1000, + width : 1024, height: 600, // minWidth : 800, // minHeight: 600, @@ -1121,13 +1121,13 @@ autoScroll: true, height:'100%', layout : 'fit', - flex: 40, + flex: 39, items : [ waitComboTousseGrid ] },{ layout : 'form', buttonAlign:'center', height:'100%', - width:50, + width:48, items : [ { height :60, border:false @@ -1185,7 +1185,7 @@ } ] }, { height:'100%', - flex: 55, + flex: 60, autoScroll: true, layout : 'fit', items : [ comboTousseDataGrid ]