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
9440cf70
Commit
9440cf70
authored
Jun 18, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ec6401e2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+15
-0
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
9440cf70
...
@@ -2391,6 +2391,20 @@ export default {
...
@@ -2391,6 +2391,20 @@ export default {
if
(
this
.
$route
.
query
.
BranchId
)
{
if
(
this
.
$route
.
query
.
BranchId
)
{
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
BranchId
?
Number
(
this
.
$route
.
query
.
BranchId
):
this
.
msg
.
OutBranchId
;
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
BranchId
?
Number
(
this
.
$route
.
query
.
BranchId
):
this
.
msg
.
OutBranchId
;
}
}
if
(
userInfo
.
RB_Group_id
==
2
&&
(
userInfo
.
EmployeeId
==
955
||
userInfo
.
RB_Department_Id
==
2
)){
this
.
columns
.
splice
(
24
,
0
,
{
field
:
"CarExpectedCost"
,
formatter
:
this
.
moneyFormat
,
title
:
"预估车资"
,
width
:
90
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
componentName
:
"TCIDJumpWang"
});
}
this
.
financeinfo_post_GetList
()
this
.
financeinfo_post_GetList
()
this
.
getCompanyList
();
this
.
getCompanyList
();
this
.
getLineList
();
this
.
getLineList
();
...
@@ -2806,6 +2820,7 @@ export default {
...
@@ -2806,6 +2820,7 @@ export default {
if
(
field
===
"YiShou"
)
return
this
.
priceFormat
(
rowData
.
YiShou
);
if
(
field
===
"YiShou"
)
return
this
.
priceFormat
(
rowData
.
YiShou
);
if
(
field
===
"YaoQingHan"
)
return
this
.
priceFormat
(
rowData
.
YaoQingHan
);
if
(
field
===
"YaoQingHan"
)
return
this
.
priceFormat
(
rowData
.
YaoQingHan
);
if
(
field
===
"CheZi"
)
return
this
.
priceFormat
(
rowData
.
CheZi
);
if
(
field
===
"CheZi"
)
return
this
.
priceFormat
(
rowData
.
CheZi
);
if
(
field
===
"CarExpectedCost"
)
return
this
.
priceFormat
(
rowData
.
CarExpectedCost
);
if
(
field
===
"JiPiao"
)
return
this
.
priceFormat
(
rowData
.
JiPiao
);
if
(
field
===
"JiPiao"
)
return
this
.
priceFormat
(
rowData
.
JiPiao
);
if
(
field
===
"GuoNeiLianYunJiPiao"
)
return
this
.
priceFormat
(
rowData
.
GuoNeiLianYunJiPiao
);
if
(
field
===
"GuoNeiLianYunJiPiao"
)
return
this
.
priceFormat
(
rowData
.
GuoNeiLianYunJiPiao
);
if
(
field
===
"AirLossIncome"
)
return
this
.
priceFormat
(
rowData
.
AirLossIncome
);
if
(
field
===
"AirLossIncome"
)
return
this
.
priceFormat
(
rowData
.
AirLossIncome
);
...
...
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