Index: ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutToSupplyRoomView.js =================================================================== diff -u -r16108 -r16452 --- ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutToSupplyRoomView.js (.../godownOutToSupplyRoomView.js) (revision 16108) +++ ssts-web/src/main/webapp/disinfectsystem/assestManagement/godownEntry/godownOutToSupplyRoomView.js (.../godownOutToSupplyRoomView.js) (revision 16452) @@ -705,8 +705,9 @@ // 清空批次和价格 clearBatchNumberAndPrice(); - - DiposableGoodsTableManager.getBatchsByDiposableGoodsIdAndWarehouseId(record.data.id,top.Ext.getCmp("cssdWareHouse").getValue(),true,function(batchesStr){ + // 消毒供应中心领用单批次选项是否显示库存为0的批次(小榄人民医院需求:不显示库存为0的批次) + var notShowZeroStorage = sstsConfig.notShowZeroStorage ? false : true; + DiposableGoodsTableManager.getBatchsByDiposableGoodsIdAndWarehouseId(record.data.id,top.Ext.getCmp("cssdWareHouse").getValue(),notShowZeroStorage,function(batchesStr){ var batches = JSON.parse(batchesStr); for(var i = 0;i