Browse Source

暂存

master
风继续吹 6 months ago
parent
commit
b3164bb8d1
2 changed files with 1071 additions and 0 deletions
  1. +39
    -0
      src/api/modules/http.js
  2. +1032
    -0
      src/views/Customer/labels.vue

+ 39
- 0
src/api/modules/http.js View File

@@ -1606,3 +1606,42 @@ export function toMergeRecord(params) {
})
}



// 销讲阶段列表
export function explainList(params) {
return request({
url: 'autoSR/zk/explain/list',
method: 'get',
params
})
}

// 销讲阶段新增阶段
export function explainAdd(params) {
return request({
url: 'autoSR/zk/explain/add',
method: 'get',
params
})
}

// 销讲阶段 编辑 一二级
export function explainUpdate(params) {
return request({
url: 'autoSR/zk/explain/update',
method: 'get',
params
})
}


// 销讲阶段 删除 一二级
export function explainDel(params) {
return request({
url: 'autoSR/zk/explain/del',
method: 'get',
params
})
}


+ 1032
- 0
src/views/Customer/labels.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save