فهرست منبع

修改财务检索报错问题

lichao 3 سال پیش
والد
کامیت
5ef0fcb401
3فایلهای تغییر یافته به همراه19 افزوده شده و 10 حذف شده
  1. 13 10
      src/views/finance/charge/index.vue
  2. 3 0
      src/views/finance/contrast/index.vue
  3. 3 0
      src/views/finance/payment/index.vue

+ 13 - 10
src/views/finance/charge/index.vue

@@ -2926,20 +2926,23 @@ export default {
                   this.innerVisible = false;
                   this.chargeList_s = [];
                   this.queryParameter = {
-                    fCorpid: "",
+                    fCorpid: null,
                     fToCorpid: this.queryParams.fCorpid,
-                    fMblno: "",
-                    fStatementNo: "",
-                    fFeeid: "",
-                    fBilltype: "",
-                    fBusinessType: "",
-                    fVslid: "",
-                    fVoyid: "",
-                    timeExamine: "",
-                    timeInterval: "",
+                    fMblno: null,
+                    fStatementNo: null,
+                    fFeeid: null,
+                    fBilltype: null,
+                    fBusinessType: null,
+                    fVslid: null,
+                    fVoyid: null,
+                    timeExamine: null,
+                    timeInterval: null,
                     fSystemType: Cookies.get("sysType")
                   };
                   this.increase_s = result;
+                  this.increase_s.forEach(data => {
+                    data.fId = null
+                  })
                 } else {
                   let i = Number(li) + 1;
                   Num += i + '、'

+ 3 - 0
src/views/finance/contrast/index.vue

@@ -3642,6 +3642,9 @@ export default {
                   fDc: "D",
                 };
                 this.DzfeeList = result;
+                this.DzfeeList.forEach(data => {
+                  data.fId = null
+                })
               } else {
                 let i = Number(li) + 1;
                 Num += i + "、";

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

@@ -3725,6 +3725,9 @@ export default {
                   fSystemType: Cookies.get("sysType"),
                 };
                 this.increase_s = result;
+                this.increase_s.forEach(data => {
+                  data.fId = null
+                })
               } else {
                 let i = Number(li) + 1;
                 Num += i + "、";