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
bcc67870
Commit
bcc67870
authored
Apr 10, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
108cea5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
TicketDetails.vue
...ponents/FinancialModule/TradeCommission/TicketDetails.vue
+1
-1
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+1
-0
No files found.
src/components/FinancialModule/TradeCommission/TicketDetails.vue
View file @
bcc67870
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
<li>
<li>
<em>
{{
$t
(
'system.query_company'
)
}}
</em>
<em>
{{
$t
(
'system.query_company'
)
}}
</em>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
@
change=
'getDepartment();handleCurrentChange(1)'
:disabled=
"disabled"
>
@
change=
'getDepartment();handleCurrentChange(1)'
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"-1"
:key=
"-1"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"-1"
:key=
"-1"
></el-option>
<el-option
<el-option
v-for=
"item in companyList"
v-for=
"item in companyList"
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
bcc67870
...
@@ -2437,6 +2437,7 @@
...
@@ -2437,6 +2437,7 @@
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
.
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
;}
//验证日期 必须大于 上线的那一天 -------------------------------------------- 注意调整
//验证日期 必须大于 上线的那一天 -------------------------------------------- 注意调整
const
currentDate
=
new
Date
(
this
.
msg
.
TradeDate
);
const
currentDate
=
new
Date
(
this
.
msg
.
TradeDate
);
const
limitDate
=
new
Date
(
'2025-03-31'
);
const
limitDate
=
new
Date
(
'2025-03-31'
);
...
...
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