Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
42821955
Commit
42821955
authored
Nov 18, 2019
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改门店联系人名称
parent
4ddb1541
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
MyCustomerDetail.vue
src/components/SalesModule/MyCustomerDetail.vue
+12
-3
No files found.
src/components/SalesModule/MyCustomerDetail.vue
View file @
42821955
...
...
@@ -54,7 +54,12 @@
<el-input
class=
'w200'
v-model=
'updateMsg.CustomerName'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"18"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"门店名称:"
>
<el-input
class=
'w200'
v-model=
'updateMsg.Contact'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
</el-col>
</el-row>
<el-row
:gutter=
"20"
style=
'margin-top:13px;'
>
...
...
@@ -330,6 +335,7 @@
Address
:
''
,
Country
:
2
,
Province
:
0
,
Contact
:
''
,
City
:
0
,
District
:
0
,
HousePhotos
:[],
...
...
@@ -338,7 +344,9 @@
},
rules
:{
contactName
:[
{
required
:
true
,
message
:
'请输入姓名'
,
trigger
:
'blur'
}
{
required
:
true
,
message
:
'请输入门店名称'
,
trigger
:
'blur'
}
],
Contact
:[
{
required
:
true
,
message
:
'请输入联系人名称'
,
trigger
:
'blur'
}
],
contactDuty
:[
{
required
:
true
,
message
:
'请选择职务'
,
trigger
:
'change'
}
...
...
@@ -438,7 +446,8 @@
this
.
customerInfo
.
address
=
this
.
customerInfo
.
address
}
this
.
contact
=
res
.
data
.
data
.
contact
this
.
updateMsg
.
CustomerName
=
x
.
customerName
this
.
updateMsg
.
CustomerName
=
x
.
customerName
this
.
updateMsg
.
Contact
=
x
.
Contact
this
.
updateMsg
.
CustomerId
=
x
.
customerId
this
.
updateMsg
.
Address
=
x
.
address
this
.
updateMsg
.
Province
=
x
.
province
...
...
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