zuozhengqing
2024-01-08 554aef0a4395d72dc3e2d22990c129475b052b5f
客户服务单,销售机会字段调整
5个文件已修改
16 ■■■■■ 已修改文件
src/views/client/client/AddClientManageDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/client/client/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/client/followupRecords/AddFollowupRecordsDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/client/followupRecords/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/service/clientServiceOrder/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/client/client/AddClientManageDialog.vue
@@ -81,7 +81,7 @@
                  </div>
                </el-form-item>
              </el-col>
              <el-col :span="12">
              <el-col :span="12" v-if="editConfig.infomation.activeName==='second'">
                <el-form-item label="销售负责人" prop="member_id">
                  <el-select
                    v-model="editConfig.infomation.member_id"
src/views/client/client/index.vue
@@ -300,10 +300,10 @@
    },
    // 编辑
    handleClick(row) {
      console.log(row)
      this.editConfig.title = "编辑"
      this.editConfig.infomation = {
        ...row
        ...row,
        activeName:this.activeName,
      }
      this.editConfig.visible = true
    },
src/views/client/followupRecords/AddFollowupRecordsDialog.vue
@@ -463,6 +463,10 @@
    }
  },
  created() {
    this.getChanceList(this.editConfig.infomation.client_id)
    if(this.editContactsConfig.title==="编辑"){
      this.isChance=false
    }
    this.$store.dispatch("geClient")
    this.getCommonData()
    this.getContactInfoList()
src/views/client/followupRecords/index.vue
@@ -174,7 +174,8 @@
        content = this.addConfig.id
      }
      this.search_map = {
        [this.addConfig.id_name]: content
        // [this.addConfig.id_name]: content
        contact_id: content
      }
    }
    this.getData(this.search_map)
@@ -266,7 +267,7 @@
      let config=JSON.parse(JSON.stringify(row));
      config.client_status_id=config.client_status_id?config.client_status_id:null
      config.contact_information_id=config.contact_information_id?config.contact_information_id:null
      this.editConfig.infomation = { ...config, sale_chance_name: "", sales_leads_name: "" }
      this.editConfig.infomation = { ...config, sale_chance_name:row.sale_chance.name, sales_leads_name: "" }
      this.editConfig.visible = true
    },
    // 删除
src/views/service/clientServiceOrder/index.vue
@@ -252,7 +252,6 @@
    },
    // 编辑
    handleClick(row) {
      console.log(row)
      this.editConfig.visible = true
      this.editConfig.title = "编辑"
      this.editConfig.infomation = {