Merge branch '20220719-评标室-报表打印页面中文档的另存为与打印按钮点击后无反应' into 'release_20220812'

8.12 评标室-报表打印页面中文档的另存为与打印按钮点击后无反应

See merge request eshop/fe_service_ebtp_frontend!226
This commit is contained in:
周建龙
2022-08-12 17:08:57 +08:00

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"  />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
@ -57,7 +58,8 @@
<!--AfterPublishAsPDFToURL-->
<body onload="path=getQueryString('path');fileName=getQueryString('fileName');fileType=getQueryString('fileType');init(path);">
<body
onload="path=getQueryString('path');fileName=getQueryString('fileName');fileType=getQueryString('fileType');init(path);">
<script type="text/javascript" for="TANGER_OCX" event="OnDocumentOpened(File, Document)">
@ -72,7 +74,9 @@
">
<div style="font-size: 16px; font-weight: 600;">
<img src="logo.svg" style="height: 30px; position: absolute; top: 13px; margin-left: 20px; margin-right: 10px;" />
<span style="position: absolute; left: 70px; font-size: 16px; font-weight: 600; display: inline-block;">中国联通智慧供应链平台 招标采购中心</span>
<span
style="position: absolute; left: 70px; font-size: 16px; font-weight: 600; display: inline-block;">中国联通智慧供应链平台
招标采购中心</span>
</div>
</div>
<div class="elementPosition">
@ -88,7 +92,7 @@
}
//调用文档通用属性方法 1-打开 2-保存(另存为) 4-打印
function generalProp(param) {
var name = DocfileCode;
var name = '新建文本文档';
if (fileName != null) {
name = fileName;
}