Index: ssts-web/src/main/webapp/disinfectsystem/invoice/canInvoiceTousseList.js =================================================================== diff -u -r25546 -r25552 --- ssts-web/src/main/webapp/disinfectsystem/invoice/canInvoiceTousseList.js (.../canInvoiceTousseList.js) (revision 25546) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/canInvoiceTousseList.js (.../canInvoiceTousseList.js) (revision 25552) @@ -184,7 +184,7 @@ var recyclingapplicationCm = new Ext.grid.ColumnModel([selectModel, // {header : "id",id : 'id',dataIndex : 'id',width : 50,hidden : true,menuDisabled: true}, {header : "条码",dataIndex : 'barcode',width : 120,menuDisabled: true}, - {header : "名称",id : 'showTousseName',dataIndex : 'showTousseName',width : 150,menuDisabled: true}, + {header : "名称",id :'showTousseName',dataIndex : 'showTousseName',width : 220,menuDisabled: true}, {header : "器械包状态",dataIndex : 'status',width : 80,menuDisabled: true}, {header : "装配时间",dataIndex : 'operationTime',width : 180,menuDisabled: true}, {header : "灭菌日期",dataIndex : 'sterileEndDate',width : 100,menuDisabled: true}, @@ -396,22 +396,22 @@ layout:'column', items:[{ layout : 'form', - columnWidth : 0.90, + columnWidth : 1, items:[new top.Ext.grid.EditorGridPanel({ id : 'canInvoiceTousseList_sendOutGoodsDetail', title : '待发货器械包', store : recyclingapplicationStore, sm : selectModel, cm : recyclingapplicationCm, enableHdMenu : false, - width :1000, + width :1200, height :fontSize == 12 ? 425 : 380, loadMask : true, tbar:[{ text: "", id : 'tousseAmountInfo' }], - autoExpandColumn : 'showTousseName', + //autoExpandColumn : 'showTousseName', frame : false, bodyStyle : 'border:1px solid #afd7af', viewConfig: {