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
a2a6415c
Commit
a2a6415c
authored
Nov 24, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c1358341
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+13
-13
No files found.
src/components/SalesModule/MyCustomer.vue
View file @
a2a6415c
...
...
@@ -719,17 +719,17 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"统一编码:"
>
<el-input
class=
'w200'
v-model=
'updateMsg.
U
niqueCode'
></el-input>
<el-input
class=
'w200'
v-model=
'updateMsg.
u
niqueCode'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"LINE ID:"
>
<el-input
class=
'w200'
v-model=
'updateMsg.
LINEID
'
></el-input>
<el-input
class=
'w200'
v-model=
'updateMsg.
lineid
'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"Email:"
>
<el-input
class=
'w200'
v-model=
'updateMsg.
E
mail'
></el-input>
<el-input
class=
'w200'
v-model=
'updateMsg.
e
mail'
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -961,9 +961,9 @@
Images
:
[],
customerExceptionList
:
[],
CustomerExceptionIds
:
[],
U
niqueCode
:
''
,
LINEID
:
''
,
E
mail
:
''
u
niqueCode
:
''
,
lineid
:
''
,
e
mail
:
''
},
cityList
:
[],
regionList
:
[],
...
...
@@ -1004,17 +1004,17 @@
this
.
$message
.
error
(
'请输入联系人'
)
return
}
// if(!this.updateMsg.
U
niqueCode){
// if(!this.updateMsg.
u
niqueCode){
// this.$message.error('请输入统一编码')
// return
// }
// if(!this.updateMsg.
LINEID
){
// if(!this.updateMsg.
lineid
){
// this.$message.error('请输入LINE ID')
// return
// }
if
(
this
.
updateMsg
.
E
mail
){
if
(
this
.
updateMsg
.
e
mail
){
var
reg
=
/^
[
A-Za-z0-9
\u
4e00-
\u
9fa5
]
+@
[
a-zA-Z0-9_-
]
+
(\.[
a-zA-Z0-9_-
]
+
)
+$/
;
if
(
!
reg
.
test
(
this
.
updateMsg
.
E
mail
)){
if
(
!
reg
.
test
(
this
.
updateMsg
.
e
mail
)){
this
.
$message
.
error
(
'请输入有效的邮箱'
)
return
}
...
...
@@ -1135,9 +1135,9 @@
if
(
x
.
housePhotos
&&
x
.
housePhotos
.
length
>
0
)
{
this
.
HousePhotos
=
x
.
housePhotos
[
0
]
}
this
.
updateMsg
.
U
niqueCode
=
x
.
uniqueCode
this
.
updateMsg
.
LINEID
=
x
.
lineid
this
.
updateMsg
.
E
mail
=
x
.
email
this
.
updateMsg
.
u
niqueCode
=
x
.
uniqueCode
this
.
updateMsg
.
lineid
=
x
.
lineid
this
.
updateMsg
.
e
mail
=
x
.
email
}
else
{}
},
err
=>
{})
},
...
...
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