Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
5efcc578
Commit
5efcc578
authored
Mar 22, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4e56c073
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
13 deletions
+19
-13
TeamRevenueReport.vue
src/pages/financial/TeamRevenueReport.vue
+19
-13
No files found.
src/pages/financial/TeamRevenueReport.vue
View file @
5efcc578
...
...
@@ -970,7 +970,7 @@
{
field
:
"ClassBeginsStr"
,
title
:
"开班时间"
,
width
:
8
0
,
width
:
9
0
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
,
...
...
@@ -1112,7 +1112,7 @@
{
field
:
"ClassFee"
,
title
:
"课时费"
,
width
:
5
0
,
width
:
7
0
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
...
...
@@ -1120,7 +1120,7 @@
{
field
:
"JiXiaoMoney"
,
title
:
"绩效奖金"
,
width
:
5
0
,
width
:
7
0
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
...
...
@@ -1128,7 +1128,7 @@
{
field
:
"QTZhiChu"
,
title
:
"其他支出"
,
width
:
5
0
,
width
:
7
0
,
titleAlign
:
"left"
,
columnAlign
:
"right"
,
isResize
:
true
,
...
...
@@ -1214,8 +1214,8 @@
};
},
created
()
{
this
.
msg
.
startDat
e
=
this
.
$route
.
query
.
StartTime
!=
undefined
?
this
.
$route
.
query
.
StartTime
:
''
;
this
.
msg
.
endDat
e
=
this
.
$route
.
query
.
EndTime
!=
undefined
?
this
.
$route
.
query
.
EndTime
:
''
;
this
.
msg
.
StartTim
e
=
this
.
$route
.
query
.
StartTime
!=
undefined
?
this
.
$route
.
query
.
StartTime
:
''
;
this
.
msg
.
EndTim
e
=
this
.
$route
.
query
.
EndTime
!=
undefined
?
this
.
$route
.
query
.
EndTime
:
''
;
this
.
msg
.
LineId
=
this
.
$route
.
query
.
LineId
!=
undefined
?
Number
(
this
.
$route
.
query
.
LineId
):
''
;
this
.
msg
.
OutBranchId
=
this
.
$route
.
query
.
OutBranchId
?
Number
(
this
.
$route
.
query
.
OutBranchId
):
this
.
msg
.
OutBranchId
;
if
(
this
.
$route
.
query
.
LtIdStr
){
...
...
@@ -1224,9 +1224,9 @@
if
(
this
.
$route
.
query
.
IsSelectTravelLoss
){
this
.
msg
.
IsSelectTravelLoss
=
this
.
$route
.
query
.
IsSelectTravelLoss
}
if
(
this
.
msg
.
endDat
e
!=
""
){
this
.
productionDate
[
0
]
=
this
.
msg
.
startDat
e
;
this
.
productionDate
[
1
]
=
this
.
msg
.
endDat
e
;
if
(
this
.
msg
.
EndTim
e
!=
""
){
this
.
productionDate
[
0
]
=
this
.
msg
.
StartTim
e
;
this
.
productionDate
[
1
]
=
this
.
msg
.
EndTim
e
;
}
if
(
this
.
msg
.
LineId
>
0
){
...
...
@@ -1280,12 +1280,18 @@
this
.
msg
.
DataType
=
"6"
;
}
let
userInfo
=
this
.
getLocalStorage
();
if
(
this
.
$route
.
query
.
BranchId
){
this
.
msg
.
SchoolId
=
this
.
$route
.
query
.
BranchId
!=
undefined
?
this
.
$route
.
query
.
BranchId
:
''
;
}
else
{
if
(
userInfo
.
School_Id
>
0
){
this
.
msg
.
SchoolId
=
userInfo
.
School_Id
}
else
{
this
.
msg
.
SchoolId
=
-
1
}
}
if
((
","
+
userInfo
.
ActionMenuCode
+
","
).
indexOf
(
',F_Query_TicketTeamRevenueReport,'
)
!=-
1
){
this
.
isShowType
=
false
;
...
...
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