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
15b08a9c
Commit
15b08a9c
authored
Dec 04, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3b03e5dc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
FinancialDocuments.vue
src/components/FinancialModule/FinancialDocuments.vue
+3
-0
ClientBankAccount.vue
...mponents/FinancialModule/components/ClientBankAccount.vue
+1
-1
No files found.
src/components/FinancialModule/FinancialDocuments.vue
View file @
15b08a9c
...
...
@@ -1977,6 +1977,9 @@
<
el
-
form
-
item
label
=
""
prop
=
"picPayDate"
>
<
el
-
checkbox
v
-
model
=
"picMsg.IsSelectAduiting"
true
-
label
=
"1"
false
-
label
=
"0"
>
只看待付款
<
/el-checkbox
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
""
prop
=
"picPayDate"
>
<
el
-
checkbox
v
-
model
=
"picMsg.IsAirTicketSelect"
true
-
label
=
"1"
false
-
label
=
"0"
>
只看车行
<
/el-checkbox
>
<
/el-form-item
>
<
el
-
form
-
item
>
<
input
type
=
"button"
:
value
=
"$t('pub.searchBtn')"
class
=
"hollowFixedBtn"
@
click
=
"getPICPayList()"
>
<
input
type
=
"button"
:
value
=
"$t('visa.v_daochu')"
class
=
"hollowFixedBtn"
@
click
=
"downloadPICPayData()"
>
...
...
src/components/FinancialModule/components/ClientBankAccount.vue
View file @
15b08a9c
...
...
@@ -228,7 +228,7 @@
<span>
凭证编号:
</span>
{{
GetDetail
.
AuditNumber
}}
</div>
</div>
<div
class=
"OrderReceivablesAccount-center"
v-if=
"
GetDetail.ClientAccountType==1
&&IsExpensesMonthlyShare"
>
<div
class=
"OrderReceivablesAccount-center"
v-if=
"
(GetDetail.ClientAccountType==1|| GetDetail.RB_Branch_Id==1248|| GetDetail.RB_Branch_Id==1256)
&&IsExpensesMonthlyShare"
>
<div
class=
"border-b"
>
</div>
<div
v-if=
"IsEditPICPayDate==false"
>
...
...
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