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
4549ad73
Commit
4549ad73
authored
Jul 30, 2019
by
sunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
举报跟踪、 详情 页面优化
parent
2e160f0d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
reportDetail.jsp
src/main/webapp/WEB-INF/views/modules/report/reportDetail.jsp
+6
-6
reportTrack.jsp
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
+5
-5
No files found.
src/main/webapp/WEB-INF/views/modules/report/reportDetail.jsp
View file @
4549ad73
...
@@ -311,12 +311,12 @@
...
@@ -311,12 +311,12 @@
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
所属集团:
</label>
<label
class=
"control-label"
>
所属集团:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<c:if
test=
"${report.supplementGroup eq '3437402691677202102'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"集团本部"
maxlength=
"200
"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3437402691677202102'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"集团本部"
style=
"width: 270px
"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3510129313047280678'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"区域集团"
maxlength=
"200
"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3510129313047280678'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"区域集团"
style=
"width: 270px
"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3565898923067676254'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"服务集团"
maxlength=
"200
"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3565898923067676254'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"服务集团"
style=
"width: 270px
"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3806696792996264972'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"文化集团"
maxlength=
"200
"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3806696792996264972'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"文化集团"
style=
"width: 270px
"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3770618512934949260'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"文旅集团"
maxlength=
"200
"
></c:if>
<c:if
test=
"${report.supplementGroup eq '3770618512934949260'}"
><input
type=
"text"
id=
"supplementGroup"
value=
"文旅集团"
style=
"width: 270px
"
></c:if>
<c:if
test=
"${report.supplementGroup eq null}"
><input
type=
"text"
id=
"supplementGroup"
value=
"--"
maxlength=
"200
"
></c:if>
<c:if
test=
"${report.supplementGroup eq null}"
><input
type=
"text"
id=
"supplementGroup"
value=
"--"
style=
"width: 270px
"
></c:if>
</div>
</div>
</div>
</div>
...
...
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
View file @
4549ad73
...
@@ -808,7 +808,7 @@
...
@@ -808,7 +808,7 @@
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
被举报集团:
</label>
<label
class=
"control-label"
>
被举报集团:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:select
id=
"supplementGroup"
path=
"supplementGroup"
class=
"input-small required"
onchange=
"getRegion(value)"
>
<form:select
id=
"supplementGroup"
path=
"supplementGroup"
class=
"input-small required"
onchange=
"getRegion(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"
/>
htmlEscape=
"false"
/>
...
@@ -825,7 +825,7 @@
...
@@ -825,7 +825,7 @@
<
%
–
<options
items=
"${ctBbtcRegionList}"
itemLabel=
"name"
itemValue=
"id"
&
ndash
;%&
gt
;
<
%
–
<options
items=
"${ctBbtcRegionList}"
itemLabel=
"name"
itemValue=
"id"
&
ndash
;%&
gt
;
&
lt
;%&
ndash
;
htmlEscape=
"false"
/></select>
–
%
>
&
lt
;%&
ndash
;
htmlEscape=
"false"
/></select>
–
%
>
</select>
--%>
</select>
--%>
<form:select
id=
"supplementArea"
path=
"supplementArea"
class=
"input-small required"
onchange=
"resetPageNo();"
>
<form:select
id=
"supplementArea"
path=
"supplementArea"
class=
"input-small required"
onchange=
"resetPageNo();"
cssStyle=
"width: 280px"
>
<form:option
value=
""
>
请选择
</form:option>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
</form:select>
<span
class=
"help-inline"
><font
color=
"red"
>
*
</font>
</span>
<span
class=
"help-inline"
><font
color=
"red"
>
*
</font>
</span>
...
@@ -838,7 +838,7 @@
...
@@ -838,7 +838,7 @@
<form:option
value=
""
>
请选择
</form:option>
<form:option
value=
""
>
请选择
</form:option>
<form:option
value=
""
>
请选择02
</form:option>
<form:option
value=
""
>
请选择02
</form:option>
</form:select>
--%>
</form:select>
--%>
<form:select
id=
"supplementType"
path=
"supplementType"
class=
"input-small required"
onchange=
"getBusCategory();"
multiple=
"true"
>
<form:select
id=
"supplementType"
path=
"supplementType"
class=
"input-small required"
onchange=
"getBusCategory();"
multiple=
"true"
cssStyle=
"width: 280px"
>
<form:option
value=
""
>
请选择
</form:option>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
</form:select>
<
%
--
<
options
items=
"${ctBbtcRegionList}"
itemLabel=
"name"
itemValue=
"id"
--
%
>
<
%
--
<
options
items=
"${ctBbtcRegionList}"
itemLabel=
"name"
itemValue=
"id"
--
%
>
...
@@ -850,7 +850,7 @@
...
@@ -850,7 +850,7 @@
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
业务类别:
</label>
<label
class=
"control-label"
>
业务类别:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:select
id=
"supplementCategory"
path=
"supplementCategory"
class=
"input-small required"
onchange=
"resetPageNo();"
multiple=
"true"
>
<form:select
id=
"supplementCategory"
path=
"supplementCategory"
class=
"input-small required"
onchange=
"resetPageNo();"
multiple=
"true"
cssStyle=
"width: 280px"
>
<form:option
value=
""
>
请选择
</form:option>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
</form:select>
<
%
--
<
options
items=
"${ctBbtcRegionList}"
itemLabel=
"name"
itemValue=
"id"
--
%
>
<
%
--
<
options
items=
"${ctBbtcRegionList}"
itemLabel=
"name"
itemValue=
"id"
--
%
>
...
@@ -908,7 +908,7 @@
...
@@ -908,7 +908,7 @@
<br>
<br>
<label
class=
"control-label"
>
处理结论:
</label>
<label
class=
"control-label"
>
处理结论:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<form:select
path=
"dealResult"
id=
"dealResult"
class=
"input-small required"
onchange=
"showDone();"
>
<form:select
path=
"dealResult"
id=
"dealResult"
class=
"input-small required"
onchange=
"showDone();"
cssStyle=
"width: 280px"
>
<form:option
value=
" "
>
请选择
</form:option>
<form:option
value=
" "
>
请选择
</form:option>
<form:options
items=
"${fns:getDictList('deal_result')}"
itemLabel=
"label"
itemValue=
"value"
<form:options
items=
"${fns:getDictList('deal_result')}"
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