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
f6df0711
Commit
f6df0711
authored
Dec 06, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户经理为必填项
parent
c5cb7133
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
addPotentialCustom.vue
src/views/ecw/customer/addPotentialCustom.vue
+2
-1
No files found.
src/views/ecw/customer/addPotentialCustom.vue
View file @
f6df0711
...
...
@@ -48,7 +48,7 @@
<el-form-item
:label=
"$t('客户类别')"
prop=
"type"
>
<dict-selector
v-model=
"form.type"
:type=
"DICT_TYPE.CUSTOMER_TYPE"
form-type=
"checkbox"
multiple
></dict-selector>
</el-form-item>
<el-form-item
:label=
"$t('客户经理')"
>
<el-form-item
prop=
"customerService"
:label=
"$t('客户经理')"
>
<el-select
v-model=
"form.customerService"
:placeholder=
"$t('请选择客户经理')"
>
<el-option
v-for=
"item in serviceUserList"
:key=
"item.id"
:label=
"item.nickname"
:value=
"item.id"
/>
...
...
@@ -166,6 +166,7 @@ export default {
rules
(){
return
{
name
:{
required
:
true
,
message
:
this
.
$t
(
'
请输入名称
'
),
target
:
'
blur
'
},
customerService
:{
required
:
true
,
message
:
this
.
$t
(
'
请选择客户经理。
'
),
target
:[
'
blur
'
],
type
:
'
number
'
},
customerContacts
:[{
areaCode
:{
required
:
true
,
message
:
this
.
$t
(
'
请输入区号。
'
),
target
:
'
blur
'
},
phoneNew
:{
required
:
true
,
message
:
this
.
$t
(
'
请输入电话号码。
'
),
target
:
'
blur
'
}
},],
type
:{
type
:
'
array
'
,
message
:
this
.
$t
(
'
请输入客户类别。
'
),
required
:
true
,
target
:[
'
blur
'
,
'
change
'
]},
source
:{
message
:
this
.
$t
(
'
前请输入客户来源
'
),
required
:
true
,
target
:
'
change
'
,
type
:
'
number
'
}
...
...
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