zuozhengqing
2023-10-17 36138e43a64c635e45d049fcb8fe03a1807d7260
跟进记录,销售明细单bug修复
2个文件已修改
4 ■■■ 已修改文件
src/views/client/followupRecords/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/sales/salesDetails/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/client/followupRecords/index.vue
@@ -256,7 +256,7 @@
    // 新建
    addBtnClick() {
      this.editConfig.title = "新建"
      this.editConfig.infomation = { ...this.addConfig }
      this.editConfig.infomation = { ...this.addConfig ,contact_name:"",sales_leads_name:"",sale_chance_name:""}
      this.editConfig.visible = true
    },
    // 编辑
src/views/sales/salesDetails/index.vue
@@ -308,6 +308,8 @@
      this.editConfig.infomation = {
        ...this.addConfig,
        currency: "人民币",
        sale_chance_name:"",
        subbill_name:"",
        client_name: Object.keys(this.addConfig).length === 0 ? "" : this.addConfig.client_name
      }
    },