Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
fukai
vue-gjjs
Commits
54f1e674
Commit
54f1e674
authored
Jan 17, 2022
by
hulei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面函显示加载
parent
69ae3f8f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+1
-1
TrnfndsDetail.vue
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
+1
-1
Show.vue
src/views/Docpan/Show.vue
+3
-3
No files found.
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
54f1e674
...
...
@@ -498,7 +498,7 @@ export default {
let
viewurl
=
"/#/docpan/show"
;
let
XMLdata
;
if
(
row
.
Type
==
'LET'
)
{
window
.
sessionStorage
.
doc
XML
=
''
window
.
sessionStorage
.
doc
TXT
=
''
window
.
sessionStorage
.
docXML
=
rtnmsg
.
data
.
docimm_xmldocblk
;
}
else
if
(
row
.
pandsc
==
"MT799"
)
{
...
...
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
View file @
54f1e674
...
...
@@ -498,7 +498,7 @@ export default {
let
viewurl
=
"/#/docpan/show"
;
let
XMLdata
;
if
(
row
.
Type
==
'LET'
)
{
window
.
sessionStorage
.
doc
XML
=
''
window
.
sessionStorage
.
doc
TXT
=
''
window
.
sessionStorage
.
docXML
=
rtnmsg
.
data
.
docimm_xmldocblk
;
}
else
if
(
row
.
pandsc
==
"MT799"
)
{
...
...
src/views/Docpan/Show.vue
View file @
54f1e674
...
...
@@ -2,7 +2,7 @@
<div>
<div
style=
"height: 800px; overflow: auto"
>
<embed
v-if=
"this.model.docXML"
v-if=
"this.model.docXML
&& pdf
"
:src=
"pdf"
type=
"application/pdf"
height=
"100%"
...
...
@@ -31,7 +31,7 @@ export default {
data
()
{
return
{
model
:
{
docXML
:
""
},
pdf
:
"
data:application/pdf;base64,
"
,
pdf
:
""
,
};
},
created
()
{
...
...
@@ -49,7 +49,7 @@ export default {
if
(
this
.
model
.
docXML
!=
""
)
Api
.
post
(
"pdf"
,
{
xml
:
this
.
model
.
docXML
}).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
pdf
+=
res
.
data
;
this
.
pdf
=
"data:application/pdf;base64,"
+
res
.
data
;
}
});
},
...
...
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