소스 검색

[CODE]: 调拨 查看 --> 数据字典回显

maxianghua 4 년 전
부모
커밋
b3785729b1
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/warehouseBusiness/stockTransfer/index.vue

+ 6 - 0
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -3169,9 +3169,15 @@ export default {
         }
         if (response.data.warehouse) {
           this.warehouseDrList = response.data.warehousebillsfeesDr;
+          for (let dr in this.warehouseDrList) {
+            this.$set(this.warehouseDrList[dr], "fFeeunitid", this.warehouseDrList[dr].fFeeunitid + '');
+          }
         }
         if (response.data.warehousebillsfeesCr) {
           this.warehouseCrList = response.data.warehousebillsfeesCr;
+          for (let cr in this.warehouseCrList) {
+            this.$set(this.warehouseCrList[cr], "fFeeunitid", this.warehouseCrList[cr].fFeeunitid + "");
+          }
         }
         if (response.data.sysUser) {
           this.userVal = response.data.sysUser