yangfeng
2023-12-14 e383f522e87b06e60d4cf1c3329bfd86c6b98bac
出库、入库、调拨编辑的时候入库类型不显示的问题
1个文件已修改
5 ■■■■ 已修改文件
src/views/overview/AddOverviewDialog.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/overview/AddOverviewDialog.vue
@@ -547,7 +547,10 @@
    this.setBottonView()
    this.setDetailTableForm()
    this.getLocationList()
    this.receiptType = this.editConfig.title === "查看" ? this.editConfig.infomation.operationTypeName : this.addName
    this.receiptType =
      this.editConfig.title === "查看" || this.editConfig.title === "编辑"
        ? this.editConfig.infomation.operationTypeName
        : this.addName
    if (this.showOperationType) {
      this.getListTransfer()
    }