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
5ed41b7a
Commit
5ed41b7a
authored
Jun 17, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
酒店查询修改
parent
4050c970
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
comCheckHotel.vue
src/components/commonPage/comCheckHotel.vue
+9
-3
No files found.
src/components/commonPage/comCheckHotel.vue
View file @
5ed41b7a
...
...
@@ -55,11 +55,13 @@
</div>
<div
class=
"cm_hotelTitle"
>
地区筛选:
<el-select
filterable
v-model=
"
ProvinceId"
@
change=
"getCheckHotel()
"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
filterable
v-model=
"
qMsg.ProvinceId
"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
label=
"不限"
:value=
'0'
></el-option>
<el-option
v-for=
"item in ProvinceList"
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-select>
酒店名称:
<input
type=
"text"
v-model=
"qMsg.Name"
@
keyup
.
enter=
"getList"
placeholder=
"请输入关键字"
/>
<input
type=
"button"
value=
"查询"
@
click=
"getCheckHotel()"
/>
</div>
<div>
<el-tabs
type=
"border-card"
v-loading=
"loading"
v-if=
"IsShow"
>
...
...
@@ -85,7 +87,10 @@
loading
:
false
,
dataList
:
[],
ProvinceList
:
[],
ProvinceId
:
0
,
//选择个省份编号
qMsg
:{
ProvinceId
:
0
,
//选择个省份编号
Name
:
""
,
//酒店名称
},
IsShow
:
false
,
ckedHotel
:{}
};
...
...
@@ -101,7 +106,8 @@
IsMoreThanZero
:
0
,
Country
:
"651"
,
IsAllHotel
:
1
,
Province
:
this
.
ProvinceId
,
Province
:
this
.
qMsg
.
ProvinceId
,
Name
:
this
.
qMsg
.
Name
,
sDate
:
this
.
UseDate
},
res
=>
{
this
.
loading
=
false
;
...
...
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