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
3efcf1a3
Commit
3efcf1a3
authored
Jul 22, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复发票附件审核界面无法查看下一个/上一个
parent
4ddcb840
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+11
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
3efcf1a3
...
...
@@ -1130,7 +1130,7 @@
<el-image
style=
"width: 100%; height: auto"
:src=
"file.Url?file.Url:file.Content"
:preview-src-list=
"
[file.Url?file.Url:file.Content]
"
>
:preview-src-list=
"
InvoiceVoucherListImg
"
>
</el-image>
<!--
<img
:src=
"file.Url?file.Url:file.Content"
@
click=
"showImg(file.Url?file.Url:file.Content)"
>
-->
</div>
...
...
@@ -2212,6 +2212,7 @@ class="w135 _border_b_1">
export
default
{
data
()
{
return
{
InvoiceVoucherListImg
:
[],
isCostTypeId
:
false
,
//地接费(领取)用款计划
PaymentMethodList
:[
{
Name
:
'银行卡'
,
Id
:
1
},
...
...
@@ -3926,6 +3927,15 @@ else if (Type==2) {
Type
:
data
.
Type
,
HelpBranchName
:
data
.
HelpBranchName
,
}
//2023-11-23 add by:W
if
(
data
.
InvoiceVoucherInfo
)
{
this
.
InvoiceVoucherList
=
data
.
InvoiceVoucherInfo
;
this
.
InvoiceVoucherList
.
forEach
(
x
=>
{
if
(
x
.
Type
==
3
)
{
this
.
InvoiceVoucherListImg
.
push
(
x
.
Content
)
}
})
}
this
.
benMoney
=
0
this
.
AuditOrRefundMsg
.
HelpBranchId
=
data
.
HelpBranchId
;
this
.
AuditOrRefundMsg
.
KingdeeInvoice
=
data
.
KingdeeInvoice
+
""
;
...
...
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