Index: ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationInvoiceView.js =================================================================== diff -u -r32516 -r35411 --- ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationInvoiceView.js (.../operationReservationInvoiceView.js) (revision 32516) +++ ssts-web/src/main/webapp/disinfectsystem/invoice/operationReservationInvoiceView.js (.../operationReservationInvoiceView.js) (revision 35411) @@ -1341,7 +1341,7 @@ if(!isUndefinedOrNullOrEmpty(responseText)){ var result = top.Ext.decode(responseText); if(!result.success){ - showResult("输入的条码有误!"); + showResult(result.message || "输入的条码有误!"); return; } top.Ext.getCmp('personInCharge').setValue(result.fullName);