Index: ssts-web/src/main/webapp/disinfectsystem/common/terminateInvoicePlan.js =================================================================== diff -u -r14732 -r14827 --- ssts-web/src/main/webapp/disinfectsystem/common/terminateInvoicePlan.js (.../terminateInvoicePlan.js) (revision 14732) +++ ssts-web/src/main/webapp/disinfectsystem/common/terminateInvoicePlan.js (.../terminateInvoicePlan.js) (revision 14827) @@ -5,7 +5,7 @@ return false; } for(var i = 0;i < records.length;i++){ - if ("已发货" == records[i].get('deliverStatus')){ + if ("已发货" == records[i].get('deliverStatus') && "借物单" != records[i].get('type')){ showResult("该单已发货或已终止的,不能被终止!"); return false; }