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
d4fc821d
Commit
d4fc821d
authored
Jun 05, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
18798251
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
20 deletions
+22
-20
HotelManagement.vue
src/components/Supplier/HotelManagement.vue
+2
-2
HotelQueryList.vue
src/components/Supplier/HotelQueryList.vue
+7
-5
HotelSalesBoard.vue
src/components/Supplier/HotelSalesBoard.vue
+5
-5
HotelTotalStock.vue
src/components/Supplier/HotelTotalStock.vue
+5
-5
roomQuery.vue
src/components/Supplier/roomQuery.vue
+2
-2
SupplierIndex.vue
src/components/SupplierIndex.vue
+1
-1
No files found.
src/components/Supplier/HotelManagement.vue
View file @
d4fc821d
...
...
@@ -221,7 +221,7 @@
<
template
>
<div
class=
"flexOne hotelmanagement"
>
<div
class=
"query-box"
>
<ul>
<ul
style=
"position:relative;"
>
<li>
<span
class=
"hotel_name"
>
<em>
{{
$t
(
'hotel.hotel_name'
)
}}
</em>
...
...
@@ -274,7 +274,7 @@
</el-select>
</span>
</li>
<li>
<li
style=
"position:absolute;top:0;right:10px;"
>
<button
class=
"hollowFixedBtn"
type=
"button"
@
click=
"resetPageIndex(),selectResource()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"button"
@
click=
"goSubInfo('HotelInfo2')"
>
{{
$t
(
'pub.addBtn'
)
}}
</button>
</li>
...
...
src/components/Supplier/HotelQueryList.vue
View file @
d4fc821d
<
template
>
<div>
<div
class=
"hotelQury2"
>
<div
class=
"query-box"
style=
"border-bottom: none;"
>
<ul>
<ul
style=
"position:relative;"
>
<li>
<span>
<em>
{{
$t
(
'system.quety_area'
)
}}
</em>
...
...
@@ -28,7 +28,7 @@
<li>
<span>
<em>
星级
</em>
<el-select
v-model=
"msg.Star"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-select
v-model=
"msg.Star"
class=
"w150"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
<el-option
label=
"3星或商务"
:value=
'3'
></el-option>
<el-option
label=
"4星"
:value=
'4'
></el-option>
...
...
@@ -67,7 +67,7 @@
</el-select>
</span>
</li>
<li>
<li
style=
"position:absolute;top:0;right:10px;"
>
<input
type=
"button"
class=
"normalBtn"
value=
"温馨提示"
@
click=
"showNotice=true,resetPageIndex(),GetHotelTipList()"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"查询"
@
click=
"getList()"
/>
...
...
@@ -695,5 +695,7 @@
.HotelQueryList
.el-table
td
{
padding
:
0
;
}
.hotelQury2
.w150
.el-input
{
width
:
150px
;
}
</
style
>
src/components/Supplier/HotelSalesBoard.vue
View file @
d4fc821d
...
...
@@ -213,10 +213,10 @@
<
template
>
<div
class=
"flexOne hotelSalesBoard"
style=
"padding:0 20px;"
>
<div
class=
"query-box Plan_Query"
>
<ul>
<ul
style=
"position:relative;"
>
<li>
<span>
<em>
{{
$t
(
'system.quety_area'
)
}}
</em>
<em
style=
"min-width:60px;"
>
{{
$t
(
'system.quety_area'
)
}}
</em>
<el-select
v-model=
"msg.Province"
filterable
@
change=
"getProvinceList(msg.Province,2)"
:placeholder=
"$t('hotel.hotel_province')"
>
<el-option
:key=
"0"
:value=
"0"
label=
"请选择"
></el-option>
...
...
@@ -229,7 +229,7 @@
</span>
</li>
<li>
<span><em>
{{
$t
(
'admin.admin_company'
)
}}
</em>
<span><em
style=
"min-width:60px;"
>
{{
$t
(
'admin.admin_company'
)
}}
</em>
<el-select
filterable
v-model=
'msg.OutBranchId'
:placeholder=
"$t('pub.unlimitedSel')"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'-1'
></el-option>
<el-option
v-for=
'item in companyList'
:label=
'item.BName'
:value=
'item.Id'
:key=
"item.Id"
>
...
...
@@ -239,7 +239,7 @@
</li>
<li>
<span>
<em>
酒店
</em>
<em
style=
"min-width:60px;"
>
酒店
</em>
<el-select
v-model=
"msg.HotelId"
:placeholder=
"$t('pub.pleaseSel')"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"defaultSelectValue"
></el-option>
<el-option
v-for=
"item in HotelList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
...
...
@@ -256,7 +256,7 @@
</el-select>
</span>
</li>
<li
style=
"
margin-right:50px
;"
>
<li
style=
"
position:absolute;right:10px;top:0
;"
>
<button
class=
"normalBtn"
type=
"button"
@
click=
"GetHoltelInventory()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<input
type=
"button"
class=
"normalBtn"
value=
"下载"
@
click=
"DownLoadHotelSalesBoard()"
/>
</li>
...
...
src/components/Supplier/HotelTotalStock.vue
View file @
d4fc821d
...
...
@@ -332,10 +332,10 @@
<
template
>
<div
class=
"flexOne hotelTS"
>
<div
class=
"query-box"
>
<ul>
<ul
style=
"position:relative"
>
<li>
<span>
<em>
{{
$t
(
'system.quety_area'
)
}}
</em>
<em
style=
"min-width:60px;"
>
{{
$t
(
'system.quety_area'
)
}}
</em>
<el-select
v-model=
"msg.Province"
filterable
@
change=
"getProvinceList(msg.Province,2)"
:placeholder=
"$t('hotel.hotel_province')"
>
<el-option
:key=
"0"
:value=
"0"
label=
"请选择"
></el-option>
...
...
@@ -349,7 +349,7 @@
</li>
<li>
<span>
<em>
酒店
</em>
<em
style=
"min-width:60px;"
>
酒店
</em>
<el-select
v-model=
"msg.HotelId"
:placeholder=
"$t('pub.pleaseSel')"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"DefaultSelectValue"
></el-option>
<el-option
v-for=
"item in HotelList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
...
...
@@ -358,7 +358,7 @@
</li>
<li
style=
"display:none;"
>
<span>
<em>
供应商
</em>
<em
style=
"min-width:60px;"
>
供应商
</em>
<el-select
v-model=
"msg.Supplier"
placeholder=
"请选择"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
<el-option
v-for=
"(item,index) in SupplierList"
:key=
"index"
:label=
"item.Name"
:value=
"item.ID"
>
...
...
@@ -378,7 +378,7 @@
</el-date-picker>
</div>
</li>
<li>
<li
style=
"position:absolute;right:10px;top:0;"
>
<input
type=
"button"
class=
"hollowFixedBtn"
:value=
"$t('pub.searchBtn')"
@
click=
"getList()"
/>
</li>
</ul>
...
...
src/components/Supplier/roomQuery.vue
View file @
d4fc821d
<
template
>
<div>
<div
class=
"query-box"
style=
"border-bottom: none;"
>
<ul>
<ul
style=
"position:relative;"
>
<li>
<span>
<em>
{{
$t
(
'Operation.Op_Country'
)
}}
/
{{
$t
(
'system.query_dest'
)
}}
</em>
...
...
@@ -95,7 +95,7 @@
:picker-options=
"pickerBeginDateAfter"
></el-date-picker>
</span>
</li>
<li>
<li
style=
"position:absolute;right:10px;top:0;"
>
<input
type=
"button"
class=
"normalBtn"
value=
"查询"
@
click=
"getList();resetPageIndex()"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"下载"
@
click=
"DownLoadHotel()"
/>
</li>
...
...
src/components/SupplierIndex.vue
View file @
d4fc821d
...
...
@@ -814,7 +814,7 @@
display: inline-block;
margin-left: 10px;
overflow: hidden;
width: 45px;
min-
width: 45px;
height: 50px;
}
...
...
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