瀏覽代碼

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

maxianghua 4 年之前
父節點
當前提交
5d9a493e3b
共有 1 個文件被更改,包括 3 次插入0 次删除
  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