Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
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
platform
hg-smart
Commits
fedb0d16
Commit
fedb0d16
authored
Oct 30, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.xls文件调整为在线预览
parent
a736e4e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
HGPZ009.jsp
src/main/webapp/HG/PZ/HGPZ009.jsp
+1
-1
HGWD002A1.js
src/main/webapp/HG/WD/HGWD002A1.js
+3
-3
No files found.
src/main/webapp/HG/PZ/HGPZ009.jsp
View file @
fedb0d16
...
...
@@ -37,7 +37,7 @@
editType=
"datetime"
parseFormats=
"['yyyyMMddHHmmss','yyyy-MM-dd HH:mm:ss']"
/>
</EF:EFGrid>
<br/>
<span
style=
'color: red;font-size: 13px;'
>
说明:新增企业时会同步新增企业管理员账户,账户=登录前缀0000,例如:登录前缀是HG,初始账
账户就是HG0000,密码与账
账户相同
</span></br>
<span
style=
'color: red;font-size: 13px;'
>
说明:新增企业时会同步新增企业管理员账户,账户=登录前缀0000,例如:登录前缀是HG,初始账
户就是HG0000,密码与
账户相同
</span></br>
</EF:EFRegion>
</EF:EFPage>
...
...
src/main/webapp/HG/WD/HGWD002A1.js
View file @
fedb0d16
...
...
@@ -62,14 +62,14 @@ function previewFile(url, docType) {
$
(
"#descDiv"
).
css
(
'display'
,
'none'
);
if
(
isXml
(
docType
))
{
previewXml
(
url
);
}
else
if
(
isExcel
(
docType
))
{
previewExcel
(
url
);
}
else
if
(
isWord
(
docType
))
{
previewDocx
(
url
);
}
else
{
previewOnline
(
url
);
}
// else if (isText(docType)) {
// else if (isExcel(docType)) {
// previewExcel(url);
// } else if (isText(docType)) {
// previewText(url);
// } else if (isImage(docType)) {
// previewImage(url);
...
...
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