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
90b6ede9
Commit
90b6ede9
authored
Mar 24, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 营收报表+ 团上现收
parent
bb526bb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+25
-1
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
90b6ede9
...
...
@@ -1547,7 +1547,17 @@ export default {
{
field
:
"ZaiTu"
,
formatter
:
this
.
moneyFormat
,
title
:
this
.
$t
(
'fnc.zaitu'
),
title
:
this
.
$t
(
'Operation.Op_platZaitu'
),
width
:
100
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
field
:
"CashReceiptsMoney"
,
formatter
:
this
.
moneyFormat
,
title
:
this
.
$t
(
'objFill.xianshouzt'
),
width
:
100
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
...
...
@@ -2359,6 +2369,16 @@ export default {
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
field
:
"CashReceiptsMoney"
,
formatter
:
this
.
moneyFormat
,
title
:
this
.
$t
(
'objFill.xianshouzt'
),
width
:
100
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
},
{
field
:
"DaiShou"
,
formatter
:
this
.
moneyFormat
,
...
...
@@ -3170,6 +3190,7 @@ export default {
return
this
.
moneyFormatN
(
rowData
.
PingTaiShuiJin
);
if
(
field
===
"DaiShou"
)
return
this
.
moneyFormatN
(
rowData
.
DaiShou
);
if
(
field
===
"ZaiTu"
)
return
this
.
moneyFormatN
(
rowData
.
ZaiTu
);
if
(
field
===
"CashReceiptsMoney"
)
return
this
.
moneyFormatN
(
rowData
.
CashReceiptsMoney
);
if
(
field
===
"RealIncome"
)
return
this
.
moneyFormatN
(
rowData
.
RealIncome
);
if
(
field
===
"YiShou"
)
return
this
.
moneyFormatN
(
rowData
.
YiShou
);
if
(
field
===
"YaoQingHan"
)
return
this
.
moneyFormatN
(
rowData
.
YaoQingHan
);
...
...
@@ -3232,6 +3253,9 @@ export default {
}
if
(
rowData
.
ZaiTu
<
0
&&
columnName
==
"ZaiTu"
){
return
"column-cell-class-name-test-red"
}
if
(
rowData
.
CashReceiptsMoney
<
0
&&
columnName
==
"CashReceiptsMoney"
){
return
"column-cell-class-name-test-red"
}
if
(
rowData
.
YouHui
<
0
&&
columnName
==
"YouHui"
){
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