Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js =================================================================== diff -u -r19989 -r20034 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 19989) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 20034) @@ -468,7 +468,16 @@ count = storageAmount; } } + if(project == 'gdsy'){ + if(goods.diposable == '是'){ + if(storageAmount < notSendAmount){// 库存小于待发货数量 + var msg = goods.showTousseName + goods.barcode + '库存不能满足发货计划!' + speaker.speak(msg,msg); + } + } + } + // 固定条码每次增加的数量不能超过包定义的扫描数量 if(goods.tousseFixedBarcode){ var remnantStorage = storageAmount - sendAmount;