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
9e561e56
Commit
9e561e56
authored
Mar 12, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
14be390e
44e0f23f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+10
-0
productQuery.vue
src/components/SalesModule/productQuery.vue
+5
-0
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
9e561e56
...
...
@@ -923,6 +923,15 @@ export default {
return
0
}
},
{
field
:
"CompensationMoney"
,
title
:
"赔偿"
,
formatter
:
this
.
moneyFormat
,
width
:
100
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
},
{
field
:
"QiTa"
,
formatter
:
this
.
moneyFormat
,
...
...
@@ -1561,6 +1570,7 @@ export default {
if
(
field
===
"GuoNeiLianYunJiPiao"
)
return
this
.
priceFormat
(
rowData
.
GuoNeiLianYunJiPiao
);
if
(
field
===
"Visa"
)
return
this
.
priceFormat
(
rowData
.
Visa
);
if
(
field
===
"CompensationMoney"
)
return
this
.
priceFormat
(
rowData
.
CompensationMoney
);
if
(
field
===
"QiTa"
)
return
this
.
priceFormat
(
rowData
.
QiTa
);
if
(
field
===
"DiJieZhiChu"
)
return
this
.
priceFormat
(
rowData
.
DiJieZhiChu
);
if
(
field
===
"DiJieShouRu"
)
return
this
.
priceFormat
(
rowData
.
DiJieShouRu
);
...
...
src/components/SalesModule/productQuery.vue
View file @
9e561e56
...
...
@@ -642,6 +642,7 @@
<th
width=
"150"
>
起飞时间
</th>
<th
width=
"80"
>
到达时间
</th>
<th
width=
"100"
>
经停城市
</th>
<th
width=
"60"
>
状态
</th>
</tr>
<tr
v-for=
"(ds,din) in tripDetails"
:key=
"din"
style=
"text-align:center;"
>
<td
class=
"_d_name _color_666"
>
...
...
@@ -662,6 +663,10 @@
<div
style=
"margin-top:5px;"
>
{{
ds
.
aName
}}
</div>
</td>
<td>
{{
ds
.
StopoverName
}}
</td>
<td>
<span
v-if=
"ds.FlightState==1"
style=
"color: rgb(71, 191, 140)!important;"
>
正常
</span>
<span
v-else
style=
"color: red !important;"
>
暂定
</span>
</td>
</tr>
</table>
<span
slot=
"reference"
@
click=
"getDetails(index)"
>
往返
</span>
...
...
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