|
@@ -361,10 +361,15 @@
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <div style="display: flex;justify-content: space-around;margin-top: 2%;">
|
|
|
- <span>填报人:{{ formState.informant }}</span>
|
|
|
- <span>通知人:{{ formState.Noticer }}</span>
|
|
|
+ <div style="width:100%;display: flex;justify-content: space-around;margin-top: 2%;">
|
|
|
+ <span style="margin-left: 20px;">填报人:{{ formState.informant }}</span>
|
|
|
+ <span style="margin-left: 30%;">通知人:{{ formState.Noticer }}</span>
|
|
|
</div>
|
|
|
+ <div style="width:100%;justify-content: space-around;margin-right: 2%;">
|
|
|
+ <img ghost style="margin-left: 65%;" width="340px" height="160px"
|
|
|
+ src="http://www.myfitt.cn:18087/jeecg-boot/sys/common/static/temp/20230310100319_1678417947827.png"/>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
</a-modal>
|
|
|
</template>
|
|
@@ -753,8 +758,11 @@
|
|
|
+ '</style>';;
|
|
|
win.document.write(style+html);
|
|
|
win.focus();
|
|
|
- win.print();
|
|
|
- win.close();
|
|
|
+ setTimeout(function(){
|
|
|
+ win.print();
|
|
|
+ win.close();
|
|
|
+ },10)
|
|
|
+
|
|
|
})
|
|
|
|
|
|
|