Index: ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js =================================================================== diff -u -r26083 -r26270 --- ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 26083) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/invoicePlanExtractedForm.js (.../invoicePlanExtractedForm.js) (revision 26270) @@ -1000,7 +1000,7 @@ if(result.data[0].barcode != null){ addAbnormalGoods(result.data[0]); } - showResult(result.errMsg , null , 1); + showResult(result.errMsg , null , sstsConfig.messagePauseTimeOnInvoiceplanPage); }else{ showResult(result.errMsg , null , sstsConfig.messagePauseTimeOnInvoiceplanPage); } @@ -1083,7 +1083,7 @@ if(sstsConfig.isUseAbnormalGoodsTable && sstsConfig.isUseAbnormalGoodsTable == true){ //加入异常物品列表 addAbnormalGoods(goods); - showResult(msg , null , 1); + showResult(msg , null , sstsConfig.messagePauseTimeOnInvoiceplanPage); }else{ showResult(msg , null , sstsConfig.messagePauseTimeOnInvoiceplanPage); } @@ -1669,7 +1669,7 @@ if(sstsConfig.isUseAbnormalGoodsTable && sstsConfig.isUseAbnormalGoodsTable == true){ var AbnormalGoodsNum = top.Ext.getCmp('sendOutAbnormalGoods').getStore().data.keys; if(AbnormalGoodsNum.length > 0){ - showResult('请处理完异常物品再提交' , null , 1); + showResult('请处理完异常物品再提交' , null ,sstsConfig.messagePauseTimeOnInvoiceplanPage); return false; } }