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
fd35b22a
Commit
fd35b22a
authored
5 years ago
by
华国豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地接费用流程控制
parent
2d60e3eb
master
lang
langEn
module1.0
sub-application
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+1
-1
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+1
-0
teamRevenueExpenditure.vue
src/components/dmc/manager/teamRevenueExpenditure.vue
+10
-0
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
fd35b22a
...
...
@@ -458,7 +458,7 @@
if
(
obj
.
OutBranchId
===
0
)
{
id
=
[
43
,
48
]
}
else
{
id
=
[
43
,
53
]
id
=
[
56
,
53
]
}
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
...
...
This diff is collapsed.
Click to expand it.
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
fd35b22a
...
...
@@ -17,6 +17,7 @@
.Team_DList
{
border
:
1px
solid
#e6e6e6
;
background-color
:
#fff
;
margin-top
:
20px
;
padding
:
20px
;
height
:
200px
;
}
...
...
This diff is collapsed.
Click to expand it.
src/components/dmc/manager/teamRevenueExpenditure.vue
View file @
fd35b22a
...
...
@@ -435,6 +435,15 @@
},
goUrl
(
_orderSource
,
_type
)
{
let
TCIDARR
=
[]
let
id
=
[];
// _orderSource 1 酒店 2餐厅 5 车资
if
(
_orderSource
===
1
&&
_type
===
2
)
{
id
=
[
51
,
52
]
}
else
if
(
_orderSource
===
2
&&
_type
===
2
)
{
id
=
[
54
,
55
]
}
else
if
(
_orderSource
===
5
&&
_type
===
2
)
{
id
=
[
49
,
50
,
57
,
58
]
}
TCIDARR
.
push
(
this
.
$route
.
query
.
id
)
let
orderObj
=
{
OrderID
:
0
,
...
...
@@ -449,6 +458,7 @@
'Type'
:
_type
,
'path'
:
'teamRevenueExpenditure'
,
'companyID'
:
this
.
msgList
[
0
].
OutBranchId
,
'templateID'
:
JSON
.
stringify
(
id
),
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
),
'OrderSource'
:
_orderSource
,
...
...
This diff is collapsed.
Click to expand it.
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