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
6052c324
Commit
6052c324
authored
Oct 23, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.顶级目录不能使用右键功能
parent
15971322
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
HGWD001.js
src/main/webapp/HG/WD/HGWD001.js
+3
-3
No files found.
src/main/webapp/HG/WD/HGWD001.js
View file @
6052c324
...
...
@@ -320,7 +320,8 @@ $(function () {
if
(
e
.
button
!==
2
)
{
return
}
if
(
"工程设计图"
===
e
.
target
.
textContent
||
"外来制造图"
===
e
.
target
.
textContent
||
"其他"
===
e
.
target
.
textContent
)
{
if
(
"工程设计图"
===
e
.
target
.
textContent
||
"外来涉密图"
===
e
.
target
.
textContent
||
"备件制造图"
===
e
.
target
.
textContent
||
"其他"
===
e
.
target
.
textContent
)
{
$
(
"#isAdd"
).
css
(
'display'
,
'none'
);
$
(
"#isDel"
).
css
(
'display'
,
'none'
);
$
(
"#isEdit"
).
css
(
'display'
,
'none'
);
...
...
@@ -331,8 +332,7 @@ $(function () {
$
(
"#isEdit"
).
css
(
'display'
,
'block'
);
$
(
"#isAuth"
).
css
(
'display'
,
'block'
);
}
}
);
});
$
(
"#menumenu"
).
kendoContextMenu
({
target
:
"#"
+
options
.
treeId
,
select
:
function
(
e
)
{
...
...
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