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
c9ab2763
Commit
c9ab2763
authored
Jul 31, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
e7eeaf4f
f0e4ee52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
6 deletions
+25
-6
HotelOrderTotal.vue
src/components/TravelManager/TravelList/HotelOrderTotal.vue
+2
-2
OpHotelOrder.vue
src/components/TravelManager/TravelList/OpHotelOrder.vue
+2
-2
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+21
-2
No files found.
src/components/TravelManager/TravelList/HotelOrderTotal.vue
View file @
c9ab2763
...
@@ -294,8 +294,8 @@
...
@@ -294,8 +294,8 @@
<th>
订单号
</th>
<th>
订单号
</th>
<th>
第三方订单号
</th>
<th>
第三方订单号
</th>
<th>
房间数
</th>
<th>
房间数
</th>
<th>
总
价
</th>
<th>
总
额
</th>
<th>
已
收
</th>
<th>
实
收
</th>
<th>
大红包
</th>
<th>
大红包
</th>
<th>
优惠金额
</th>
<th>
优惠金额
</th>
<th>
待收金额
</th>
<th>
待收金额
</th>
...
...
src/components/TravelManager/TravelList/OpHotelOrder.vue
View file @
c9ab2763
...
@@ -73,8 +73,8 @@
...
@@ -73,8 +73,8 @@
<th>
订单号
</th>
<th>
订单号
</th>
<th>
客户信息
</th>
<th>
客户信息
</th>
<th>
房间数
</th>
<th>
房间数
</th>
<th>
总
价格
</th>
<th>
总
额
</th>
<th>
总收入
</th>
<th>
实收
</th>
<th>
抵扣金额
</th>
<th>
抵扣金额
</th>
<th>
优惠金额
</th>
<th>
优惠金额
</th>
<th>
待收金额
</th>
<th>
待收金额
</th>
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
c9ab2763
...
@@ -330,6 +330,7 @@
...
@@ -330,6 +330,7 @@
<span
style=
"color: #4BCA81;"
v-if=
"item.FoodsResult==1"
>
√
</span>
<span
style=
"color: #4BCA81;"
v-if=
"item.FoodsResult==1"
>
√
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
FoodsResult
==
'-1'
?
"x"
:
"O"
}}
</span>
<span
class=
"colorE95252"
v-else
>
{{
item
.
FoodsResult
==
'-1'
?
"x"
:
"O"
}}
</span>
</div>
</div>
<a
style=
"text-decoration:underline;cursor:pointer;"
title=
"点击下载旅客名单"
@
click=
"DownLoadDinner(item)"
>
餐配下载
</a>
</td>
</td>
<td>
<td>
...
@@ -1058,7 +1059,26 @@
...
@@ -1058,7 +1059,26 @@
tab
:
"手配依赖书"
tab
:
"手配依赖书"
}
}
})
})
}
},
DownLoadDinner
(
item
)
{
this
.
loading
=
true
;
//导出报表
let
msg
=
{
TCID
:
item
.
TCID
,
StartDate
:
item
.
StartDateStr
,
DayNum
:
item
.
DayNum
};
var
fileName
=
"餐配下载.xls"
;
if
(
item
.
TCNUMS
!=
null
)
{
fileName
=
"【"
+
item
.
TCNUMS
+
"】餐配下载.xls"
;
}
this
.
GetLocalFile
(
"travel_get_GetTravelDinnerDownLoad"
,
msg
,
fileName
,
res
=>
{
this
.
loading
=
false
;
});
},
},
},
mounted
()
{
mounted
()
{
let
myDate
=
new
Date
();
let
myDate
=
new
Date
();
...
@@ -1069,7 +1089,6 @@
...
@@ -1069,7 +1089,6 @@
"-"
+
"-"
+
myDate
.
getDate
();
myDate
.
getDate
();
this
.
msg
.
StartDate
=
nowDate
;
this
.
msg
.
StartDate
=
nowDate
;
//this.msg.CombinationNum = 'JVS0727OTC-MUA';
this
.
getLineList
();
this
.
getLineList
();
this
.
getList
();
this
.
getList
();
this
.
getCompanyList
();
this
.
getCompanyList
();
...
...
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