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
ad96c28d
Commit
ad96c28d
authored
Nov 19, 2021
by
Asjoker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问卷管理-详情细化
parent
ef26d162
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
140 additions
and
120 deletions
+140
-120
index.jsp
src/main/webapp/WEB-INF/page/education/index.jsp
+1
-1
questionnaire_information.jsp
...bapp/WEB-INF/page/education/questionnaire_information.jsp
+51
-46
index.jsp
src/main/webapp/WEB-INF/page/space/index.jsp
+9
-8
questionnaire_information.jsp
...n/webapp/WEB-INF/page/space/questionnaire_information.jsp
+65
-60
questionnaire_Information.js
src/main/webapp/res/js/space/questionnaire_Information.js
+14
-5
No files found.
src/main/webapp/WEB-INF/page/education/index.jsp
View file @
ad96c28d
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
data-placement=
"right"
data-placement=
"right"
title=
"问卷管理"
>
title=
"问卷管理"
>
<i
class=
"fa fa-commenting"
></i>
<i
class=
"fa fa-commenting"
></i>
<span
class=
"nav-label"
>
问卷
管理
</span>
<span
class=
"nav-label"
>
评估数据
管理
</span>
</a>
</a>
</li>
</li>
<%-- <li><a class="J_menuItem" href="<%=request.getContextPath()%>/goto/education/space_change_password" data-index="0"> <i class="fa fa-rotate-left"></i> <span class="nav-label">修改密码</span></a></li>
<%-- <li><a class="J_menuItem" href="<%=request.getContextPath()%>/goto/education/space_change_password" data-index="0"> <i class="fa fa-rotate-left"></i> <span class="nav-label">修改密码</span></a></li>
...
...
src/main/webapp/WEB-INF/page/education/questionnaire_information.jsp
View file @
ad96c28d
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/page/space/index.jsp
View file @
ad96c28d
...
@@ -158,17 +158,18 @@
...
@@ -158,17 +158,18 @@
href=
"
<%=
request
.
getContextPath
()
%>
/goto/space/space_teamManage"
>
团队账户管理
</a></li>
href=
"
<%=
request
.
getContextPath
()
%>
/goto/space/space_teamManage"
>
团队账户管理
</a></li>
</ul></li>
</ul></li>
<li><a
class=
"J_menuItem"
href=
"
<%=
request
.
getContextPath
()
%>
/goto/space/notice"
data-index=
"0"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"公示公告"
>
<i
class=
"fa fa-commenting"
></i>
<span
class=
"nav-label"
>
公示公告
</span></a></li>
<li><a
class=
"J_menuItem"
href=
"
<%=
request
.
getContextPath
()
%>
/goto/space/notice"
data-index=
"0"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"公示公告"
>
<i
class=
"fa fa-commenting"
></i>
<span
class=
"nav-label"
>
公示公告
</span></a></li>
<li>
<li>
<a
<a
href=
"#"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"用户管理"
>
class=
"J_menuItem"
href=
"
<%=
request
.
getContextPath
()
%>
/goto/space/questionnaire_information"
data-index=
"0"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"问卷管理"
>
<i
class=
"fa fa-commenting"
></i>
<i
class=
"fa fa-commenting"
></i>
<span
class=
"nav-label"
>
问卷管理
</span>
<span
class=
"nav-label"
>
绩效评估
</span>
<span
class=
"fa arrow"
>
</span>
</a>
</a>
<ul
class=
"nav nav-second-level"
>
<li><a
class=
"J_menuItem"
href=
"
<%=
request
.
getContextPath
()
%>
/goto/space/questionnaire_information"
>
2021年天津市高校众创空间绩效评估
</a></li>
</ul>
</li>
</li>
<%-- <li><a class="J_menuItem" href="<%=request.getContextPath()%>/goto/space/space_change_password" data-index="0"> <i class="fa fa-rotate-left"></i> <span class="nav-label">修改密码</span></a></li>
<%-- <li><a class="J_menuItem" href="<%=request.getContextPath()%>/goto/space/space_change_password" data-index="0"> <i class="fa fa-rotate-left"></i> <span class="nav-label">修改密码</span></a></li>
<li><a class="J_menuItem" href="<%=request.getContextPath()%>/user/Logout" data-index="0"> <i class="fa fa-power-off"></i> <span class="nav-label">安全退出</span></a></li> --%>
<li><a class="J_menuItem" href="<%=request.getContextPath()%>/user/Logout" data-index="0"> <i class="fa fa-power-off"></i> <span class="nav-label">安全退出</span></a></li> --%>
...
...
src/main/webapp/WEB-INF/page/space/questionnaire_information.jsp
View file @
ad96c28d
This diff is collapsed.
Click to expand it.
src/main/webapp/res/js/space/questionnaire_Information.js
View file @
ad96c28d
...
@@ -260,20 +260,29 @@ function toValidate() {
...
@@ -260,20 +260,29 @@ function toValidate() {
}
}
});
});
});
});
if
(
tempImgList
.
length
<
1
){
validateFlag
=
false
if
(
!
$
(
'input:radio[name=last_one]:checked'
).
val
())
{
swal
(
"失败!"
,
'3.每块场地实景照片1张'
+
' 存在未填项'
,
"error"
);
swal
(
"失败!"
,
'21.是否为国家创业孵化示范基地'
+
' 存在未填项'
,
"error"
);
return
;
}
if
(
!
$
(
'input:radio[name=last_two]:checked'
).
val
())
{
swal
(
"失败!"
,
'20.是否为国家级备案众创空间'
+
' 存在未填项'
,
"error"
);
return
;
return
;
}
}
if
(
file_list_2
.
length
<
1
&&
old_file_list_2
.
length
<
1
){
validateFlag
=
false
swal
(
"失败!"
,
'11.由财务部门出具的相关证明照片或PDF格式文件'
+
' 存在未填项'
,
"error"
);
return
;
}
if
(
file_list
.
length
<
1
&&
old_file_list
.
length
<
1
){
if
(
file_list
.
length
<
1
&&
old_file_list
.
length
<
1
){
validateFlag
=
false
validateFlag
=
false
swal
(
"失败!"
,
'4.填写《关于众创空间运营情况的相关说明》'
+
' 存在未填项'
,
"error"
);
swal
(
"失败!"
,
'4.填写《关于众创空间运营情况的相关说明》'
+
' 存在未填项'
,
"error"
);
return
;
return
;
}
}
if
(
file_list_2
.
length
<
1
&&
old_file_list_2
.
length
<
1
){
if
(
tempImgList
.
length
<
1
){
validateFlag
=
false
validateFlag
=
false
swal
(
"失败!"
,
'
11.由财务部门出具的相关证明照片或PDF格式文件
'
+
' 存在未填项'
,
"error"
);
swal
(
"失败!"
,
'
3.每块场地实景照片1张
'
+
' 存在未填项'
,
"error"
);
return
;
return
;
}
}
}
}
...
...
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