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
2cf6f506
Commit
2cf6f506
authored
Jul 31, 2019
by
sunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟踪页面 移交集团 部门 优化
parent
6091b85e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
reportTrack.jsp
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
+2
-2
No files found.
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
View file @
2cf6f506
...
@@ -918,7 +918,7 @@
...
@@ -918,7 +918,7 @@
<div
id=
"transferGroup"
class=
"control-group"
style=
"display:none"
>
<div
id=
"transferGroup"
class=
"control-group"
style=
"display:none"
>
<label
class=
"control-label"
>
移交集团:
</label>
<label
class=
"control-label"
>
移交集团:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:select
id=
""
path=
"transferGroup"
class=
"input-small required"
onchange=
"getDepartment(value)"
>
<form:select
id=
""
path=
"transferGroup"
class=
"input-small required"
onchange=
"getDepartment(value)"
cssStyle=
"width: 280px"
>
<form:option
value=
""
>
请选择
</form:option>
<form:option
value=
""
>
请选择
</form:option>
<form:options
items=
"${fns:getDictList('supplement_group')}"
itemLabel=
"label"
itemValue=
"id"
<form:options
items=
"${fns:getDictList('supplement_group')}"
itemLabel=
"label"
itemValue=
"id"
htmlEscape=
"false"
/></form:select>
htmlEscape=
"false"
/></form:select>
...
@@ -929,7 +929,7 @@
...
@@ -929,7 +929,7 @@
<div
id=
"selectType"
class=
"control-group"
style=
"display:none"
>
<div
id=
"selectType"
class=
"control-group"
style=
"display:none"
>
<label
class=
"control-label"
>
移交部门:
</label>
<label
class=
"control-label"
>
移交部门:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:select
id=
"transferDepartment"
path=
"transferDepartment"
class=
"input-small required"
>
<form:select
id=
"transferDepartment"
path=
"transferDepartment"
class=
"input-small required"
cssStyle=
"width: 280px"
>
<form:option
value=
""
>
请选择
</form:option>
<form:option
value=
""
>
请选择
</form:option>
<
%
--
<
form:options
items=
"${fns:getDictList('supplement_type')}"
itemLabel=
"label"
itemValue=
"value"
<
%
--
<
form:options
items=
"${fns:getDictList('supplement_type')}"
itemLabel=
"label"
itemValue=
"value"
htmlEscape=
"false"
/>
--%>
htmlEscape=
"false"
/>
--%>
...
...
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