Commit 5a027b77 authored by 罗成兵's avatar 罗成兵

分配记录

parent 63ae5d8f
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment