Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js =================================================================== diff -u -r12787 -r12793 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js (.../appropriationView.js) (revision 12787) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/appropriationView.js (.../appropriationView.js) (revision 12793) @@ -300,6 +300,7 @@ hideTrigger : true, typeAhead : false, allowBlank : true, + disabled : true, width : 180, listeners : { select : function(combo, record, index) { @@ -310,8 +311,8 @@ // 清空批次和价格 clearBatchNumberAndPrice(); - - DiposableGoodsTableManager.getBatchsByDiposableGoodsId(record.data.id,false,function(batchesStr){ + var wareHouseid = top.Ext.getCmp('warehouseID').getValue(); + DiposableGoodsTableManager.getBatchsByDiposableGoodsId(record.data.id,wareHouseid,false,function(batchesStr){ var batches = JSON.parse(batchesStr); for(var i = 0;i