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
3e07bd59
Commit
3e07bd59
authored
Jul 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
21120e37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+4
-3
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+9
-0
No files found.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
3e07bd59
...
@@ -997,12 +997,13 @@
...
@@ -997,12 +997,13 @@
v-if=
"isCostTypeId||GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53|| GetDetail.TemplateId === 56
v-if=
"isCostTypeId||GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53|| GetDetail.TemplateId === 56
|| GetDetail.TemplateId === 49 || GetDetail.TemplateId === 50 || GetDetail.TemplateId === 51|| GetDetail.TemplateId === 52
|| GetDetail.TemplateId === 49 || GetDetail.TemplateId === 50 || GetDetail.TemplateId === 51|| GetDetail.TemplateId === 52
|| GetDetail.TemplateId === 54 || GetDetail.TemplateId === 55 || GetDetail.TemplateId === 57|| GetDetail.TemplateId === 58
|| GetDetail.TemplateId === 54 || GetDetail.TemplateId === 55 || GetDetail.TemplateId === 57|| GetDetail.TemplateId === 58
|| GetDetail.TemplateId === 98 || GetDetail.TemplateId === 99|| GetDetail.TemplateId === 126
|| GetDetail.TemplateId === 98 || GetDetail.TemplateId === 99|| GetDetail.TemplateId === 126|| GetDetail.TemplateId === 89
|| GetDetail.IsShowPlanUrl === 1 && (qjGroupId==userInfo.RB_Group_id || F_Disbursement_Schedule)"
|| GetDetail.IsShowPlanUrl === 1 && (qjGroupId==userInfo.RB_Group_id || F_Disbursement_Schedule)
|| (userInfo.RB_Group_id!=2 && o.TCID>0 && GetDetail.OrderID==0 && F_Disbursement_Schedule)"
@
click=
"jumpPlanPage('leaderReimbursement',o.TCID)"
>
<span
@
click=
"jumpPlanPage('leaderReimbursement',o.TCID)"
>
<span
class=
"_jump_page _font_bold"
>
{{$t('objFill.ykjh')}}
</span>
class=
"_jump_page _font_bold"
>
{{$t('objFill.ykjh')}}
</span>
</td>
</td>
<td
v-if=
"GetDetail.IsShowPlanUrl === 1 && (qjGroupId==userInfo.RB_Group_id || F_Disbursement_Schedule)"
<td
v-if=
"GetDetail.IsShowPlanUrl === 1 && (qjGroupId==userInfo.RB_Group_id || F_Disbursement_Schedule)
|| (userInfo.RB_Group_id!=2 && o.TCID>0 && GetDetail.OrderID==0 && F_Disbursement_Schedule)
"
@
click=
"jumpPlanPage('leaderPay2',o.TCID)"
>
<span
@
click=
"jumpPlanPage('leaderPay2',o.TCID)"
>
<span
class=
"_jump_page _font_bold"
>
{{$t('objFill.ldbz')}}
</span>
</td>
class=
"_jump_page _font_bold"
>
{{$t('objFill.ldbz')}}
</span>
</td>
<td
<td
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
3e07bd59
...
@@ -2588,6 +2588,15 @@
...
@@ -2588,6 +2588,15 @@
if
(
!
this
.
msg
.
BankList
||
this
.
msg
.
BankList
.
length
<=
0
){
return
;}
if
(
!
this
.
msg
.
BankList
||
this
.
msg
.
BankList
.
length
<=
0
){
return
;}
if
(
!
this
.
msg
.
detailList
||
this
.
msg
.
detailList
.
length
<=
0
){
return
;}
if
(
!
this
.
msg
.
detailList
||
this
.
msg
.
detailList
.
length
<=
0
){
return
;}
if
(
this
.
msg
.
TradeDate
==
''
){
return
;}
if
(
this
.
msg
.
TradeDate
==
''
){
return
;}
//验证 如果选择虚拟账户
if
(
this
.
bankType
>
0
&&
this
.
AccList
&&
this
.
AccList
.
length
>
0
){
let
IsVirtual
=
this
.
AccList
.
find
(
x
=>
x
.
ID
==
this
.
bankType
).
IsVirtual
;
if
(
IsVirtual
&&
IsVirtual
==
1
){
this
.
msg
.
BankList
[
0
].
IsVirtual
=
1
;
return
;
}
//虚拟账户
}
if
(
!
(
this
.
msg
.
BankList
[
0
].
Type
==
1
||
(
this
.
msg
.
BankList
[
0
].
Type
==
2
&&
this
.
msg
.
BankList
[
0
].
AccountId
==
92
))){
return
;}
if
(
!
(
this
.
msg
.
BankList
[
0
].
Type
==
1
||
(
this
.
msg
.
BankList
[
0
].
Type
==
2
&&
this
.
msg
.
BankList
[
0
].
AccountId
==
92
))){
return
;}
if
(
this
.
msg
.
BankList
[
0
].
Type
==
1
&&
(
this
.
msg
.
BankList
[
0
].
AccountId
==
7
||
this
.
msg
.
BankList
[
0
].
AccountId
==
134
||
this
.
msg
.
BankList
[
0
].
AccountId
==
156
)){
return
;}
if
(
this
.
msg
.
BankList
[
0
].
Type
==
1
&&
(
this
.
msg
.
BankList
[
0
].
AccountId
==
7
||
this
.
msg
.
BankList
[
0
].
AccountId
==
134
||
this
.
msg
.
BankList
[
0
].
AccountId
==
156
)){
return
;}
//验证日期 必须大于 上线的那一天 -------------------------------------------- 注意调整
//验证日期 必须大于 上线的那一天 -------------------------------------------- 注意调整
...
...
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