Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
platform
Project
Project
Details
Activity
Releases
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
王琮
platform
Commits
e556c35d
Commit
e556c35d
authored
Nov 09, 2022
by
熊海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改审批页面和汇总统计导出页面
parent
5ad5181c
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1061 additions
and
258 deletions
+1061
-258
questionnaire_Information_list.jsp
...WEB-INF/page/education/questionnaire_Information_list.jsp
+66
-3
questionnaire_information.jsp
...bapp/WEB-INF/page/education/questionnaire_information.jsp
+362
-242
questionnaire_Information.js
...main/webapp/res/js/education/questionnaire_Information.js
+616
-13
questionnaire_Information_list.js
...webapp/res/js/education/questionnaire_Information_list.js
+17
-0
No files found.
src/main/webapp/WEB-INF/page/education/questionnaire_Information_list.jsp
View file @
e556c35d
...
...
@@ -10,7 +10,7 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=Edge,chrome=1"
>
<title>
众创空间
</title>
<link
rel=
"shortcut icon"
href=
"favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"favicon.ico"
>
<link
href=
"
<%=
request
.
getContextPath
()
%>
/res/css/bootstrap.min.css?v=3.3.6"
rel=
"stylesheet"
>
<link
href=
"
<%=
request
.
getContextPath
()
%>
/res/css/font-awesome.css?v=4.4.0"
rel=
"stylesheet"
>
<link
href=
"
<%=
request
.
getContextPath
()
%>
/res/css/plugins/dataTables/dataTables.bootstrap.css"
rel=
"stylesheet"
>
...
...
@@ -48,7 +48,7 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
</select>
<input
type=
"text"
id=
"title"
class=
"form-control"
placeholder=
"众创空间"
/>
<button
style=
"margin-top: 5px"
class=
" btn btn-sm btn-primary m-t-n-xs"
onclick=
"search();"
>
搜 索
</button>
<button
style=
"margin-top: 5px"
class=
" btn btn-sm btn-primary m-t-n-xs"
onclick=
""
>
导 出
</button>
<button
style=
"margin-top: 5px"
class=
" btn btn-sm btn-primary m-t-n-xs"
onclick=
"
ShowCreateModal()
"
>
导 出
</button>
</div>
<table
id=
"hidden-table-info"
width=
"100%"
class=
"table table-striped table-bordered table-hover dataTables-example"
></table>
</div>
...
...
@@ -87,6 +87,69 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
</div>
</div>
</div>
<div
class=
"modal fade"
id=
"createFileMModal"
style=
"padding-left: 10%"
role=
"dialog"
aria-labelledby=
"exampleModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
style=
"padding-top: 10%;"
role=
"document"
>
<div
class=
"modal-content"
style=
"width: 710px"
>
<div
id=
"exportSelect"
class=
"modal-body"
>
<h5>
请选择需要导出的指标
</h5>
<br>
<form>
<h5>
基础指标
</h5>
<div>
<span
style=
"line-height: 14px"
>
基础指标1
<input
name=
"index"
type=
"radio"
value=
"1"
></span>
     
<span
style=
"line-height: 14px"
>
基础指标2
<input
name=
"index"
type=
"radio"
value=
"2"
></span>
     
<span
style=
"line-height: 14px"
>
基础指标3
<input
name=
"index"
type=
"radio"
value=
"3"
></span>
     
<span
style=
"line-height: 14px"
>
基础指标4
<input
name=
"index"
type=
"radio"
value=
"4"
></span>
     
<span
style=
"line-height: 14px"
>
基础指标5
<input
name=
"index"
type=
"radio"
value=
"5"
></span>
</div>
<div>
<span
style=
"line-height: 14px"
>
基础指标6
<input
name=
"index"
type=
"radio"
value=
"6"
></span>
     
<span
style=
"line-height: 14px"
>
基础指标7
<input
name=
"index"
type=
"radio"
value=
"7"
></span>
     
<span
style=
"line-height: 14px"
>
基础指标8
<input
name=
"index"
type=
"radio"
value=
"8"
></span>
     
<span
style=
"line-height: 14px"
>
基础指标9
<input
name=
"index"
type=
"radio"
value=
"9"
></span>
</div>
<br>
<h5>
引导指标
</h5>
<div>
<span
style=
"line-height: 14px"
>
引导指标1
<input
name=
"index"
type=
"radio"
value=
"10"
></span>
     
<span
style=
"line-height: 14px"
>
引导指标2
<input
name=
"index"
type=
"radio"
value=
"11"
></span>
     
<span
style=
"line-height: 14px"
>
引导指标3
<input
name=
"index"
type=
"radio"
value=
"12"
></span>
     
<span
style=
"line-height: 14px"
>
引导指标4
<input
name=
"index"
type=
"radio"
value=
"13"
></span>
     
<span
style=
"line-height: 14px"
>
引导指标5
<input
name=
"index"
type=
"radio"
value=
"14"
></span>
</div>
<div>
<span
style=
"line-height: 14px"
>
引导指标6
<input
name=
"index"
type=
"radio"
value=
"15"
></span>
     
<span
style=
"line-height: 14px"
>
引导指标7
<input
name=
"index"
type=
"radio"
value=
"16"
></span>
     
<span
style=
"line-height: 14px"
>
引导指标8
<input
name=
"index"
type=
"radio"
value=
"17"
></span>
     
<span
style=
"line-height: 14px"
>
引导指标9
<input
name=
"index"
type=
"radio"
value=
"18"
></span>
     
<span
style=
"line-height: 14px"
>
引导指标10
<input
name=
"index"
type=
"radio"
value=
"19"
></span>
</div>
<div>
<span
style=
"line-height: 14px"
>
引导指标11
<input
name=
"index"
type=
"radio"
value=
"20"
></span>
    
<span
style=
"line-height: 14px"
>
引导指标12
<input
name=
"index"
type=
"radio"
value=
"21"
></span>
    
<span
style=
"line-height: 14px"
>
引导指标13
<input
name=
"index"
type=
"radio"
value=
"22"
></span>
     
</div>
<br>
<h5>
奖励指标
</h5>
<div>
<span
style=
"line-height: 14px"
>
奖励指标1
<input
name=
"index"
type=
"radio"
value=
"23"
></span>
     
<span
style=
"line-height: 14px"
>
奖励指标2
<input
name=
"index"
type=
"radio"
value=
"24"
></span>
     
<span
style=
"line-height: 14px"
>
奖励指标3
<input
name=
"index"
type=
"radio"
value=
"25"
></span>
     
<span
style=
"line-height: 14px"
>
奖励指标4
<input
name=
"index"
type=
"radio"
value=
"26"
></span>
     
<span
style=
"line-height: 14px"
>
奖励指标5
<input
name=
"index"
type=
"radio"
value=
"27"
></span>
</div>
<br>
<div
class=
"ibox-content"
>
<div
class=
"form-inline pull-right "
>
<button
style=
"margin-top: 5px"
class=
" btn btn-sm btn-primary m-t-n-xs"
onclick=
"exportData()"
>
确定
</button>
<button
id=
"abadonExport"
style=
"margin-top: 5px;background-color: white;"
class=
" btn btn-sm btn-primary m-t-n-xs"
><span
style=
"color: black"
>
取消
</span></button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- 全局js -->
<script
src=
"
<%=
request
.
getContextPath
()
%>
/res/js/jquery.min.js?v=2.1.4"
></script>
<script
src=
"
<%=
request
.
getContextPath
()
%>
/res/js/bootstrap.min.js?v=3.3.6"
></script>
...
...
@@ -98,7 +161,7 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
<script
src=
"
<%=
request
.
getContextPath
()
%>
/res/js/plugins/dataTables/dataTables.bootstrap.js"
></script>
<!-- 自定义js -->
<script
src=
"
<%=
request
.
getContextPath
()
%>
/res/js/education/questionnaire_Information_list.js"
></script>
</body>
</html>
src/main/webapp/WEB-INF/page/education/questionnaire_information.jsp
View file @
e556c35d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main/webapp/res/js/education/questionnaire_Information.js
View file @
e556c35d
This diff is collapsed.
Click to expand it.
src/main/webapp/res/js/education/questionnaire_Information_list.js
View file @
e556c35d
...
...
@@ -114,3 +114,20 @@ function setAllMaterial_detail(projectID){
window
.
location
.
href
=
webroot
+
"goto/education/questionnaire_information?recordId="
+
projectID
;
}
// 修改弹出框的title, 显示弹框
function
ShowCreateModal
(){
$
(
'#createFileMModal'
).
modal
(
'show'
);
}
// 关闭弹框, 获取输入值,然后执行逻辑
$
(
"#abadonExport"
).
click
(
function
(){
$
(
"#createFileMModal"
).
modal
(
"hide"
);
});
//导出
function
exportData
()
{
if
(
$
(
"#exportSelect input:radio:checked"
).
val
()){
window
.
open
(
webroot
+
"questionnaire/exportFullTimeWorkPerson?index="
+
$
(
"#exportSelect input:radio:checked"
).
val
(),
"_parent"
)
}
else
{
swal
(
"失败!"
,
"请选择导出指标!"
,
"error"
);
}
}
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