Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js =================================================================== diff -u -r14933 -r14943 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 14933) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 14943) @@ -565,7 +565,7 @@ var name = record.get('name'); var diposable = record.get('diposable'); if(name == vo.name && diposable != vo.diposable){ - var msg = '待发物品['+name+']为一次性物品,请扫描批次条码!'; + var msg = '待发物品['+name+']为一次性物品,请扫描一次性物品条码!'; if(diposable != '是'){ msg = '待发物品['+name+']为器械包,请扫描器械包条码!'; }