报价单模块 销售机会带出对应的产品信息,切换销售机会或者清除操作的时候清空产品管理列表
1个文件已修改
1 ■■■■ 已修改文件
src/views/sales/quotation/AddQuotationDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/quotation/AddQuotationDialog.vue
@@ -641,6 +641,7 @@
        this.editConfig.infomation.client_name=row.client.name
        this.clientId = row.client.id
        this.saleChanceId = row.id
        this.productTableList.tableData = row.products?row.products:[]
      } else {
        this.editConfig.infomation.client_name = row.name
        this.clientId = row.id