Browse Source

[CODE]: 仓储费查看 计价单位 回显

maxianghua 4 years ago
parent
commit
5d9a493e3b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/warehouseBusiness/storageFeeCalculation/index.vue

+ 3 - 0
src/views/warehouseBusiness/storageFeeCalculation/index.vue

@@ -1404,6 +1404,9 @@
           }
           if (response.data.warehouseFeesList) {
             this.warehouseDrList = response.data.warehouseFeesList
+            for (let dr in this.warehouseDrList) {
+              this.$set(this.warehouseDrList[dr], "fFeeunitid", this.warehouseDrList[dr].fFeeunitid + '');
+            }
           }
           if (response.data.feesList) {
             this.fWbuOptions = response.data.feesList