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
6738b3d4
Commit
6738b3d4
authored
Jul 31, 2019
by
sunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面优化
parent
58d4cbcb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
20 deletions
+26
-20
reportList.jsp
src/main/webapp/WEB-INF/views/modules/report/reportList.jsp
+4
-4
workbench.jsp
src/main/webapp/WEB-INF/views/modules/workbench/workbench.jsp
+22
-16
No files found.
src/main/webapp/WEB-INF/views/modules/report/reportList.jsp
View file @
6738b3d4
...
...
@@ -451,19 +451,19 @@
<
%
–
<options
items=
"${ctBbtcRegionList}"
itemLabel=
"name"
itemValue=
"id"
&
ndash
;%&
gt
;
&
lt
;%&
ndash
;
htmlEscape=
"false"
/></select>
–
%
>
</select>
--%>
<form:select
id=
"supplementArea"
onchange=
"resetPageNo();"
path=
"supplementArea"
class=
"input-small"
>
<form:select
id=
"supplementArea"
onchange=
"resetPageNo();"
path=
"supplementArea"
class=
"input-small
required
"
>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
</li>
<li><label>
业务类型:
</label>
<form:select
id=
"supplementType"
onchange=
"getBusCategory(value);"
path=
"supplementType"
class=
"input-small"
>
<form:select
id=
"supplementType"
onchange=
"getBusCategory(value);"
path=
"supplementType"
class=
"input-small
required
"
>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
</li>
<li><label>
业务类别:
</label>
<form:select
onchange=
"resetPageNo();"
path=
"supplementCategory"
class=
"input-small"
id=
"supplementCategory"
>
<form:select
onchange=
"resetPageNo();"
path=
"supplementCategory"
class=
"input-small
required
"
id=
"supplementCategory"
>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
</li>
...
...
@@ -482,7 +482,7 @@
<
%
--
<
form:select
onchange=
"resetPageNo();"
path=
"transferDepartment"
class=
"input-small"
id=
"transferDepartment"
value=
"${report.transferDepartment}"
>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
--%>
<form:select
id=
"transferDepartment"
onchange=
"resetPageNo();"
path=
"transferDepartment"
class=
"input-small"
>
<form:select
id=
"transferDepartment"
onchange=
"resetPageNo();"
path=
"transferDepartment"
class=
"input-small
required
"
>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
</li>
...
...
src/main/webapp/WEB-INF/views/modules/workbench/workbench.jsp
View file @
6738b3d4
...
...
@@ -526,6 +526,10 @@
}
function
resetPageNo
()
{
$
(
"#pageNo"
).
val
(
0
);
}
</script>
</head>
<body>
...
...
@@ -569,23 +573,25 @@
<form:option
value=
"PropertyGroup"
>
物业集团
</form:option>
</form:select>
</li>
--%>
<li><label>
所属集团:
</label>
<form:select
id=
"supplementGroup"
path=
"supplementGroup"
class=
"input-small required"
onchange=
"getRegion()"
>
<form:option
value=
""
>
请选择
</form:option>
<form:options
items=
"${fns:getDictList('supplement_group')}"
itemLabel=
"label"
itemValue=
"id"
htmlEscape=
"false"
/>
</form:select>
</li>
<li
style=
"float: right"
>
<li><label>
所属集团:
</label>
<form:select
id=
"supplementGroup"
path=
"supplementGroup"
class=
"input-medium "
onchange=
"getRegion()"
cssStyle=
"width: 180px"
htmlEscape=
"false"
>
<form:option
value=
""
>
请选择
</form:option>
<form:options
items=
"${fns:getDictList('supplement_group')}"
itemLabel=
"label"
itemValue=
"id"
htmlEscape=
"false"
/>
</form:select>
</li>
<li><label>
所属区域:
</label>
<
%
--
<
select
id=
"supplementArea"
path=
"supplementArea"
class=
"input-small required"
onchange=
"resetPageNo();"
>
<option
value=
""
>
请选择
</option>
<
%
–
<options
items=
"${ctBbtcRegionList}"
itemLabel=
"name"
itemValue=
"id"
&
ndash
;%&
gt
;
&
lt
;%&
ndash
;
htmlEscape=
"false"
/></select>
–
%
>
</select>
--%>
<form:select
id=
"area"
onchange=
"resetPageNo();"
path=
"area"
class=
"input-small"
>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
<li><label>
所属区域:
</label>
<
%
--
<
select
id=
"supplementArea"
path=
"supplementArea"
class=
"input-small required"
onchange=
"resetPageNo();"
>
<option
value=
""
>
请选择
</option>
<
%
–
<options
items=
"${ctBbtcRegionList}"
itemLabel=
"name"
itemValue=
"id"
&
ndash
;%&
gt
;
&
lt
;%&
ndash
;
htmlEscape=
"false"
/></select>
–
%
>
</select>
--%>
<form:select
id=
"area"
onchange=
"resetPageNo();"
path=
"area"
class=
"input-medium "
cssStyle=
"width: 180px"
htmlEscape=
"false"
>
<form:option
value=
""
>
请选择
</form:option>
</form:select>
</li>
</li>
</c:if>
</ul>
...
...
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