Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js =================================================================== diff -u -r34941 -r41155 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js (.../appropriationView.js) (revision 34941) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js (.../appropriationView.js) (revision 41155) @@ -703,17 +703,17 @@ {header : "identificationID",dataIndex : 'identificationID',hidden : true}, {header : "条码",dataIndex : 'barcode',width : 100,menuDisabled : true}, {header : "名称",dataIndex : 'name',width : 280,menuDisabled : true}, - {header : "数量",dataIndex : 'amount',width : 40,menuDisabled : true}, - {header : "可退库",dataIndex : 'canOutAmount',width : 40,menuDisabled : true}, + {header : "数量",dataIndex : 'amount',width : 70,menuDisabled : true}, + {header : "可退库",dataIndex : 'canOutAmount',width : 80,menuDisabled : true}, {header : "批次",width : 100,dataIndex : 'batchNumber',menuDisabled : true}, {header : "标识号",width : 80,dataIndex : 'identification',menuDisabled : true}, {header : "生产日期",width : 90,dataIndex : 'produceDate',hidden : !sstsConfig.showProduceDateOfDisposableGoods,menuDisabled : true}, {header : "失效日期",width : 90,dataIndex : 'expDate',menuDisabled : true},//, renderer:top.Ext.util.Format.dateRenderer('Y-m-d') - {header : "单价",dataIndex : 'cost',width : 40,menuDisabled : true}, + {header : "单价",dataIndex : 'cost',width : 70,menuDisabled : true}, {header : "供应商",width : 150,dataIndex : 'supplierName',menuDisabled : true}, {id : 'expandColumn',header : "删除",width : 50,menuDisabled : true,dataIndex : 'deleteButton', renderer:renderDeleteButton,hidden : commonEntry.isOpen()} ]), - width :835, + width :935, autoExpandColumn : 'expandColumn', selModel : new top.Ext.grid.RowSelectionModel({ singleSelect : false @@ -758,7 +758,7 @@ displayField : 'name', store : disposableGoodsStockStore, pageSize : 100, - listConfig: {width: 300}, + listWidth: '600', forceSelection : true, lazyInit : false, triggerAction : 'all', @@ -1100,7 +1100,7 @@ id : 'appropriationWin', layout : 'fit', title : entityName + '单信息', - width : 910, + width : 1010, height :500, modal : true, // autoHeight : true,