Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js =================================================================== diff -u -r14582 -r14583 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 14582) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 14583) @@ -551,9 +551,9 @@ //刷新库存 function refreshStorage(warehouseId){ - if(lastLoadWarehouseId != null && lastLoadWarehouseId == warehouseId){ - return; - } +// if(lastLoadWarehouseId != null && lastLoadWarehouseId == warehouseId){ +// return; +// } var ids = ''; for ( var i = 0; i < recyclingapplicationStore.getCount(); i++) { var record = recyclingapplicationStore.getAt(i);