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-09 17:23:40 +0800
Commit
9a04682707c89b408a2a21121153dec2aca52507
1 parent
ce385c3c
工单界面
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
monitor-ui-web/src/main/webapp/jsp/worksystem/addWorkOrder2.jsp
monitor-ui-web/src/main/webapp/jsp/worksystem/addWorkOrder2.jsp
View file @
9a04682
...
...
@@ -328,6 +328,10 @@
checkType
=
'radio'
;
checkTypeCss
=
'rdio rdio-default'
;
}
if
(
data
==
null
){
return
;
}
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
)
{
if
(
i
%
4
==
0
)
{
...
...
Please
register
or
login
to post a comment