浏览代码

修改bug

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) {