Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2018-03-16 11:22:35 +0800
Commit
640bd434fc8ddb167928490a49e3d638f407fa85
1 parent
97af81b2
node类型工单只允许单选
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
monitor-ui-web/src/main/webapp/jsp/worksystem/addWorkOrder.jsp
monitor-ui-web/src/main/webapp/jsp/worksystem/addWorkOrder.jsp
View file @
640bd43
...
...
@@ -286,6 +286,11 @@
var
checkType
=
'checkbox'
;
var
checkTypeCss
=
'ckbox ckbox-primary'
;
if
(
"NODE"
==
platform
){
checkType
=
'radio'
;
checkTypeCss
=
'rdio rdio-default'
;
}
if
(
data
==
null
){
return
;
}
...
...
Please
register
or
login
to post a comment