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
3c9b1a9c
Commit
3c9b1a9c
authored
Mar 08, 2024
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
32dade9f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
HotelQueryList.vue
src/components/Hotel/singleProduct/HotelQueryList.vue
+2
-2
ModifyHotelOrder.vue
src/components/Hotel/singleProduct/ModifyHotelOrder.vue
+3
-2
ChosenHotel.vue
...components/Hotel/singleProduct/components/ChosenHotel.vue
+5
-4
No files found.
src/components/Hotel/singleProduct/HotelQueryList.vue
View file @
3c9b1a9c
...
@@ -154,8 +154,8 @@
...
@@ -154,8 +154,8 @@
pageSize
:
10
,
pageSize
:
10
,
//酒店选择数组
//酒店选择数组
HotelChooseArray
:
[],
HotelChooseArray
:
[],
StartDate
:
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
,
StartDate
:
''
,
EndDate
:
this
.
getBeforeDate
(
-
30
,
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)))
,
EndDate
:
''
,
//只查询日本
//只查询日本
Country
:
"0"
,
Country
:
"0"
,
Province
:
0
,
Province
:
0
,
...
...
src/components/Hotel/singleProduct/ModifyHotelOrder.vue
View file @
3c9b1a9c
...
@@ -360,8 +360,9 @@
...
@@ -360,8 +360,9 @@
<div
class=
"content-header"
style=
"padding: 9px 10px;"
>
<div
class=
"content-header"
style=
"padding: 9px 10px;"
>
<span>
新日期预定
</span>
<span>
新日期预定
</span>
<div>
<div>
<!--:picker-options="beforeCheck"-->
<el-date-picker
class=
"w150"
v-model=
"newDate"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择日期"
<el-date-picker
class=
"w150"
v-model=
"newDate"
type=
"date"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择日期"
:picker-options=
"beforeCheck"
></el-date-picker>
></el-date-picker>
</div>
</div>
</div>
</div>
<div
class=
"content-Car content-picker-text"
>
<div
class=
"content-Car content-picker-text"
>
...
@@ -400,7 +401,7 @@
...
@@ -400,7 +401,7 @@
},
},
data
()
{
data
()
{
return
{
return
{
newDate
:
this
.
getBeforeDate
(
-
2
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)),
newDate
:
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)),
orderId
:
0
,
orderId
:
0
,
order
:
{},
//下单信息
order
:
{},
//下单信息
loading
:
false
,
loading
:
false
,
...
...
src/components/Hotel/singleProduct/components/ChosenHotel.vue
View file @
3c9b1a9c
...
@@ -10,7 +10,8 @@
...
@@ -10,7 +10,8 @@
<el-option
:key=
"0"
:value=
"0"
:label=
"$t('pub.pleaseSel')"
></el-option>
<el-option
:key=
"0"
:value=
"0"
:label=
"$t('pub.pleaseSel')"
></el-option>
<el-option
v-for=
"item in provinceList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
<el-option
v-for=
"item in provinceList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
</el-select>
<el-select
class=
"option"
v-model=
"msg.City"
filterable
:placeholder=
"$t('hotel.hotel_city')"
clearable
@
clear=
"msg.City=0"
>
<el-select
class=
"option"
v-model=
"msg.City"
filterable
:placeholder=
"$t('hotel.hotel_city')"
clearable
@
clear=
"msg.City=0"
>
<el-option
:key=
"0"
:value=
"0"
:label=
"$t('pub.pleaseSel')"
></el-option>
<el-option
:key=
"0"
:value=
"0"
:label=
"$t('pub.pleaseSel')"
></el-option>
<el-option
v-for=
"item in cityList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
<el-option
v-for=
"item in cityList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
</el-select>
...
@@ -165,12 +166,12 @@
...
@@ -165,12 +166,12 @@
return
{
return
{
total
:
0
,
total
:
0
,
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
10
,
pageSize
:
10
,
//酒店选择数组
//酒店选择数组
HotelChooseArray
:
[],
HotelChooseArray
:
[],
StartDate
:
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
))
,
StartDate
:
''
,
EndDate
:
this
.
getBeforeDate
(
-
30
,
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
)))
,
EndDate
:
''
,
//只查询日本
//只查询日本
Country
:
"0"
,
Country
:
"0"
,
Province
:
0
,
Province
:
0
,
...
...
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