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
b59fb338
Commit
b59fb338
authored
Mar 05, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
237fb988
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+0
-14
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
b59fb338
...
...
@@ -1750,16 +1750,6 @@ export default {
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
field
:
"MemberRebate"
,
formatter
:
this
.
moneyFormat
,
title
:
this
.
$t
(
'objFill.memberRebate'
),
width
:
120
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
field
:
"QiTa"
,
formatter
:
this
.
moneyFormat
,
...
...
@@ -3185,7 +3175,6 @@ export default {
if
(
field
===
"GuoNeiLianYunJiPiao"
)
return
this
.
moneyFormatN
(
rowData
.
GuoNeiLianYunJiPiao
);
if
(
field
===
"AirLossIncome"
)
return
this
.
moneyFormatN
(
rowData
.
AirLossIncome
);
if
(
field
===
"AirServiceCharge"
)
return
this
.
moneyFormatN
(
rowData
.
AirServiceCharge
);
if
(
field
===
"MemberRebate"
)
return
this
.
moneyFormatN
(
rowData
.
MemberRebate
);
if
(
field
===
"Visa"
)
return
this
.
moneyFormatN
(
rowData
.
Visa
);
if
(
field
===
"TiCheng"
)
return
this
.
moneyFormatN
(
rowData
.
TiCheng
);
if
(
field
===
"CompensationMoney"
)
...
...
@@ -3270,9 +3259,6 @@ export default {
if
(
rowData
.
AirServiceCharge
<
0
&&
columnName
==
"AirServiceCharge"
){
return
"column-cell-class-name-test-red"
}
if
(
rowData
.
MemberRebate
<
0
&&
columnName
==
"MemberRebate"
){
return
"column-cell-class-name-test-red"
}
if
(
rowData
.
Visa
<
0
&&
columnName
==
"Visa"
){
return
"column-cell-class-name-test-red"
}
...
...
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