haoxuan
2024-04-15 4755c05cf9673876e13bd139cc4ec2d851cd83e3
库存调拨 3个字段的回显问题修改
1个文件已修改
12 ■■■■■ 已修改文件
src/views/operate/allot/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/allot/index.vue
@@ -340,6 +340,18 @@
      };
      row.locationID = row.location.jointName;
      row.locationId = row.location.value;
      row.managerObj={
        label:row.manager,
        value:row.managerId
      }
      row.accountantObj={
        label:row.accountant,
        value:row.accountantId
      }
      row.custodianObj={
        label:row.custodian,
        value:row.custodianId
      }
      this.editConfig.infomation = { ...row };
    },
    // 新建