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
057f5937
Commit
057f5937
authored
Jul 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
044b0fd4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
13 deletions
+33
-13
teamRevenueExpenditure.vue
src/components/dmc/manager/teamRevenueExpenditure.vue
+33
-13
No files found.
src/components/dmc/manager/teamRevenueExpenditure.vue
View file @
057f5937
...
...
@@ -581,16 +581,21 @@
else
{
// _orderSource 1 酒店 2餐厅 5 车资
let
portTypeId
=
4
;
if
(
_orderSource
===
1
&&
_type
===
2
)
{
id
=
[
51
,
52
,
245
,
246
,
255
,
267
]
portTypeId
=
4
;
}
else
if
(
_orderSource
===
2
&&
_type
===
2
)
{
id
=
[
54
,
55
,
245
,
246
,
255
,
267
]
portTypeId
=
5
;
}
else
if
(
_orderSource
===
5
&&
_type
===
2
)
{
id
=
[
49
,
50
,
57
,
58
,
245
,
246
,
255
,
267
]
portTypeId
=
3
;
}
// 门票
else
if
(
_orderSource
===
3
&&
_type
===
2
)
{
id
=
[
88
,
89
,
245
,
246
,
255
,
267
]
portTypeId
=
6
;
}
}
...
...
@@ -622,7 +627,8 @@
this
.
cdState
=
true
return
}
let
userInfo
=
this
.
getLocalStorage
();
if
(
userInfo
.
RB_Group_id
==
2
){
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
...
...
@@ -635,6 +641,20 @@
'OrderSource'
:
_orderSource
,
}
});
}
else
{
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
'Type'
:
_type
,
'portTypeId'
:
portTypeId
,
'path'
:
'teamRevenueExpenditure'
,
'companyID'
:
this
.
msgList
&&
this
.
msgList
.
length
>
0
&&
this
.
msgList
[
0
].
OutBranchId
!=
null
?
this
.
msgList
[
0
].
OutBranchId
:
this
.
$route
.
query
.
OutBranchId
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
),
'OrderSource'
:
_orderSource
,
}
});
}
},
getTuanMsg
()
{
this
.
apipost
(
'dmcstatistics_post_GetTeamMoneyBaseInfo'
,
{
...
...
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