Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
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
wangweidong
patzn-cloud-web-back-soil
Commits
a8ab6ed0
Commit
a8ab6ed0
authored
Jul 07, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化修改
parent
a454520f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
CertificateMakeLook.vue
pages/meter-certificate/CertificateMakeLook.vue
+12
-12
No files found.
pages/meter-certificate/CertificateMakeLook.vue
View file @
a8ab6ed0
<
template
>
<
template
>
<div>
<div>
<Modal
v-model=
"showDiagramModalSampleLook"
title=
"检定(校准)证书"
width=
"100%"
class=
"footer-hidden iframeSampleLookThree"
>
<!--
<Modal
v-model=
"showDiagramModalSampleLook"
title=
"检定(校准)证书"
width=
"100%"
class=
"footer-hidden iframeSampleLookThree"
>
--
>
<div
id=
"iframeSampleLookThree"
style=
"text-align:center;align-content:center;width: 100%;height: 790px"
>
<!--
<div
id=
"iframeSampleLookThree"
style=
"text-align:center;align-content:center;width: 100%;height: 790px"
>
--
>
</div
>
<!--
</div>
--
>
<div
slot=
"footer"
>
<!--
<div
slot=
"footer"
>
--
>
</div
>
<!--
</div>
--
>
</Modal
>
<!--
</Modal>
--
>
<div
v-show=
"showDiagramModalSampleLook"
>
<div
v-show=
"showDiagramModalSampleLook"
>
<RecordIframe
ref=
"iframeModal"
></RecordIframe>
<RecordIframe
ref=
"iframeModal"
></RecordIframe>
</div>
</div>
...
@@ -79,12 +79,12 @@ export default {
...
@@ -79,12 +79,12 @@ export default {
name
!==
'only'
name
!==
'only'
?
'http://record.patzn.com:7000/print/v1/eln/form_meter_'
+
formId
?
'http://record.patzn.com:7000/print/v1/eln/form_meter_'
+
formId
:
'http://record.patzn.com:7000/print/v1/form/'
+
formId
:
'http://record.patzn.com:7000/print/v1/form/'
+
formId
$
(
'#iframeSampleLookThree'
).
html
(
//
$('#iframeSampleLookThree').html(
'<iframe style="padding: 0px;width:100%;height:100%" frameborder="0" src='
+
//
'
<
iframe
style
=
"padding: 0px;width:100%;height:100%"
frameborder
=
"0"
src
=
' +
encodeURI
(
url
)
+
//
encodeURI(url) +
'></iframe>'
//
'
><
/iframe>
'
)
//
)
//
this.$refs.iframeModal._createIframe(url)
this
.
$refs
.
iframeModal
.
_createIframe
(
url
)
}
}
}
}
}
}
...
...
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