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
f34356a2
Commit
f34356a2
authored
Oct 18, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-10-18 文档库复制目录接口调整
parent
0d5b716c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
HGWD001.js
src/main/webapp/HG/WD/HGWD001.js
+3
-2
No files found.
src/main/webapp/HG/WD/HGWD001.js
View file @
f34356a2
...
...
@@ -517,7 +517,7 @@ $(function () {
query
:
function
(
e
)
{
let
inEiInfo
=
new
EiInfo
();
let
fileId
=
IPLATUI
.
EFTree
.
categoryTree
.
selectTreeNode
.
fileId
;
inEiInfo
.
set
(
"inqu_status2-0-
file
Id"
,
fileId
);
inEiInfo
.
set
(
"inqu_status2-0-
parent
Id"
,
fileId
);
return
inEiInfo
;
}
},
...
...
@@ -862,13 +862,14 @@ let showAuthButton = function () {
let
changeRecord
=
$
(
"#CHANGE_RECORD"
).
hide
();
if
(
!
isBlank
(
leafLevel
)
&&
leafLevel
==
0
){
changeRecord
.
show
();
$
(
"#COPY_PROT_FILE"
).
show
();
}
// C:目录
if
(
isBlank
(
leafType
)
||
leafType
!=
"C"
)
{
$
(
"#RELEASE"
).
hide
();
$
(
"#UPLOAD_FILE"
).
hide
();
$
(
"#COPY_FILE"
).
hide
();
$
(
"#COPY_PROT_FILE"
).
hide
();
//
$("#COPY_PROT_FILE").hide();
$
(
"#PREVIEW"
).
hide
();
$
(
"#BATCH_DOWNLOAD"
).
hide
();
return
...
...
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