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
67f5e3b8
Commit
67f5e3b8
authored
Mar 06, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
d44147ed
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1318 additions
and
1281 deletions
+1318
-1281
FinancialOrder.vue
src/components/DomesticModule/FinancialOrder.vue
+224
-191
FinancialOrderNew.vue
src/components/DomesticModule/FinancialOrderNew.vue
+230
-200
OrderDataStati.vue
src/components/DomesticModule/OrderDataStati.vue
+11
-12
OrderDetails.vue
src/components/DomesticModule/OrderDetails.vue
+3
-2
OrderToday.vue
src/components/DomesticModule/OrderToday.vue
+849
-874
SettlementOrder.vue
src/components/DomesticModule/SettlementOrder.vue
+1
-2
No files found.
src/components/DomesticModule/FinancialOrder.vue
View file @
67f5e3b8
This diff is collapsed.
Click to expand it.
src/components/DomesticModule/FinancialOrderNew.vue
View file @
67f5e3b8
This diff is collapsed.
Click to expand it.
src/components/DomesticModule/OrderDataStati.vue
View file @
67f5e3b8
...
...
@@ -16,10 +16,10 @@
<span
class=
"margin_left_15"
>
总实际利润
<i>
¥
{{
allRealProfit
}}
</i></span>
</div>
<div
class=
"_input"
>
<el-select
v-model=
"IsInter"
size=
"mini"
@
change=
"getDataMonth"
>
<el-option
:key=
"-1"
label=
"全部"
:value=
"-1"
></el-option>
<el-option
:key=
"0"
label=
"国内机票"
:value=
"0"
></el-option>
<el-option
:key=
"1"
label=
"国际机票"
:value=
"1"
></el-option>
<el-select
v-model=
"IsInter"
size=
"mini"
@
change=
"getDataMonth"
>
<el-option
:key=
"-1"
label=
"全部"
:value=
"-1"
></el-option>
<el-option
:key=
"0"
label=
"国内机票"
:value=
"0"
></el-option>
<el-option
:key=
"1"
label=
"国际机票"
:value=
"1"
></el-option>
</el-select>
<el-select
v-model=
"Year"
size=
"mini"
@
change=
"getDataMonth"
>
<el-option
v-for=
"item in yearList"
:key=
"item"
:label=
"item"
:value=
"item"
></el-option>
...
...
@@ -43,10 +43,10 @@
<span
class=
"margin_left_15"
>
总实际利润
<i>
¥
{{
allRealProfitYear
}}
</i></span>
</div>
<div
class=
"_input"
>
<el-select
v-model=
"IsInters"
size=
"mini"
@
change=
"getDataYear"
>
<el-option
:key=
"-1"
label=
"全部"
:value=
"-1"
></el-option>
<el-option
:key=
"0"
label=
"国内机票"
:value=
"0"
></el-option>
<el-option
:key=
"1"
label=
"国际机票"
:value=
"1"
></el-option>
<el-select
v-model=
"IsInters"
size=
"mini"
@
change=
"getDataYear"
>
<el-option
:key=
"-1"
label=
"全部"
:value=
"-1"
></el-option>
<el-option
:key=
"0"
label=
"国内机票"
:value=
"0"
></el-option>
<el-option
:key=
"1"
label=
"国际机票"
:value=
"1"
></el-option>
</el-select>
<el-select
v-model=
"YearS"
size=
"mini"
@
change=
"getDataYear"
>
<el-option
v-for=
"item in yearList"
:key=
"item"
:label=
"item"
:value=
"item"
></el-option>
...
...
@@ -64,14 +64,13 @@
export
default
{
data
()
{
return
{
Year
:
new
Date
().
getFullYear
(),
Month
:
new
Date
().
getMonth
()
+
1
,
date
:
new
Date
().
getDate
(),
IsInter
:
-
1
,
//月统计[0-国内,1-国际]
IsInter
:
-
1
,
//月统计[0-国内,1-国际]
YearS
:
new
Date
().
getFullYear
(),
MonthS
:
''
,
IsInters
:
-
1
,
//年统计[0-国内,1-国际]
IsInters
:
-
1
,
//年统计[0-国内,1-国际]
clientHeight
:
''
,
yearList
:
[],
MonthList
:
[],
...
...
@@ -266,7 +265,7 @@
let
msg
=
{
Year
:
this
.
YearS
,
Month
:
''
,
IsInter
:
this
.
IsInters
IsInter
:
this
.
IsInters
}
this
.
apipost
(
'Domestic_Ticket_post_GetProfitList'
,
msg
,
r
=>
{
if
(
r
.
data
.
resultCode
==
1
)
{
...
...
src/components/DomesticModule/OrderDetails.vue
View file @
67f5e3b8
...
...
@@ -146,7 +146,7 @@
<th>
航班
</th>
<th>
航段
</th>
</tr>
<tr
v-for=
"(i,d) in item.FlightList"
>
<tr
v-for=
"(i,d) in item.FlightList"
:key=
"d"
>
<td>
{{
i
.
AirlineName
}}
</td>
<td>
{{
i
.
FlightNo
}}
</td>
<td>
{{
i
.
Leg
}}
</td>
...
...
@@ -337,4 +337,5 @@
},
}
}
</
script
>
\ No newline at end of file
</
script
>
src/components/DomesticModule/OrderToday.vue
View file @
67f5e3b8
This diff is collapsed.
Click to expand it.
src/components/DomesticModule/SettlementOrder.vue
View file @
67f5e3b8
...
...
@@ -75,7 +75,7 @@
<th>
操作人
</th>
<th>
操作
</th>
</tr>
<tr
v-for=
"(item,index) in dataList"
>
<tr
v-for=
"(item,index) in dataList"
:key=
"index"
>
<td>
{{
item
.
IsInter
==
0
?
"国内机票"
:
"国际机票"
}}
</td>
<td>
{{
item
.
Term
}}
</td>
<td>
¥
{{
item
.
Money
}}
</td>
...
...
@@ -91,7 +91,6 @@
<span>
{{
item
.
PayMoney
}}
</span>
</td>
<td
:class=
"Math.abs(item.Money-item.InCome)>0?'_color_red':''"
>
<!-- ¥
{{
Math
.
abs
(
item
.
Money
-
item
.
InCome
)
}}
-->
<span
v-if=
"item.Money > item.InCome"
>
{{
(
item
.
Money
-
item
.
InCome
).
toFixed
(
2
)
}}
</span>
<span
v-else
>
0
</span>
</td>
...
...
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