Ver código fonte

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

maxianghua 4 anos atrás
pai
commit
5d9a493e3b

+ 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