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
7c63bd1a
Commit
7c63bd1a
authored
Feb 07, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
63d115eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
6 deletions
+19
-6
AccountNewCollectingOrPay.vue
...s/FinancialModule/accDetail/AccountNewCollectingOrPay.vue
+16
-6
addCapitalAllocation.vue
src/components/FinancialModule/addCapitalAllocation.vue
+3
-0
No files found.
src/components/FinancialModule/accDetail/AccountNewCollectingOrPay.vue
View file @
7c63bd1a
...
...
@@ -414,13 +414,22 @@ export default {
return
;
}
if
(
!
(
this
.
msg
.
RB_Branch_Id
==
1252
&&
(
this
.
msg
.
HelpBranchId
==
0
||
this
.
msg
.
HelpBranchId
==
1218
))){
this
.
Error
(
'暂不支持生成结算单,请联系管理员'
);
return
;
}
let
TemplateId2
=
0
;
if
(
this
.
msg
.
RB_Branch_Id
==
1252
&&
this
.
msg
.
HelpBranchId
==
0
){
TemplateId2
=
35
;}
// if(!(this.msg.RB_Branch_Id==1252&&(this.msg.HelpBranchId==0||this.msg.HelpBranchId==1218))){
// this.Error('暂不支持生成结算单,请联系管理员');
// return;
// }
let
TemplateId2
=
35
;
let
FBranchId
=-
1
;
if
(
this
.
msg
.
RB_Branch_Id
==
0
&&
this
.
msg
.
HelpBranchId
==
1218
){
TemplateId2
=
35
;
FBranchId
=
1218
;}
if
(
this
.
msg
.
RB_Branch_Id
==
1218
&&
this
.
msg
.
HelpBranchId
==
0
){
TemplateId2
=
35
;
FBranchId
=
1218
;}
if
(
this
.
msg
.
RB_Branch_Id
==
1252
&&
this
.
msg
.
HelpBranchId
==
0
){
TemplateId2
=
35
;
FBranchId
=
1252
;}
if
(
this
.
msg
.
RB_Branch_Id
==
1252
&&
this
.
msg
.
HelpBranchId
==
1218
){
TemplateId2
=
292
;}
if
(
this
.
msg
.
RB_Branch_Id
==
0
&&
this
.
msg
.
HelpBranchId
==
1252
){
TemplateId2
=
35
;
FBranchId
=
1252
;}
if
(
this
.
msg
.
RB_Branch_Id
==
1218
&&
this
.
msg
.
HelpBranchId
==
1252
){
TemplateId2
=
292
;}
if
(
this
.
msg
.
RB_Branch_Id
==
1248
||
this
.
msg
.
HelpBranchId
==
1248
){
TemplateId2
=
289
;
FBranchId
=
1248
;}
if
(
this
.
msg
.
RB_Branch_Id
==
1220
||
this
.
msg
.
HelpBranchId
==
1220
){
TemplateId2
=
285
;
FBranchId
=
1220
;}
let
ids
=
this
.
DataList
.
filter
(
citem
=>
citem
.
check
).
map
(
x
=>
{
return
x
.
FrID
})
this
.
$router
.
push
({
...
...
@@ -428,6 +437,7 @@ export default {
query
:
{
'settlementFrIds'
:
ids
.
join
(
','
),
'IsAirTicketSelect'
:
TemplateId2
,
'settlementBranchId'
:
FBranchId
,
'tab'
:
'新增资金调拨'
,
'blank'
:
"y"
}
...
...
src/components/FinancialModule/addCapitalAllocation.vue
View file @
7c63bd1a
...
...
@@ -506,6 +506,9 @@ export default {
if
(
this
.
$route
.
query
.
IsAirTicketSelect
){
this
.
msg
.
IsAirTicketSelect
=
this
.
$route
.
query
.
IsAirTicketSelect
;
}
if
(
this
.
$route
.
query
.
settlementBranchId
&&
this
.
$route
.
query
.
settlementBranchId
>
0
){
this
.
msg
.
RB_Branch_Id
=
this
.
$route
.
query
.
settlementBranchId
;
}
}
if
(
this
.
$route
.
query
.
frIds
){
...
...
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