Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
folacin-front
Project
Project
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
ynby
folacin-front
Commits
5a027b77
Commit
5a027b77
authored
Jul 29, 2021
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分配记录
parent
63ae5d8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
15 deletions
+18
-15
folviteDistribution.vue
...ndexComponent/folviteDistribution/folviteDistribution.vue
+18
-15
No files found.
src/views/indexComponent/folviteDistribution/folviteDistribution.vue
View file @
5a027b77
...
...
@@ -71,22 +71,25 @@
</div>
</a-modal>
<a-modal
title=
"查看知情同意书"
:visible=
"showVisible"
@
cancel=
"showVisible = false"
@
ok=
"onsubmit"
loading=
"true"
:maskClosable=
"false"
width=
"600px"
>
<div
v-if=
"currentRow.source==1"
>
<img
style=
"width: 100%"
:src=
"consentUrl"
height=
"100%"
/>
</div>
<div
v-else
>
<div
style=
"float: right;white-space:pre;text-indent:2em"
>
<div
v-html=
"consentInfo"
style=
"white-space:pre"
>
</div>
<div
style=
"float: right"
>
<div
style=
"height: 60px"
>
签名:
<img
style=
"width:200px;height: 40px;"
:src=
"applySignUrl"
height=
"100%"
/></div>
<div>
签署日期:{{currentRow.parentDate}}
</div>
<br><br>
width=
"650px"
>
<div>
<div
v-if=
"currentRow.source==1"
>
<img
style=
"width: 100%"
:src=
"consentUrl"
height=
"100%"
/>
</div>
<div
v-else
>
<div>
<div
v-html=
"consentInfo"
style=
"white-space:pre"
>
</div>
<div
style=
"float: right"
>
<div
style=
"height: 60px"
>
签名:
<img
style=
"width:200px;height: 40px;"
:src=
"applySignUrl"
height=
"100%"
/></div>
<div>
签署日期:{{currentRow.parentDate}}
</div>
<br><br>
<br><br>
<br><br>
<br><br>
</div>
<div
style=
"height: 100px"
></div>
</div>
</div>
</div>
</a-modal>
...
...
@@ -178,7 +181,7 @@
showVisible
:
false
,
previewVisible
:
false
,
consentUrl
:
""
,
applySignUrl
:
""
,
applySignUrl
:
""
,
consentInfo
:
""
,
headers
:
{
Authorization
:
sessionStorage
.
getItem
(
"token"
)
...
...
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