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
d2974e7c
Commit
d2974e7c
authored
Nov 11, 2022
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改上报页面
parent
ea9a1e83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
12 deletions
+5
-12
questionnaire_information.jsp
...n/webapp/WEB-INF/page/space/questionnaire_information.jsp
+5
-5
questionnaire_Information.js
src/main/webapp/res/js/space/questionnaire_Information.js
+0
-7
No files found.
src/main/webapp/WEB-INF/page/space/questionnaire_information.jsp
View file @
d2974e7c
...
...
@@ -1277,7 +1277,7 @@
<div
class=
"row"
style=
"padding-left: 40px"
>
<label
class=
"question_label"
>
入孵企业情况 :
</label>
<div
style=
"width:1100px;overflow-x: auto;border: #333333 1px;margin-bottom: 15px"
>
<table
class=
"incubates"
border=
"1"
<table
border=
"1"
style=
"max-width: 1100px"
>
<thead>
<tr>
...
...
@@ -1369,7 +1369,7 @@
<div
class=
"row"
style=
"padding-left: 40px"
>
<label
class=
"question_label"
>
入孵企业情况 :
</label>
<div
style=
"width:1100px;overflow-x: auto;border: #333333 1px;margin-bottom: 15px"
>
<table
class=
"incubates"
border=
"1"
<table
border=
"1"
style=
"max-width: 1100px"
>
<thead>
<tr>
...
...
@@ -1461,7 +1461,7 @@
<div
class=
"row"
style=
"padding-left: 40px"
>
<label
class=
"question_label"
>
新增就业情况 :
</label>
<div
style=
"width:1000px;overflow-x: auto;border: #333333 1px;margin-bottom: 15px"
>
<table
class=
"newPost"
border=
"1"
style=
"max-width: 1000px"
>
<table
border=
"1"
style=
"max-width: 1000px"
>
<thead>
<tr>
<th
nowrap
>
序号
</th>
...
...
@@ -1620,7 +1620,7 @@
<div
class=
"row"
style=
"padding-left: 40px"
>
<label
class=
"question_label"
>
签约创业导师情况 :
</label>
<div
style=
"width:1000px;overflow-x: auto;border: #333333 1px;margin-bottom: 15px"
>
<table
class=
"newTeacher"
border=
"1"
<table
border=
"1"
style=
"max-width: 1000px"
>
<thead>
<tr>
...
...
@@ -1843,7 +1843,7 @@
<div
class=
"row"
style=
"padding-left: 40px"
>
<label
class=
"question_label"
>
组织双创活动情况 :
</label>
<div
style=
"width:1100px;overflow-x: auto;border: #333333 1px;margin-bottom: 15px"
>
<table
class=
"activity"
border=
"1"
<table
border=
"1"
style=
"max-width: 1100px"
>
<thead>
<tr>
...
...
src/main/webapp/res/js/space/questionnaire_Information.js
View file @
d2974e7c
...
...
@@ -514,8 +514,6 @@ function fun(table, row1, max) {
all_order
();
var
lastRow
=
$
(
tempTable
).
find
(
'tr:last'
)
//将尾行元素克隆来的保存的值清空
$
(
lastRow
).
find
(
'[name*="option_"]'
).
val
(
''
);
}
else
{
}
}
...
...
@@ -1155,14 +1153,9 @@ $(function () {
$
(
"#guidingindicators7 table tr"
).
each
(
function
(
index
,
element
)
{
// 判断是否参加互联网+大赛 将不是的过滤掉
// || $($(element).children()[12]).children().val() == ""
if
(
$
(
$
(
element
).
children
()[
12
]).
children
().
val
()
==
"否"
&&
$
(
$
(
element
).
children
()[
16
]).
children
().
val
()
==
"否"
)
{
$
(
element
).
remove
()
}
// 判断是否为教育部入库创业导师 将不是的过滤掉
// if ($($(element).children()[16]).children().val() == "否") {
// $(element).remove()
// }
})
...
...
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