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
61175740
Commit
61175740
authored
Nov 24, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f2cb5acb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
HotelProductManage2.vue
src/components/Hotel/HotelProductManage2.vue
+9
-9
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+9
-9
No files found.
src/components/Hotel/HotelProductManage2.vue
View file @
61175740
...
@@ -800,9 +800,9 @@
...
@@ -800,9 +800,9 @@
PriceIsBreakfast
:
1
,
//是否含早餐(1-含,0-不含)
PriceIsBreakfast
:
1
,
//是否含早餐(1-含,0-不含)
PriceIsDinner
:
0
,
//是否含晚餐(1-含,0-不含)
PriceIsDinner
:
0
,
//是否含晚餐(1-含,0-不含)
TipContent
:
""
,
//注意事项
TipContent
:
""
,
//注意事项
customerpayt
ype
:
2
,
//结款方式
CustomerPayT
ype
:
2
,
//结款方式
paylimitfirstd
ay
:
1
,
//入住前几天上传名单
PayLimitFirstD
ay
:
1
,
//入住前几天上传名单
paylimitendd
ay
:
1
,
//入住前几天交尾款
PayLimitEndD
ay
:
1
,
//入住前几天交尾款
},
},
msg2
:
{
msg2
:
{
Hotel
:
'0'
,
Hotel
:
'0'
,
...
@@ -1190,9 +1190,9 @@
...
@@ -1190,9 +1190,9 @@
this
.
msg
.
PriceIsBreakfast
=
data
.
PriceIsBreakfast
;
this
.
msg
.
PriceIsBreakfast
=
data
.
PriceIsBreakfast
;
this
.
msg
.
PriceIsDinner
=
data
.
PriceIsDinner
;
this
.
msg
.
PriceIsDinner
=
data
.
PriceIsDinner
;
this
.
msg
.
TipContent
=
data
.
TipContent
;
this
.
msg
.
TipContent
=
data
.
TipContent
;
this
.
msg
.
customerpaytype
=
data
.
customerpayt
ype
;
this
.
msg
.
CustomerPayType
=
data
.
CustomerPayT
ype
;
this
.
msg
.
paylimitfirstday
=
data
.
paylimitfirstd
ay
;
this
.
msg
.
PayLimitFirstDay
=
data
.
PayLimitFirstD
ay
;
this
.
msg
.
paylimitendday
=
data
.
paylimitendd
ay
;
this
.
msg
.
PayLimitEndDay
=
data
.
PayLimitEndD
ay
;
}
}
})
})
},
},
...
@@ -1280,9 +1280,9 @@
...
@@ -1280,9 +1280,9 @@
this
.
msg
.
PriceIsBreakfast
=
1
;
this
.
msg
.
PriceIsBreakfast
=
1
;
this
.
msg
.
PriceIsDinner
=
0
;
this
.
msg
.
PriceIsDinner
=
0
;
this
.
msg
.
TipContent
=
""
;
this
.
msg
.
TipContent
=
""
;
this
.
msg
.
customerpayt
ype
=
2
;
this
.
msg
.
CustomerPayT
ype
=
2
;
this
.
msg
.
paylimitfirstd
ay
=
1
;
this
.
msg
.
PayLimitFirstD
ay
=
1
;
this
.
msg
.
paylimitendd
ay
=
1
;
this
.
msg
.
PayLimitEndD
ay
=
1
;
}
else
{
}
else
{
this
.
Error
(
res
.
data
.
message
)
this
.
Error
(
res
.
data
.
message
)
}
}
...
...
src/components/SalesModule/MyCustomer.vue
View file @
61175740
...
@@ -718,17 +718,17 @@
...
@@ -718,17 +718,17 @@
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"统一编码:"
>
<el-form-item
label=
"统一编码:"
>
<el-input
class=
'w200'
v-model=
'updateMsg.
uniquec
ode'
></el-input>
<el-input
class=
'w200'
v-model=
'updateMsg.
UniqueC
ode'
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"LINE ID:"
>
<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-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"Email:"
>
<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-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -960,9 +960,9 @@
...
@@ -960,9 +960,9 @@
Images
:
[],
Images
:
[],
customerExceptionList
:
[],
customerExceptionList
:
[],
CustomerExceptionIds
:
[],
CustomerExceptionIds
:
[],
uniquec
ode
:
''
,
UniqueC
ode
:
''
,
lineid
:
''
,
LINEID
:
''
,
e
mail
:
''
E
mail
:
''
},
},
cityList
:
[],
cityList
:
[],
regionList
:
[],
regionList
:
[],
...
@@ -1011,9 +1011,9 @@
...
@@ -1011,9 +1011,9 @@
// this.$message.error('请输入LINE ID')
// this.$message.error('请输入LINE ID')
// return
// 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_-
]
+
)
+$/
;
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
(
'请输入有效的邮箱'
)
this
.
$message
.
error
(
'请输入有效的邮箱'
)
return
return
}
}
...
@@ -1134,7 +1134,7 @@
...
@@ -1134,7 +1134,7 @@
if
(
x
.
housePhotos
&&
x
.
housePhotos
.
length
>
0
)
{
if
(
x
.
housePhotos
&&
x
.
housePhotos
.
length
>
0
)
{
this
.
HousePhotos
=
x
.
housePhotos
[
0
]
this
.
HousePhotos
=
x
.
housePhotos
[
0
]
}
}
this
.
updateMsg
.
UniqueCode
=
x
.
unique
C
ode
this
.
updateMsg
.
UniqueCode
=
x
.
unique
c
ode
this
.
updateMsg
.
LINEID
=
x
.
lineid
this
.
updateMsg
.
LINEID
=
x
.
lineid
this
.
updateMsg
.
Email
=
x
.
email
this
.
updateMsg
.
Email
=
x
.
email
}
else
{}
}
else
{}
...
...
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