qukaidi 2 سال پیش
والد
کامیت
cd13470ee0
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  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.queryParams.fBillstatus = "1";
             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("tFeeDo", JSON.stringify(this.increase_s));
             if (Cookies.get("sysType") == 1) {
@@ -4430,6 +4435,11 @@ export default {
 
             this.queryParams.fBillstatus = "1";
             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("tFeeDo", JSON.stringify(this.increase_s));
             if (Cookies.get("sysType") == 1) {