Commit d2974e7c authored by 王飞龙's avatar 王飞龙

修改上报页面

parent ea9a1e83
......@@ -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>
......
......@@ -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()
// }
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment