高敬炎 2 年之前
父節點
當前提交
e850217ab4
共有 1 個文件被更改,包括 10 次插入5 次删除
  1. 10 5
      src/views/warehousenew/warehousingOrder.vue

+ 10 - 5
src/views/warehousenew/warehousingOrder.vue

@@ -831,7 +831,9 @@ export default {
       // warehouseList: [],
       currectfocusdata: {},
       customershow: false,
-      interestratevalue: {},
+      interestratevalue: {
+        value:''
+      },
       accessoryTFs: false,
       remarkList: false,
       dialogTitle: '',
@@ -2458,10 +2460,7 @@ export default {
     getList() {
       this.startDate = this.value2[0]
       this.endDate = this.value2[1]
-      getenabledinfo({ functionType: 2 }).toPromise()
-        .then((response) => {
-          this.interestratevalue = response
-        })
+      
       getwarehousingorder({
         compId: localStorage.getItem('ws-pf_compId'),
         startDate: this.startDate,
@@ -2505,6 +2504,12 @@ export default {
           this.deptBudgetTotal = response.total
           this.clearchecked()
         })
+        getenabledinfo({ functionType: 2 }).toPromise()
+        .then((response) => {
+          if(response){
+            this.interestratevalue = response
+          }
+        })
     },
 
     multiFilter(array, filters) {