Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
华国豪
CRM
Commits
46017cb4
Commit
46017cb4
authored
Mar 29, 2020
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
45746779
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
approvalBox.vue
src/components/approval/approvalBox.vue
+1
-1
addContactsBox.vue
src/components/contactsManagement/addContactsBox.vue
+5
-5
No files found.
src/components/approval/approvalBox.vue
View file @
46017cb4
...
...
@@ -296,7 +296,7 @@ export default {
CustomerId
:
0
,
AdviceStatus
:
0
,
AdviceContent
:
''
,
FollowupID
:
-
1
,
VisitId
:
-
1
,
IsMember
:
2
,
},
details
:
{},
...
...
src/components/contactsManagement/addContactsBox.vue
View file @
46017cb4
...
...
@@ -58,8 +58,8 @@
</el-col>
<el-col
:span=
"8"
>
<div
class=
"MyEditForm-item"
>
<el-form-item
label=
"所属客户"
prop=
"
CustomerId
"
>
<el-select
v-model=
"form.
CustomerId
"
placeholder=
"请选择所属客户"
>
<el-form-item
label=
"所属客户"
prop=
"
InfoID
"
>
<el-select
v-model=
"form.
InfoID
"
placeholder=
"请选择所属客户"
>
<el-option
v-for=
'item in CustomerList'
:key=
"item.CustomerId"
...
...
@@ -160,7 +160,7 @@ export default {
IsMain
:
[
{
required
:
true
,
message
:
'请选择是否决策人'
,
trigger
:
'change'
}
],
CustomerId
:
[
InfoID
:
[
{
required
:
true
,
message
:
'请选择客户'
,
trigger
:
'change'
}
],
Sex
:
[
...
...
@@ -179,7 +179,7 @@ export default {
zwList
:
[],
CustomerList
:
[],
form
:
{
CustomerId
:
''
,
InfoID
:
''
,
ContactName
:
''
,
ContactPhone
:
''
,
ContactDuty
:
''
,
...
...
@@ -251,7 +251,7 @@ export default {
},
resetForm
(
formName
)
{
// 重置表单
this
.
form
=
{
CustomerId
:
''
,
InfoID
:
''
,
ContactName
:
''
,
ContactPhone
:
''
,
ContactDuty
:
''
,
...
...
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