Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js =================================================================== diff -u -r12846 -r12977 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js (.../appropriationView.js) (revision 12846) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js (.../appropriationView.js) (revision 12977) @@ -283,7 +283,8 @@ manufacturer : manufacturer, producingArea : producingArea }); - top.Ext.getCmp('appropriateItemGrid').getStore().add(godownEntryItem); + //top.Ext.getCmp('appropriateItemGrid').getStore().add(godownEntryItem); + top.Ext.getCmp('appropriateItemGrid').getStore().insert(0,godownEntryItem); // top.Ext.getCmp('name1').setValue(''); // top.Ext.getCmp('amount1').setValue(''); @@ -550,7 +551,7 @@ {header : "disposableGoodsStockID",dataIndex : 'disposableGoodsStockID',hidden : true}, {header : "batchID",dataIndex : 'batchID',hidden : true}, {header : "identificationID",dataIndex : 'identificationID',hidden : true}, - {header : "名称",dataIndex : 'name',width : 180,menuDisabled : true}, + {header : "名称",dataIndex : 'name',width : 280,menuDisabled : true}, {header : "数量",dataIndex : 'amount',width : 60,menuDisabled : true}, {header : "可退库",dataIndex : 'canOutAmount',width : 60,menuDisabled : true}, {header : "批次",width : 100,dataIndex : 'batchNumber',menuDisabled : true}, @@ -607,7 +608,7 @@ typeAhead : false, allowBlank : true, disabled : true, - width : 180, + width : 280, listeners : { select : function(combo, record, index) { top.Ext.getCmp('name1').setValue(record.data.name);