songshankun
2023-10-16 fed894cd902c3a0dafbb90bb8a54eaec185d3232
Merge branch 'dev' into songshankun/adjust-style
1个文件已修改
4 ■■■■ 已修改文件
src/views/sales/contractManage/AddContractManageDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/contractManage/AddContractManageDialog.vue
@@ -296,6 +296,9 @@
  created() {
    this.$store.dispatch("geClient")
    // this.$store.dispatch("geQuotation")
    if (this.editConfig.title !== "新建") {
      this.isAddQuatation = false
    }
    this.getCommonData()
    this.formInfo()
  },
@@ -434,6 +437,7 @@
      } else if (value === "quotation") {
        this.editSelCommonConfig.title = "报价单"
        this.editSelCommonConfig.editVisible = true
        this.editSelCommonConfig.clientId = this.clientId
        this.editSelCommonConfig.tableInfomation = [...this.quotationList]
      }
    },