Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
eeea2886
Commit
eeea2886
authored
Aug 20, 2024
by
yujinyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改客户相关信息字段
parent
82936447
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
631 additions
and
438 deletions
+631
-438
dict.js
src/store/modules/dict.js
+1
-0
dict.js
src/utils/dict.js
+5
-0
edit.vue
src/views/ecw/customer/edit.vue
+624
-437
index.vue
src/views/ecw/customer/index.vue
+1
-1
No files found.
src/store/modules/dict.js
View file @
eeea2886
...
...
@@ -39,6 +39,7 @@ const actions = {
cssClass
:
dictData
.
cssClass
,
})
})
console
.
log
(
dictDataMap
)
// 存储到 Store 中
commit
(
'
SET_DICT_DATAS
'
,
dictDataMap
)
})
...
...
src/utils/dict.js
View file @
eeea2886
...
...
@@ -159,6 +159,11 @@ export const DICT_TYPE = {
CUSTOMER_LEVEL_RULE_TYPE
:
'
customer_level_rule_type
'
,
CUSTOMER_ESOURCE_TYPE
:
'
customer_resource_type
'
,
//客户资源类型
CUSTOMER_OPERATE_TYPE
:
'
customer_operate_type
'
,
CUSTOMER_GET_METHOD
:
'
customer_get_method
'
,
//获取方式
CUSTOMER_FROM
:
'
customer_from
'
,
//创建入口
CUSTOMER_ROLE
:
'
customer_role
'
,
//角色
MAJOR_COMPETITORS
:
'
major_competitors
'
,
//主要竞争对手
// order
ORDER_TYPE
:
'
order_type
'
,
// 订单类型
PRODUCT_RECORD_ATTRIBUTE
:
'
product_record_attribute
'
,
//产品备案属性
...
...
src/views/ecw/customer/edit.vue
View file @
eeea2886
This diff is collapsed.
Click to expand it.
src/views/ecw/customer/index.vue
View file @
eeea2886
...
...
@@ -47,7 +47,7 @@
<el-input
:placeholder=
"$t('请输入联系方式')"
v-model.trim=
"queryParams.defaultContactPhone"
onkeyup=
"this.value=this.value.replace(/
(^\s*)|(\s*$)/g,
'')"
onkeyup=
"this.value=this.value.replace(/
\s+/g,
'')"
></el-input>
</el-form-item>
<el-form-item
:label=
"$t('客户类别')"
prop=
"level"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment