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
044b0fd4
Commit
044b0fd4
authored
Jul 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4e1112cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+1
-1
leaderPay2.vue
src/components/leaderPay2.vue
+6
-2
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
044b0fd4
...
@@ -1913,7 +1913,7 @@
...
@@ -1913,7 +1913,7 @@
name
:
"ChoiceAddFinancialDocuments"
,
name
:
"ChoiceAddFinancialDocuments"
,
query
:
{
query
:
{
Type
:
2
,
Type
:
2
,
searchTitle
:
'
领队
'
,
searchTitle
:
'
用款
'
,
companyID
:
obj
.
OutBranchId
,
companyID
:
obj
.
OutBranchId
,
path
:
""
,
path
:
""
,
blank
:
"y"
,
blank
:
"y"
,
...
...
src/components/leaderPay2.vue
View file @
044b0fd4
...
@@ -1971,8 +1971,12 @@
...
@@ -1971,8 +1971,12 @@
Money
:
obj
.
LeaderGetPriceT
,
Money
:
obj
.
LeaderGetPriceT
,
TCNUMS
:
obj
.
TCNUMS
TCNUMS
:
obj
.
TCNUMS
};
};
let
fullPath
=
let
fullPath
=
`/ChoiceAddFinancialDocuments?Type=
${
2
}
&templateID=
${
JSON
.
stringify
(
id
)}
&companyID=
${
obj
.
OutBranchId
}
&orderObj=
${
JSON
.
stringify
(
orderObj
)}
&blank=y&tab=领队报账`
;
`/ChoiceAddFinancialDocuments?Type=
${
2
}
&templateID=
${
JSON
.
stringify
(
id
)}
&companyID=
${
obj
.
OutBranchId
}
&orderObj=
${
JSON
.
stringify
(
orderObj
)}
&blank=y&tab=领队报账`
;
let
userInfo
=
this
.
getLocalStorage
();
if
(
userinfo
.
RB_Group_id
!=
2
){
orderObj
.
CostType
=
0
;
fullPath
=
`/ChoiceAddFinancialDocuments?Type=
${
2
}
&searchTitle=报账&companyID=
${
obj
.
OutBranchId
}
&orderObj=
${
JSON
.
stringify
(
orderObj
)}
&blank=y&tab=领队报账`
;
}
let
dom
=
document
.
querySelector
(
"#blankLink"
);
let
dom
=
document
.
querySelector
(
"#blankLink"
);
dom
.
href
=
`http://
${
window
.
location
.
host
}
/#
${
fullPath
}
`
;
dom
.
href
=
`http://
${
window
.
location
.
host
}
/#
${
fullPath
}
`
;
dom
.
click
();
dom
.
click
();
...
...
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