Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac_report
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
java-sunac-report
sunac_report
Commits
3b7577ec
Commit
3b7577ec
authored
Oct 09, 2017
by
Java-李昕颖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作台、权限等修改
parent
eda923f7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
userForm.jsp
src/main/webapp/WEB-INF/views/modules/sys/userForm.jsp
+2
-2
workbench.jsp
src/main/webapp/WEB-INF/views/modules/workbench/workbench.jsp
+2
-2
No files found.
src/main/webapp/WEB-INF/views/modules/sys/userForm.jsp
View file @
3b7577ec
...
...
@@ -134,14 +134,14 @@
</form:select>
</div>
</div>
--%>
<
%
--
<
div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
用户角色:
</label>
<div
class=
"controls"
>
<form:checkboxes
path=
"roleIdList"
items=
"${allRoles}"
itemLabel=
"name"
itemValue=
"id"
htmlEscape=
"false"
class=
"required"
/>
<span
class=
"help-inline"
><font
color=
"red"
>
*
</font>
</span>
</div>
</div>
<div
class=
"control-group"
>
<
%
--
<
div
class=
"control-group"
>
<label
class=
"control-label"
>
备注:
</label>
<div
class=
"controls"
>
<form:textarea
path=
"remarks"
htmlEscape=
"false"
rows=
"3"
maxlength=
"200"
class=
"input-xlarge"
/>
...
...
src/main/webapp/WEB-INF/views/modules/workbench/workbench.jsp
View file @
3b7577ec
...
...
@@ -229,9 +229,9 @@
</label>
</li>
<li
style=
"float: right"
><label>
至:
</label><input
id=
"endDate"
name=
"endDate"
readonly=
"readonly"
type=
"text"
maxlength=
"200"
class=
"Wdate"
style=
"width: auto"
on
Focus
=
"WdatePicker({lang:'zh-cn',minDate:'#F{$dp.$D(\'startDate\')}'})"
value=
"${workbench.endDate}"
/></li>
maxlength=
"200"
class=
"Wdate"
style=
"width: auto"
on
Click
=
"WdatePicker({lang:'zh-cn',minDate:'#F{$dp.$D(\'startDate\')}'})"
value=
"${workbench.endDate}"
/></li>
<li
style=
"float: right"
><label>
日期:
</label><input
id=
"startDate"
name=
"startDate"
readonly=
"readonly"
type=
"text"
maxlength=
"200"
class=
"Wdate"
style=
"width: auto"
on
Focus
=
"WdatePicker({lang:'zh-cn',maxDate:'#F{$dp.$D(\'endDate\')}'})"
value=
"${workbench.startDate}"
/></li>
maxlength=
"200"
class=
"Wdate"
style=
"width: auto"
on
Click
=
"WdatePicker({lang:'zh-cn',maxDate:'#F{$dp.$D(\'endDate\')}'})"
value=
"${workbench.startDate}"
/></li>
</ul>
<ul
class=
"ul-form"
>
<div>
...
...
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