Browse Source

Merge branch 'master' of http://114.55.67.98:8070/Natural_p1/zjugis_OA

songxy 7 months ago
parent
commit
5a4bd71c2e

+ 1 - 1
zjugis-business/src/main/resources/templates/FlowContractInvoice/js/apply.js

@@ -166,7 +166,7 @@
             }
         }
         if(contractInvoiceList.length>1){
-            if(Number(postData.contractInvoice.invoiceAmount) != Number(allInvoiceAmount)){
+            if(Number(postData.contractInvoice.invoiceAmount).toFixed(2) != Number(allInvoiceAmount).toFixed(2)){
                 all({success: false, errorMsg: "开票金额与所有项目开票金额之和不相等!"});
                 return;
             }