haoxuan
2023-12-22 f86d07ccc55c800eaefc6b1cff0f242d71f6841b
调用地方修改
2个文件已修改
4 ■■■■ 已修改文件
src/views/sales/quotation/AddQuotationDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/salesDetails/AddSalesDetailsDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/quotation/AddQuotationDialog.vue
@@ -418,6 +418,7 @@
    this.setTableForm()
    this.getCommonData()
    this.formInfo()
    this.getUseSystemSet({modeType:'bjd'})
  },
  watch: {
    "editConfig.visible"(val) {
@@ -433,7 +434,6 @@
        this.objCode.codeStandID = this.editConfig.infomation.codeStandID
      }
      this.getRCodeStandardList()
      this.getUseSystemSet({modeType:'bjd'})
    },
    getCommonData() {
      getAllData()
src/views/sales/salesDetails/AddSalesDetailsDialog.vue
@@ -610,6 +610,7 @@
    this.setTableForm()
    this.getCommonData()
    this.formInfo()
    this.getUseSystemSet({modeType:'xsmx'})
    if (this.editConfig.title === "编辑") {
      this.productTableList.tableData = this.editConfig.infomation.products
    }
@@ -634,7 +635,6 @@
        this.objCode.codeStandID = this.editConfig.infomation.codeStandID
      }
      this.getRCodeStandardList()
      this.getUseSystemSet({modeType:'xsmx'})
    },
    getCommonData() {
      getAllData()