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
26b2bc16
Commit
26b2bc16
authored
Dec 05, 2017
by
java-lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文本框放大
parent
60ae8ae0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
32 deletions
+9
-32
reportDetail.jsp
src/main/webapp/WEB-INF/views/modules/report/reportDetail.jsp
+2
-26
reportForm.jsp
src/main/webapp/WEB-INF/views/modules/report/reportForm.jsp
+2
-2
reportList.jsp
src/main/webapp/WEB-INF/views/modules/report/reportList.jsp
+2
-2
reportTrack.jsp
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
+3
-2
No files found.
src/main/webapp/WEB-INF/views/modules/report/reportDetail.jsp
View file @
26b2bc16
...
@@ -118,7 +118,7 @@
...
@@ -118,7 +118,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:textarea
id=
"reportContent"
htmlEscape=
"true"
path=
"reportContent"
rows=
"4
"
maxlength=
"500"
class=
"input-xxlarge"
disabled=
"true"
/>
<form:textarea
id=
"reportContent"
htmlEscape=
"true"
style=
"width:90%"
path=
"reportContent"
rows=
"6
"
maxlength=
"500"
class=
"input-xxlarge"
disabled=
"true"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
...
@@ -158,24 +158,6 @@
...
@@ -158,24 +158,6 @@
<c:if
test=
"${report.reportStatus ne '0'}"
>
<c:if
test=
"${report.reportStatus ne '0'}"
>
<span
class=
"title"
>
举报信息补充
</span>
<span
class=
"title"
>
举报信息补充
</span>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
标题:
</label>
<div
class=
"controls"
>
<form:input
path=
"supplementTitle"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
被举报公司:
</label>
<div
class=
"controls"
>
<form:input
path=
"supplementCompany"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
被举报部门:
</label>
<div
class=
"controls"
>
<form:input
path=
"supplementDepartment"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
</div>
</div>
<div
class=
"control-group"
>
<label
class=
"control-label"
>
业务类型:
</label>
<label
class=
"control-label"
>
业务类型:
</label>
<div
class=
"controls"
>
<div
class=
"controls"
>
<
%
--
<
form:input
id=
"supplementType"
items=
"split(${report.supplementType},',')"
path=
"supplementType"
--
%
>
<
%
--
<
form:input
id=
"supplementType"
items=
"split(${report.supplementType},',')"
path=
"supplementType"
--
%
>
...
@@ -192,16 +174,10 @@
...
@@ -192,16 +174,10 @@
<form:input
id=
"supplementArea"
path=
"supplementArea"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
<form:input
id=
"supplementArea"
path=
"supplementArea"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
</div>
</div>
</div>
</div>
<
%
--
<
div
class=
"control-group"
>
--%>
<
%
--
<
label
class=
"control-label"
>
被举报项目:
</label>
--%>
<
%
--
<
div
class=
"controls"
>
--%>
<
%
--
<
form:input
path=
"supplementProject"
htmlEscape=
"false"
maxlength=
"200"
class=
"input-xlarge required"
/>
--%>
<
%
--
</
div
>
--%>
<
%
--
</
div
>
--%>
<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:textarea
id=
"reportContent"
htmlEscape=
"true"
path=
"supplementContent"
rows=
"4
"
maxlength=
"500"
class=
"input-xxlarge"
disabled=
"true"
/>
<form:textarea
id=
"reportContent"
htmlEscape=
"true"
style=
"width:90%"
path=
"supplementContent"
rows=
"6
"
maxlength=
"500"
class=
"input-xxlarge"
disabled=
"true"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
...
...
src/main/webapp/WEB-INF/views/modules/report/reportForm.jsp
View file @
26b2bc16
...
@@ -172,8 +172,8 @@
...
@@ -172,8 +172,8 @@
<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:textarea
id=
"reportContent"
htmlEscape=
"true"
path=
"reportContent"
rows=
"
4
"
maxlength=
"3000"
<form:textarea
id=
"reportContent"
htmlEscape=
"true"
path=
"reportContent"
rows=
"
6
"
maxlength=
"3000"
class=
"input-xxlarge"
placeholder=
"最多输入3000个字符"
/>
style=
"width:90%"
class=
"input-xxlarge"
placeholder=
"最多输入3000个字符"
/>
<span
class=
"help-inline"
><font
color=
"red"
>
*
</font>
</span>
<span
class=
"help-inline"
><font
color=
"red"
>
*
</font>
</span>
</div>
</div>
</div>
</div>
...
...
src/main/webapp/WEB-INF/views/modules/report/reportList.jsp
View file @
26b2bc16
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
top
.
$
(
'.jbox-body .jbox-icon'
).
css
(
'top'
,
'55px'
);
top
.
$
(
'.jbox-body .jbox-icon'
).
css
(
'top'
,
'55px'
);
});
});
$
(
"#btnSubmit"
).
click
(
function
()
{
$
(
"#btnSubmit"
).
click
(
function
()
{
$
(
"#searchForm"
).
attr
(
"action"
,
"${ctx}/report
/list
"
);
$
(
"#searchForm"
).
attr
(
"action"
,
"${ctx}/report"
);
$
(
"#searchForm"
).
submit
();
$
(
"#searchForm"
).
submit
();
});
});
$
(
"#btnAdd"
).
click
(
function
()
{
$
(
"#btnAdd"
).
click
(
function
()
{
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
htmlEscape=
"false"
/></form:select></li>
htmlEscape=
"false"
/></form:select></li>
<li
class=
"clearfix"
></li>
<li
class=
"clearfix"
></li>
<li
class=
"btns"
>
<li
class=
"btns"
>
<
label
style=
"width:auto;"
>
<input
id=
"btnSubmit"
class=
"btn btn-primary"
type=
"submit"
value=
"筛选"
/>
<
%
--
<
label
style=
"width:auto;"
>
--%>
<input
id=
"btnSubmit"
class=
"btn btn-primary"
type=
"submit"
value=
"筛选"
/>
<input
id=
"btnReset"
class=
"btn btn-primary"
type=
"button"
value=
"重置"
/>
<input
id=
"btnReset"
class=
"btn btn-primary"
type=
"button"
value=
"重置"
/>
<input
id=
"btnExport"
class=
"btn btn-primary"
type=
"button"
value=
"导出"
/></label>
<input
id=
"btnExport"
class=
"btn btn-primary"
type=
"button"
value=
"导出"
/></label>
</li>
</li>
...
...
src/main/webapp/WEB-INF/views/modules/report/reportTrack.jsp
View file @
26b2bc16
...
@@ -252,7 +252,7 @@
...
@@ -252,7 +252,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:textarea
id=
"reportContent"
htmlEscape=
"true"
path=
"reportContent"
rows=
"4
"
maxlength=
"500"
class=
"input-xxlarge"
disabled=
"true"
/>
<form:textarea
id=
"reportContent"
htmlEscape=
"true"
style=
"width:90%"
path=
"reportContent"
rows=
"6
"
maxlength=
"500"
class=
"input-xxlarge"
disabled=
"true"
/>
</div>
</div>
</div>
</div>
<div
class=
"control-group"
>
<div
class=
"control-group"
>
...
@@ -333,7 +333,8 @@
...
@@ -333,7 +333,8 @@
<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:textarea
id=
"supplementContent"
htmlEscape=
"true"
path=
"supplementContent"
rows=
"4"
<form:textarea
id=
"supplementContent"
htmlEscape=
"true"
path=
"supplementContent"
rows=
"6"
style=
"width:90%"
maxlength=
"500"
class=
"input-xxlarge"
placeholder=
"最多输入3000个字符"
/>
maxlength=
"500"
class=
"input-xxlarge"
placeholder=
"最多输入3000个字符"
/>
</div>
</div>
</div>
</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