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
935b8877
Commit
935b8877
authored
Jul 30, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3dc9476f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
AirTicketLoss.vue
src/components/FinancialModule/ReportForm/AirTicketLoss.vue
+3
-2
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+1
-0
No files found.
src/components/FinancialModule/ReportForm/AirTicketLoss.vue
View file @
935b8877
...
...
@@ -31,7 +31,7 @@
</div>
<div
v-if=
"LossIncomeList&&LossIncomeList.length>0"
style=
"font-size: 14px;color: red;margin-bottom: 3px;text-align: right;"
>
<!-- 注: 韩国线与日本自由行是统计团队亏损,其他线路为机票损失 -->
注: 以下为团队航班目的地统计
注: 以下为团队航
空公司-线路-航
班目的地统计
</div>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
...
...
@@ -121,7 +121,7 @@ export default {
goToDetail
(
item
){
if
(
item
.
Value
!=
'损失占比'
){
if
(
item
.
IsTravel
==
1
){
if
(
item
.
LossType
==-
1
){
if
(
item
.
AirType
&&
item
.
AirType
==
2
){
this
.
$router
.
push
({
name
:
'TeamRevenueReport'
,
query
:
{
...
...
@@ -130,6 +130,7 @@ export default {
LineId
:
item
.
LineId
,
IsSelectTravelLoss
:
2
,
AirLossId
:
item
.
AirLossId
,
AirLossType
:
item
.
LossType
,
blank
:
"y"
,
}
});
...
...
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
935b8877
...
...
@@ -2488,6 +2488,7 @@ export default {
if
(
this
.
$route
.
query
.
IsSelectTravelLoss
){
this
.
msg
.
IsSelectTravelLoss
=
this
.
$route
.
query
.
IsSelectTravelLoss
;
this
.
msg
.
LossId
=
this
.
$route
.
query
.
AirLossId
;
this
.
msg
.
LossType
=
this
.
$route
.
query
.
AirLossType
;
if
(
this
.
msg
.
IsSelectTravelLoss
==
2
){
this
.
msg
.
DataType
=
"-1"
;
}
...
...
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