Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js =================================================================== diff -u -r12754 -r12798 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 12754) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 12798) @@ -620,9 +620,9 @@ var cm = new Ext.grid.ColumnModel([ {header : "条码",dataIndex : 'barcode',width : 65,menuDisabled: true}, - {header : "物品名称",dataIndex : 'showTousseName',width : 200,menuDisabled: true}, + {header : "物品名称",dataIndex : 'showTousseName',width : 190,menuDisabled: true}, {header : "name",dataIndex : 'name',hidden : true,menuDisabled: true}, - {header : "批次/灭菌日期",dataIndex : 'batchNumber',width : 90,menuDisabled: true}, + {header : "批次/灭菌日期",dataIndex : 'batchNumber',width : 125,menuDisabled: true}, {header : "灭菌炉名称",dataIndex : 'sterilizerName',width : 200,menuDisabled: true,hidden :true}, {header : "炉次",dataIndex : 'frequency',width : 50,menuDisabled: true,hidden :true}, {id : 'diposable',header : "是否一次性材料",dataIndex : 'diposable',hidden :true,width : 150}, @@ -636,7 +636,7 @@ } } })}, - {id : 'deleteItem',header:'删除',width : 45, align:'center', menuDisabled: true, + {id : 'deleteItem',header:'删除',width : 25, align:'center', menuDisabled: true, renderer: function(v,p,record){ var str = ""; return str; @@ -649,7 +649,7 @@ frame : true, labelSeparator : ':', bodyStyle : 'padding:5px 5px 0px 5px', - width : 960, + width : 1020, autoHeight : true, autoScroll : true, labelAlign:'right', @@ -939,7 +939,7 @@ store : sendOutGoodsStore, columnWidth : 0.5, cm : cm, - width : 530, + width : 560, height : 385, autoExpandColumn : 'deleteItem', enableHdMenu : false, @@ -1080,7 +1080,7 @@ store : recyclingapplicationStore, cm : recyclingapplicationCm, enableHdMenu : false, - width : 405, + width : 423, height :385, loadMask : true, tbar:[{ @@ -1215,7 +1215,7 @@ id : 'recyclingApplicationWin', layout : 'fit', title : '发货单', - width : 980, + width : 1020, height : 660, border : false, modal : true,