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
28c37b74
Commit
28c37b74
authored
Jun 05, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
63c98c69
4ddc801b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1262 additions
and
225 deletions
+1262
-225
ExchangeLoss.vue
src/components/FinancialModule/ExchangeLoss.vue
+1028
-0
HotelInfo.vue
src/components/Supplier/HotelInfo.vue
+195
-197
HotelManagement.vue
src/components/Supplier/HotelManagement.vue
+1
-1
HotelQueryList.vue
src/components/Supplier/HotelQueryList.vue
+3
-2
HotelSalesBoard.vue
src/components/Supplier/HotelSalesBoard.vue
+1
-1
roomQuery.vue
src/components/Supplier/roomQuery.vue
+26
-24
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/ExchangeLoss.vue
0 → 100644
View file @
28c37b74
This diff is collapsed.
Click to expand it.
src/components/Supplier/HotelInfo.vue
View file @
28c37b74
This diff is collapsed.
Click to expand it.
src/components/Supplier/HotelManagement.vue
View file @
28c37b74
...
@@ -280,7 +280,7 @@
...
@@ -280,7 +280,7 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"hotelResource clearfix"
v-loading=
"loading"
>
<div
class=
"hotelResource clearfix"
v-loading=
"loading"
style=
"padding:0 20px;"
>
<div
class=
"resourceList"
v-for=
"(item,index) in tableData"
:key=
"index"
>
<div
class=
"resourceList"
v-for=
"(item,index) in tableData"
:key=
"index"
>
<div
class=
"reTopInfo"
:class=
"
{'comCursorUrl':item.URL}" @click="OpenNewUrl(item.URL)">
<div
class=
"reTopInfo"
:class=
"
{'comCursorUrl':item.URL}" @click="OpenNewUrl(item.URL)">
<img
v-if=
"!item.PicPath"
src=
"../../assets/img/bg_c3@3x.png"
>
<img
v-if=
"!item.PicPath"
src=
"../../assets/img/bg_c3@3x.png"
>
...
...
src/components/Supplier/HotelQueryList.vue
View file @
28c37b74
...
@@ -76,10 +76,10 @@
...
@@ -76,10 +76,10 @@
</ul>
</ul>
</div>
</div>
<div
style=
"width: 100%;min-height:200px; overflow-x: auto;padding
-bottom: 1
0px; "
class=
"HotelQueryList"
<div
style=
"width: 100%;min-height:200px; overflow-x: auto;padding
:0 2
0px; "
class=
"HotelQueryList"
v-loading=
"loading"
>
v-loading=
"loading"
>
<div
class=
"hotelProductManage2_tableBox"
style=
"margin-bottom:20px;"
>
<div
class=
"hotelProductManage2_tableBox"
style=
"margin-bottom:20px;"
>
<span
style=
"color:#
000000
;background-color: #ff3737;padding:2px 4px;border-radius:5px"
>
红日
</span>
<span
style=
"color:#
fff
;background-color: #ff3737;padding:2px 4px;border-radius:5px"
>
红日
</span>
<span
style=
"color:#000000;background-color: #ff99cc;padding:2px 4px;border-radius:5px"
>
旺季
</span>
<span
style=
"color:#000000;background-color: #ff99cc;padding:2px 4px;border-radius:5px"
>
旺季
</span>
<span
style=
"color:#000000;background-color: #bcd6ee;padding:2px 4px;border-radius:5px"
>
平季
</span>
<span
style=
"color:#000000;background-color: #bcd6ee;padding:2px 4px;border-radius:5px"
>
平季
</span>
<span
style=
"color:#000000;background-color: #DDDDDD;padding:2px 4px;border-radius:5px"
>
淡季
</span>
<span
style=
"color:#000000;background-color: #DDDDDD;padding:2px 4px;border-radius:5px"
>
淡季
</span>
...
@@ -581,6 +581,7 @@
...
@@ -581,6 +581,7 @@
.classHong
{
.classHong
{
background-color
:
rgb
(
255
,
55
,
55
);
background-color
:
rgb
(
255
,
55
,
55
);
color
:
#fff
;
}
}
.classWang
{
.classWang
{
...
...
src/components/Supplier/HotelSalesBoard.vue
View file @
28c37b74
...
@@ -211,7 +211,7 @@
...
@@ -211,7 +211,7 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"flexOne hotelSalesBoard"
>
<div
class=
"flexOne hotelSalesBoard"
style=
"padding:0 20px;"
>
<div
class=
"query-box Plan_Query"
>
<div
class=
"query-box Plan_Query"
>
<ul>
<ul>
<li>
<li>
...
...
src/components/Supplier/roomQuery.vue
View file @
28c37b74
...
@@ -29,12 +29,13 @@
...
@@ -29,12 +29,13 @@
<el-input
v-model=
'msg.TCNUM'
></el-input>
<el-input
v-model=
'msg.TCNUM'
></el-input>
</span>
</span>
</li>
</li>
<li><span><em>
日期
</em>
<li>
<el-date-picker
v-model=
'msg.StartDate'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
<span>
:picker-options=
"pickerBeginDateBefore"
></el-date-picker>
<em>
酒店
</em>
-
<el-select
v-model=
"msg.HotelId"
:placeholder=
"$t('pub.pleaseSel')"
filterable
>
<el-date-picker
v-model=
'msg.EndDate'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
:picker-options=
"pickerBeginDateAfter"
></el-date-picker>
<el-option
v-for=
"item in HotelList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
</el-select>
</span>
</span>
</li>
</li>
<li><span>
<li><span>
...
@@ -86,11 +87,12 @@
...
@@ -86,11 +87,12 @@
</li>
</li>
<li>
<li>
<span>
<span>
<em>
酒店
</em>
<em>
日期
</em>
<el-select
v-model=
"msg.HotelId"
:placeholder=
"$t('pub.pleaseSel')"
filterable
>
<el-date-picker
v-model=
'msg.StartDate'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
:picker-options=
"pickerBeginDateBefore"
></el-date-picker>
<el-option
v-for=
"item in HotelList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
></el-option>
-
</el-select>
<el-date-picker
v-model=
'msg.EndDate'
class=
'w135'
value-format=
"yyyy-MM-dd"
type=
"date"
:picker-options=
"pickerBeginDateAfter"
></el-date-picker>
</span>
</span>
</li>
</li>
<li>
<li>
...
@@ -100,7 +102,7 @@
...
@@ -100,7 +102,7 @@
</ul>
</ul>
</div>
</div>
<div
style=
"width: 100%; overflow-x: auto;padding-bottom: 10px; "
class=
"ownScrollbarStyle"
>
<div
style=
"width: 100%; overflow-x: auto;padding-bottom: 10px; "
class=
"ownScrollbarStyle"
>
<div
style=
"font-size:12px;padding:2px 4px 3px
4
px; color:red"
>
注意事项:每次导出数据最好不要超过一个月。
</div>
<div
style=
"font-size:12px;padding:2px 4px 3px
20
px; color:red"
>
注意事项:每次导出数据最好不要超过一个月。
</div>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomQuery_SupplierTable"
v-loading=
'loading'
>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"roomQuery_SupplierTable"
v-loading=
'loading'
>
<tr>
<tr>
<th
width=
"100"
>
序号
</th>
<th
width=
"100"
>
序号
</th>
...
@@ -490,8 +492,14 @@
...
@@ -490,8 +492,14 @@
background
:
#eee
!important
;
background
:
#eee
!important
;
}
}
.roomQuery_SupplierTable
{
.roomQuery_SupplierTable
{
background
:
#ccc
;
width
:
98%
;
font-size
:
12px
;
color
:
#333
;
margin
:
auto
;
border-collapse
:
collapse
;
background-color
:
#fff
;
border
:
1px
solid
#d1d1d1
;
}
}
.roomQuery_SupplierTable
tr
th
{
.roomQuery_SupplierTable
tr
th
{
...
@@ -501,17 +509,11 @@
...
@@ -501,17 +509,11 @@
color
:
#333
;
color
:
#333
;
}
}
.roomQuery_SupplierTable
tr
{
background
:
#fff
;
text-align
:
center
;
}
.roomQuery_SupplierTable
tr
td
{
.roomQuery_SupplierTable
tr
td
{
font-size
:
12px
;
border
:
1px
solid
#d1d1d1
;
line-height
:
22px
;
text-align
:
center
;
height
:
22px
;
padding
:
10px
0
;
;
}
}
.roomQuery_SupplierTable
.tdLeft
{
.roomQuery_SupplierTable
.tdLeft
{
text-align
:
left
;
text-align
:
left
;
...
...
src/router/config.js
View file @
28c37b74
...
@@ -2574,6 +2574,14 @@ export default {
...
@@ -2574,6 +2574,14 @@ export default {
title
:
'原路退款查询'
title
:
'原路退款查询'
},
},
},
},
{
//财务 财务单据 汇兑损益查询
path
:
'/ExchangeLoss'
,
name
:
'ExchangeLoss'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ExchangeLoss'
],
resolve
),
meta
:
{
title
:
'汇兑损益查询'
},
},
{
//财务 财务单据 出纳工作台
{
//财务 财务单据 出纳工作台
path
:
'/CashierWork'
,
path
:
'/CashierWork'
,
name
:
'CashierWork'
,
name
:
'CashierWork'
,
...
...
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