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
6a782160
Commit
6a782160
authored
Sep 09, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-09-09 文档库获取附件类型逻辑调整
parent
3b65c185
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
HGWD099A.js
src/main/webapp/HG/WD/HGWD099A.js
+3
-1
No files found.
src/main/webapp/HG/WD/HGWD099A.js
View file @
6a782160
...
@@ -14,10 +14,12 @@ $(function () {
...
@@ -14,10 +14,12 @@ $(function () {
var
bizType
=
$
(
"#inqu_status-0-bizType"
).
val
();
var
bizType
=
$
(
"#inqu_status-0-bizType"
).
val
();
var
operType
=
$
(
"#inqu_status-0-operType"
).
val
();
var
operType
=
$
(
"#inqu_status-0-operType"
).
val
();
var
ndocId
=
$
(
"#inqu_status-0-ndocId"
).
val
();
var
ndocId
=
$
(
"#inqu_status-0-ndocId"
).
val
();
var
typeIndex
=
e
.
response
.
docName
.
lastIndexOf
(
"."
);
var
type
=
typeIndex
==
-
1
?
""
:
e
.
response
.
docName
.
substring
(
typeIndex
);
var
data
=
{
var
data
=
{
docId
:
docId
,
docId
:
docId
,
docName
:
e
.
response
.
docName
,
docName
:
e
.
response
.
docName
,
docType
:
e
.
response
.
docT
ype
,
docType
:
t
ype
,
bizId
:
matId
,
bizId
:
matId
,
bizType
:
bizType
,
bizType
:
bizType
,
operType
:
operType
,
operType
:
operType
,
...
...
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