Browse Source

修改bug

qukaidi 2 years ago
parent
commit
cd13470ee0
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/views/finance/payment/index.vue

+ 10 - 0
src/views/finance/payment/index.vue

@@ -4359,6 +4359,11 @@ export default {
             // this.chargeList.fBillstatus = '1'
             // this.chargeList.fBillstatus = '1'
             this.queryParams.fBillstatus = "1";
             this.queryParams.fBillstatus = "1";
             let formData = new window.FormData();
             let formData = new window.FormData();
+            if(this.increase_s){
+              this.increase_s.forEach(e=>{
+                e.fInvoiceNo=e.invoiceNo
+              })
+            }
             formData.append("tFee", JSON.stringify(this.queryParams));
             formData.append("tFee", JSON.stringify(this.queryParams));
             formData.append("tFeeDo", JSON.stringify(this.increase_s));
             formData.append("tFeeDo", JSON.stringify(this.increase_s));
             if (Cookies.get("sysType") == 1) {
             if (Cookies.get("sysType") == 1) {
@@ -4430,6 +4435,11 @@ export default {
 
 
             this.queryParams.fBillstatus = "1";
             this.queryParams.fBillstatus = "1";
             let formData = new window.FormData();
             let formData = new window.FormData();
+            if(this.increase_s){
+              this.increase_s.forEach(e=>{
+                e.fInvoiceNo=e.invoiceNo
+              })
+            }
             formData.append("tFee", JSON.stringify(this.queryParams));
             formData.append("tFee", JSON.stringify(this.queryParams));
             formData.append("tFeeDo", JSON.stringify(this.increase_s));
             formData.append("tFeeDo", JSON.stringify(this.increase_s));
             if (Cookies.get("sysType") == 1) {
             if (Cookies.get("sysType") == 1) {