From 6934ba6a61fffa08bdc48d9a889465e46ffd48f4 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Tue, 19 Jul 2022 09:00:17 +0800 Subject: [PATCH] =?UTF-8?q?7.19=20=E8=AF=84=E6=A0=87=E5=AE=A4-=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=E6=89=93=E5=8D=B0=E9=A1=B5=E9=9D=A2=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=9A=84=E5=8F=A6=E5=AD=98=E4=B8=BA=E4=B8=8E=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E6=8C=89=E9=92=AE=E7=82=B9=E5=87=BB=E5=90=8E=E6=97=A0?= =?UTF-8?q?=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/Weboffice4Path.html | 72 ++++++++++++++++++++------------------ 1 file changed, 38 insertions(+), 34 deletions(-) diff --git a/public/Weboffice4Path.html b/public/Weboffice4Path.html index 22f6797..94164a5 100644 --- a/public/Weboffice4Path.html +++ b/public/Weboffice4Path.html @@ -1,12 +1,13 @@ + - - + + 招标采购中心 | 文档控件编辑器 - + -
-
- - 中国联通智慧供应链平台 | 招标采购中心 +
+ + 中国联通智慧供应链平台 | + 招标采购中心 +
-
-
- - - -
- -
- -
+ //调用文档通用属性方法 1-打开 2-保存(另存为) 4-打印 + function generalProp(param) { + var name = '新建文本文档'; + if (fileName != null) { + name = fileName; + } + TANGER_OCX.WebFileName = name + "." + fileType;//文档默认名称 + TANGER_OCX.ShowDialog(param) + } + +
+ +
- + \ No newline at end of file