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
fcc6cd56
Commit
fcc6cd56
authored
Jun 17, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加名称筛选酒店
parent
cb3913dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
10 deletions
+15
-10
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+1
-1
comCheckHotel.vue
src/components/commonPage/comCheckHotel.vue
+14
-9
No files found.
src/components/Hotel/roomReservationsDetails.vue
View file @
fcc6cd56
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,7 @@
<tr>
<tr>
<td
width=
"70"
style=
"text-align:center;"
colspan=
"2"
>
<td
width=
"70"
style=
"text-align:center;"
colspan=
"2"
>
<span
style=
"color:red"
>
{{
subItem
.
NewHotelName
}}
</span>
<span
style=
"color:red"
>
{{
subItem
.
NewHotelName
}}
</span>
<el-popover
placement=
"right"
width=
"5
0
0"
trigger=
"click"
v-model=
"subItem.isShowPop"
>
<el-popover
placement=
"right"
width=
"5
4
0"
trigger=
"click"
v-model=
"subItem.isShowPop"
>
<comCheckHotel
:ref=
"'comCheckHotel'+index+subIndex+''"
v-on:childHotel=
"childHotelList"
:UseDate=
"item.UseTimeStr"
>
<comCheckHotel
:ref=
"'comCheckHotel'+index+subIndex+''"
v-on:childHotel=
"childHotelList"
:UseDate=
"item.UseTimeStr"
>
</comCheckHotel>
</comCheckHotel>
<el-button
size=
"small"
type=
"danger"
:data-index=
"'comCheckHotel'+index+subIndex+''"
<el-button
size=
"small"
type=
"danger"
:data-index=
"'comCheckHotel'+index+subIndex+''"
...
...
src/components/commonPage/comCheckHotel.vue
View file @
fcc6cd56
...
@@ -53,15 +53,20 @@
...
@@ -53,15 +53,20 @@
<div
class=
"Ck_hotelInfo"
>
<div
class=
"Ck_hotelInfo"
>
<span
style=
"color:red"
>
{{
UseDate
}}
</span>
酒店库存信息
<span
style=
"color:red"
>
{{
UseDate
}}
</span>
酒店库存信息
</div>
</div>
<div
class=
"cm_hotelTitle"
>
<div
class=
"cm_hotelTitle clearfix"
>
地区筛选:
<div
style=
"float:left;"
>
<el-select
filterable
v-model=
"qMsg.ProvinceId"
:placeholder=
"$t('pub.pleaseSel')"
>
地区筛选:
<el-option
label=
"不限"
:value=
'0'
></el-option>
<el-select
filterable
v-model=
"qMsg.ProvinceId"
class=
"w120"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
"item in ProvinceList"
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
<el-option
label=
"不限"
:value=
'0'
></el-option>
</el-option>
<el-option
v-for=
"item in ProvinceList"
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-select>
</el-option>
酒店名称:
<input
type=
"text"
v-model=
"qMsg.Name"
@
keyup
.
enter=
"getList"
placeholder=
"请输入关键字"
/>
</el-select>
<input
type=
"button"
value=
"查询"
@
click=
"getCheckHotel()"
/>
</div>
<div
style=
"float:left;margin-left:20px;"
>
酒店名称:
<el-input
type=
"text"
v-model=
"qMsg.Name"
class=
"w120"
@
keyup
.
native
.
enter=
"getCheckHotel()"
placeholder=
"请输入关键字"
></el-input>
<input
type=
"button"
class=
"normalBtn"
value=
"查询"
@
click=
"getCheckHotel()"
/>
</div>
</div>
</div>
<div>
<div>
<el-tabs
type=
"border-card"
v-loading=
"loading"
v-if=
"IsShow"
>
<el-tabs
type=
"border-card"
v-loading=
"loading"
v-if=
"IsShow"
>
...
...
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