From 321d0dfda6e8cc0bc206446aaf2d92ca5ce56699 Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Mon, 7 Nov 2022 13:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B9=98=E6=BD=AD=E5=A4=A7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E9=97=AE=E9=A2=98=E5=89=8D=E7=AB=AF=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- behindChildrenInfo.html | 65 +- boardersInfo.html | 65 +- classesOf.html | 67 +- css/comon0.css | 2 +- fulltimeTeachersAge.html | 64 +- fulltimeTeachersNum.html | 63 +- fulltimeTeachersRecord.html | 63 +- fulltimeTeachersTitle.html | 63 +- index.html | 13 +- js/areaSchoolRunning.js | 2 +- js/fulltimeTeachersAge.js | 72 +- js/fulltimeTeachersRecord.js | 67 +- js/fulltimeTeachersTitle.js | 61 +- js/jquery.timers-1.2.js | 2 +- js/js.js | 2 +- js/menu.js | 96 +- js/record.js | 1755 ++++++++++++++++++++++++++++++- js/runningConditions.js | 2 +- js/schoolTeachingStaff.js | 2 +- js/teachingStaff.js | 2 +- js/teachingStaffRecent3Years.js | 2 +- preEduVoerviewDev.html | 2 +- runningConditions.html | 64 +- sVEduVoerviewDev.html | 2 +- schoolArea.html | 65 +- schoolAssistants.html | 65 +- schoolCovers.html | 65 +- schoolSizeInfo.html | 67 +- schoolSports.html | 66 +- teachingStaff.html | 79 +- trailingChildrenInfo.html | 63 +- 31 files changed, 2845 insertions(+), 223 deletions(-) diff --git a/behindChildrenInfo.html b/behindChildrenInfo.html index 1507e91..be2fa59 100644 --- a/behindChildrenInfo.html +++ b/behindChildrenInfo.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/boardersInfo.html b/boardersInfo.html index 6663461..1da2987 100644 --- a/boardersInfo.html +++ b/boardersInfo.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/classesOf.html b/classesOf.html index 53ea4a6..dfc4089 100644 --- a/classesOf.html +++ b/classesOf.html @@ -7,14 +7,20 @@ 大数据汇聚与管理系统 - + - + - + + + + + + + \ No newline at end of file diff --git a/css/comon0.css b/css/comon0.css index ebd3785..f06f27c 100644 --- a/css/comon0.css +++ b/css/comon0.css @@ -1,4 +1,4 @@ -@charset "utf-8"; +@charset "utf-8"; /* CSS Document */ * { diff --git a/fulltimeTeachersAge.html b/fulltimeTeachersAge.html index b112170..4a2424f 100644 --- a/fulltimeTeachersAge.html +++ b/fulltimeTeachersAge.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/fulltimeTeachersNum.html b/fulltimeTeachersNum.html index 3ab03b1..b4eaa73 100644 --- a/fulltimeTeachersNum.html +++ b/fulltimeTeachersNum.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/fulltimeTeachersRecord.html b/fulltimeTeachersRecord.html index 2c26c09..a88b070 100644 --- a/fulltimeTeachersRecord.html +++ b/fulltimeTeachersRecord.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/fulltimeTeachersTitle.html b/fulltimeTeachersTitle.html index 6b8fe0f..04dd9de 100644 --- a/fulltimeTeachersTitle.html +++ b/fulltimeTeachersTitle.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index de15929..3a1a2da 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - + @@ -259,8 +259,11 @@ //获取弹出框宽高 var modalSize = autoWinSize() //console.log("a:",a) - $("#modalDialog").css({"width":modalSize.width + "px","height":modalSize.height + "px"}); - $("#modalBody").css({"width":modalSize.width + "px","height":modalSize.height + "px"}); + // $("#modalDialog").css({"width":modalSize.width + "px","height":modalSize.height + "px"}); + // $("#modalBody").css({"width":modalSize.width + "px","height":modalSize.height + "px"}); + + $("#modalDialog").css({"width":1200 + "px","height":800 + "px"}); + $("#modalBody").css({"width":1200 + "px","height":800 + "px"}); // $('.dropdown-menu').selectpicker(); // $('body').everyTime('10s', function () { // E_chart.map((item, index) => { @@ -286,14 +289,18 @@ .table-responsive{ width: 100%; height: calc(100% - 20px); + padding: 20px; } .table thead tr th{ text-align: center; border: 1px solid; + font-size: 20px; } .table tbody tr td{ text-align: center; border: 1px solid; + padding: 0 !important; + font-family: 微软雅黑; } .table tbody tr .td-title-style{ font-weight: bolder; diff --git a/js/areaSchoolRunning.js b/js/areaSchoolRunning.js index d09ce30..b14fbb7 100644 --- a/js/areaSchoolRunning.js +++ b/js/areaSchoolRunning.js @@ -1,4 +1,4 @@ -var area_name = GetQueryString('area_name') +var area_name = GetQueryString('area_name') $(function () { diff --git a/js/fulltimeTeachersAge.js b/js/fulltimeTeachersAge.js index b53b7da..6302a97 100644 --- a/js/fulltimeTeachersAge.js +++ b/js/fulltimeTeachersAge.js @@ -294,10 +294,10 @@ $(function () { data: info1, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#00BBFF', @@ -312,10 +312,10 @@ $(function () { data: info2, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#ffaa33', @@ -331,10 +331,10 @@ $(function () { data: info3, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#dddddd', @@ -349,10 +349,10 @@ $(function () { data: info4, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#ffff00', @@ -368,10 +368,10 @@ $(function () { data: info5, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#5555ff', @@ -387,10 +387,10 @@ $(function () { data: info6, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#00dd00', @@ -406,10 +406,10 @@ $(function () { data: info7, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#c71585', @@ -425,10 +425,10 @@ $(function () { data: info8, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#8b4513', @@ -444,10 +444,10 @@ $(function () { data: info9, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#444444', diff --git a/js/fulltimeTeachersRecord.js b/js/fulltimeTeachersRecord.js index 4aff21a..0ab96ed 100644 --- a/js/fulltimeTeachersRecord.js +++ b/js/fulltimeTeachersRecord.js @@ -96,17 +96,29 @@ $(function () { var data = resport.result; var indata = JSON.parse(data); - var nameData = []; + //var info0 = []; var info1 = []; var info2 = []; var info3 = []; var info4 = []; var info5 = []; + indata.forEach((item, index) => { if (item.stage === typeOfBe) { - if (item.didgroup === "研究生毕业") { + // if (item.didgroup.trim() === "博士研究生") { + // if(nameData.indexOf(item.gatherregionc) < 0){ + // nameData.push(item.gatherregionc); + // } + // console.log("nameDatanameDatanameData:",nameData) + // if (item.teacherno == 0) { + // info0.push(0); + // } else { + // info0.push(Math.round(((item.total / item.teacherno).toFixed(4)) * 100)); + // } + // } + if (item.didgroup.trim() === "研究生毕业") { nameData.push(item.gatherregionc); if (item.teacherno == 0) { info1.push(0); @@ -115,7 +127,7 @@ $(function () { } } - if (item.didgroup === "本科毕业") { + if (item.didgroup.trim() === "本科毕业") { if (item.teacherno == 0) { info2.push(0); } else { @@ -123,7 +135,7 @@ $(function () { } } - if (item.didgroup === "专科毕业") { + if (item.didgroup.trim() === "专科毕业") { if (item.teacherno == 0) { info3.push(0); } else { @@ -131,7 +143,7 @@ $(function () { } } - if (item.didgroup === "高中阶段毕业") { + if (item.didgroup.trim() === "高中阶段毕业") { if (item.teacherno == 0) { info4.push(0); } else { @@ -139,18 +151,15 @@ $(function () { } } - if (item.didgroup === "高中阶段以下毕业") { + if (item.didgroup.trim() === "高中阶段以下毕业") { if (item.teacherno == 0) { info5.push(0); } else { info5.push(Math.round(((item.total / item.teacherno).toFixed(4)) * 100)); } - } - } }); - nameData.forEach((item, index) => { tableDate.push({ name: item, @@ -253,10 +262,10 @@ $(function () { data: info1, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#00BBFF', @@ -271,10 +280,10 @@ $(function () { data: info2, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#ffaa33', @@ -290,10 +299,10 @@ $(function () { data: info3, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#dddddd', @@ -308,10 +317,10 @@ $(function () { data: info4, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#ffff00', @@ -327,10 +336,10 @@ $(function () { data: info5, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#5555ff', diff --git a/js/fulltimeTeachersTitle.js b/js/fulltimeTeachersTitle.js index 676307d..2257e96 100644 --- a/js/fulltimeTeachersTitle.js +++ b/js/fulltimeTeachersTitle.js @@ -102,10 +102,9 @@ $(function () { var info4 = []; var info5 = []; var info6 = []; - console.log(indata) indata.forEach((item, index) => { if (item.stage === typeOfBe) { - if (item.didgroup === "正高级") { + if (item.didgroup.trim() === "正高级") { nameData.push(item.gatherregionc); if (item.teacherno == 0) { info1.push(0); @@ -114,7 +113,7 @@ $(function () { } } - if (item.didgroup === "副高级") { + if (item.didgroup.trim() === "副高级") { if (item.teacherno == 0) { info2.push(0); } else { @@ -122,7 +121,7 @@ $(function () { } } - if (item.didgroup === "中级") { + if (item.didgroup.trim() === "中级") { if (item.teacherno == 0) { info3.push(0); } else { @@ -130,7 +129,7 @@ $(function () { } } - if (item.didgroup === "助理级") { + if (item.didgroup.trim() === "助理级") { if (item.teacherno == 0) { info4.push(0); } else { @@ -138,7 +137,7 @@ $(function () { } } - if (item.didgroup === "员级") { + if (item.didgroup.trim() === "员级") { if (item.teacherno == 0) { info5.push(0); } else { @@ -146,7 +145,7 @@ $(function () { } } - if (item.didgroup === "未定职级") { + if (item.didgroup.trim() === "未定职级") { if (item.teacherno == 0) { info6.push(0); } else { @@ -260,10 +259,10 @@ $(function () { data: info1, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#00BBFF', @@ -278,10 +277,10 @@ $(function () { data: info2, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#ffaa33', @@ -297,10 +296,10 @@ $(function () { data: info3, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#dddddd', @@ -315,10 +314,10 @@ $(function () { data: info4, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#ffff00', @@ -334,10 +333,10 @@ $(function () { data: info5, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#5555ff', @@ -353,10 +352,10 @@ $(function () { data: info6, barWidth: '25%', //柱子宽度 // barGap: 1, //柱子之间间距 - label: { - show: true, - position: 'top' - }, + // label: { + // show: true, + // position: 'top' + // }, itemStyle: { normal: { color: '#c71585', diff --git a/js/jquery.timers-1.2.js b/js/jquery.timers-1.2.js index 6803250..ce66eaf 100644 --- a/js/jquery.timers-1.2.js +++ b/js/jquery.timers-1.2.js @@ -1,4 +1,4 @@ -/** +/** * jQuery.timers - Timer abstractions for jQuery * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) * Licensed under the WTFPL (http://sam.zoy.org/wtfpl/). diff --git a/js/js.js b/js/js.js index 17a09a6..258dce8 100644 --- a/js/js.js +++ b/js/js.js @@ -1,4 +1,4 @@ -var E_chart = []; +var E_chart = []; $(function () { diff --git a/js/menu.js b/js/menu.js index a144996..b519a58 100644 --- a/js/menu.js +++ b/js/menu.js @@ -73,49 +73,49 @@ $(function () { ` - menu_list.innerHTML += ` -
  • - - - 学前教育 - - -
  • - ` - menu_list.innerHTML += ` -
  • - - - 中等职业教育 - - -
  • - ` + // menu_list.innerHTML += ` + //
  • + // + // + // 学前教育 + // + // + //
  • + // ` + // menu_list.innerHTML += ` + //
  • + // + // + // 中等职业教育 + // + // + //
  • + // ` menu_list.innerHTML += `
  • @@ -131,11 +131,11 @@ $(function () {
  • 中学学校教职工数
  • 初中阶段校数、班数
  • 初中学生数
  • -
  • 小学校数、教学点数及班数
  • -
  • 小学学生数
  • -
  • 小学学校教职工数
  • -
  • 幼儿园园数、班数
  • -
  • 幼儿园教职工数
  • +
  • 小学校数、教学点数及班数
  • +
  • 小学学生数
  • +
  • 小学学校教职工数
  • +
  • 幼儿园园数、班数
  • +
  • 幼儿园教职工数
  • diff --git a/js/record.js b/js/record.js index d233368..bb648d0 100644 --- a/js/record.js +++ b/js/record.js @@ -1,10 +1,9 @@ $(function () { //模态框打开 $('#myModal').on('show.bs.modal', function (event) { - console.log("event:", event) + console.log("模态框打开") var button = $(event.relatedTarget)//打开模态框的button var recipient = button.data('param') - console.log("recipient:", recipient) var title = ""; var tableHtml = ""; switch (recipient) { @@ -36,6 +35,26 @@ $(function () { title = "初中学生数"; tableHtml = getTableHtml07(title); break; + case "008": + title = "小学校数、教学点数及班数"; + tableHtml = getTableHtml08(title); + break; + case "009": + title = "小学学生数"; + tableHtml = getTableHtml09(title); + break; + case "010": + title = "小学学校教职工数"; + tableHtml = getTableHtml10(title); + break; + case "011": + title = "幼儿园园数、班数"; + tableHtml = getTableHtml11(title); + break; + case "012": + title = "幼儿园教职工数"; + tableHtml = getTableHtml12(title); + break; default: break; } @@ -326,10 +345,10 @@ $(function () { ' ' + ' ' + ''+ - '' + + '' + '学校数(所)' + ''+ - '' + + '' + '合计' + '完全中学' + '高级中学' + @@ -1854,4 +1873,1732 @@ $(function () { ''+ ''; } + + function getTableHtml08(title) { + return '' + + '' + + ' ' + + ' ' + + ' ' + + ' ' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + ''+ + '
    '+title+'
    学校数(所)教学点数(个)班数(个)
    总计369444592
    教育部门365444472
    其他部门
    地方企业办
    民办4120
    具有独立法人资格的中外合作办
    城区6311554
    教育部门6011477
    其他部门
    地方企业办
    民办377
    具有独立法人资格的中外合作办
    镇区9231440
    教育部门9131397
    其他部门
    地方企业办
    民办143
    具有独立法人资格的中外合作办
    乡村214401598
    教育部门214401598
    其他部门
    地方企业办
    民办
    具有独立法人资格的中外合作办
    总计中:五年制**
    九年一贯制学校**505
    十二年一贯制学校**
    其他学校附设班**78
    独立设置的少数民族学校*
    '; + } + + function getTableHtml09(title) { + return '' + + '' + + ' ' + + ' ' + + ' ' + + ' ' + + ''+ + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + ''+ + '
    '+title+'
    毕业生数招生数在校生数预计毕业生数
    合计其中:受过学前教育合计其中:女一年级二年级三年级四年级五年级六年级
    总计2060627834278331672547851827834295692951227874273122515325153
    其中:女9397130901308978518*13090138831376213097128491183711837
    少数民族1472952951286570295242247191176135135
    五年制
    九年一贯制学校2154295829581856287962958344233473145303326372637
    十二年一贯制学校
    附设小学班143772572531081496725454167616211621
    复式班
    小学教学点6517017010205151701902541901526464
    独立设置少数民族学校
    随迁子女1891205420541507970242054256328132466282423592359
    其中:外省迁入37737837825351185378420460415421441441
    本省外县迁入1514167616761254458391676214323532051240319181918
    进城务工人员随迁子女1586174417441315260981744220224262149251521162116
    其中:外省迁入2952912912041941291333384335337361361
    本省外县迁入1291145314531111151571453186920421814217817551755
    农村留守儿童2470244424441752383912444280530253195314929052905
    送教上门11333225510333447649223131
    教育部门1975127141271401616917634127141288032868526953261072400224002
    其他部门
    地方企业办
    民办85569369355632177693766827921120511511151
    具有独立法人资格的中外合作办
    城区83301190411904692863199311904125171199911490110951028110281
    教育部门777211460114606580930646114601204711507109031032095729572
    其他部门
    地方企业办
    民办55844444434771347444470492587775709709
    具有独立法人资格的中外合作办
    镇区7097105821058160552285271058210919107539817972587568756
    教育部门6800103331033258466276971033310623104189483929583148314
    其他部门
    地方企业办
    民办2972492492086830249296335334430442442
    具有独立法人资格的中外合作办
    乡村51795348534837416179985348613367606567649261166116
    教育部门51795348534837416179985348613367606567649261166116
    其他部门
    地方企业办
    民办
    具有独立法人资格的中外合作办
    '; + } + + function getTableHtml10(title) { + return '' + + '' + + ' ' + + ' ' + + ' ' + + ' ' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + ''+ + '
    '+title+'
    教职工数代课教师兼任教师
    合计专任教师行政人员教辅人员工勤人员校办企业职工
    总计87598436100561671097
    其中:女675465465736115915
    少数民族50505
    在编人员79407758824357
    教育部门834081528447571097
    其他部门
    地方企业办
    民办419284169110
    具有独立法人资格的中外合作办
    城区31293014563821369
    教育部门29212825493215369
    其他部门
    地方企业办
    民办208189766
    具有独立法人资格的中外合作办
    镇区31533003227121329
    教育部门2942290813417329
    其他部门
    地方企业办
    民办2119593104
    具有独立法人资格的中外合作办
    乡村24772419221125399
    教育部门24772419221125399
    其他部门
    地方企业办
    民办
    具有独立法人资格的中外合作办
    '; + } + + function getTableHtml11(title) { + return '' + + '' + + ' ' + + ' ' + + ' ' + + ' ' + + ''+ + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + ''+ + ''+ + '
    '+title+'
    园数(所)班数(个)
    合计其中:少数民族幼儿园
    总计7293262
    教育部门2021120
    其他部门
    地方企业
    事业单位2264
    部队
    集体办
    民办5251878
    具有独立法人资格的中外合作办
    城区2451306
    教育部门71483
    其他部门
    地方企业
    事业单位117
    部队
    集体办
    民办173806
    具有独立法人资格的中外合作办
    镇区2451182
    教育部门55368
    其他部门
    地方企业
    事业单位1121
    部队
    集体办
    民办189693
    具有独立法人资格的中外合作办
    乡村239774
    教育部门76269
    其他部门
    地方企业
    事业单位126
    部队
    集体办
    民办163379
    具有独立法人资格的中外合作办
    '; + } + + function getTableHtml12(title) { + return '' + + '' + + ' ' + + ' ' + + ' ' + + ' ' + + ''+ + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + '' + + ''+ + ''+ + '
    '+title+'
    教职工数代课教师兼任教师
    合计园长专任教师卫生保健人员保育员其他
    总计1012965944544762854168619812
    其中:女93356244411433283910281891
    少数民族303123111
    在编4029822552945
    学前教育专业4199427360333973950
    教育部门3519203155815710135881984
    其他部门
    地方企业
    事业单位9334822416
    部队
    集体办
    民办65174532848317181710828
    具有独立法人资格的中外合作办
    城区4813240212623113828341134
    教育部门178372779755303271134
    其他部门
    地方企业
    事业单位35117188
    部队
    集体办
    民办29951671330155844499
    具有独立法人资格的中外合作办
    镇区34702121618140959541418
    教育部门1008554794128814541
    其他部门
    地方企业
    事业单位582311168
    部队
    集体办
    民办24041551108986553888
    具有独立法人资格的中外合作办
    乡村184620771010551331144
    教育部门728763004119511644
    其他部门
    地方企业
    事业单位
    部队
    集体办
    民办111813141064318195
    具有独立法人资格的中外合作办
    '; + } }) diff --git a/js/runningConditions.js b/js/runningConditions.js index 8a767a3..80d0ce2 100644 --- a/js/runningConditions.js +++ b/js/runningConditions.js @@ -1,4 +1,4 @@ - + $(function () { // 标题增加年份 $('#title_text').prepend(config_now_year) diff --git a/js/schoolTeachingStaff.js b/js/schoolTeachingStaff.js index d070290..66e969a 100644 --- a/js/schoolTeachingStaff.js +++ b/js/schoolTeachingStaff.js @@ -1,4 +1,4 @@ -var school_name = GetQueryString('school_name') +var school_name = GetQueryString('school_name') var school_id = GetQueryString('school_id') $(function () { diff --git a/js/teachingStaff.js b/js/teachingStaff.js index 56d2e88..a33e244 100644 --- a/js/teachingStaff.js +++ b/js/teachingStaff.js @@ -1,4 +1,4 @@ - + $(function () { // 标题增加年份 diff --git a/js/teachingStaffRecent3Years.js b/js/teachingStaffRecent3Years.js index 6184f68..ca36ead 100644 --- a/js/teachingStaffRecent3Years.js +++ b/js/teachingStaffRecent3Years.js @@ -1,4 +1,4 @@ -// 长春市教育发展--教师队伍发展状况 +// 长春市教育发展--教师队伍发展状况 $(function () { diff --git a/preEduVoerviewDev.html b/preEduVoerviewDev.html index 631a0e5..437b7ba 100644 --- a/preEduVoerviewDev.html +++ b/preEduVoerviewDev.html @@ -1,4 +1,4 @@ - + diff --git a/runningConditions.html b/runningConditions.html index 655e789..ad5250a 100644 --- a/runningConditions.html +++ b/runningConditions.html @@ -11,15 +11,20 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/sVEduVoerviewDev.html b/sVEduVoerviewDev.html index b426202..b70300b 100644 --- a/sVEduVoerviewDev.html +++ b/sVEduVoerviewDev.html @@ -1,4 +1,4 @@ - + diff --git a/schoolArea.html b/schoolArea.html index 03292c8..1be0e38 100644 --- a/schoolArea.html +++ b/schoolArea.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/schoolAssistants.html b/schoolAssistants.html index ad45419..a43fb28 100644 --- a/schoolAssistants.html +++ b/schoolAssistants.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/schoolCovers.html b/schoolCovers.html index fdd8a55..732c11f 100644 --- a/schoolCovers.html +++ b/schoolCovers.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file diff --git a/schoolSizeInfo.html b/schoolSizeInfo.html index 2e3c309..a03eecd 100644 --- a/schoolSizeInfo.html +++ b/schoolSizeInfo.html @@ -7,14 +7,20 @@ 大数据汇聚与管理系统 - + - + - + + + + + + + \ No newline at end of file diff --git a/schoolSports.html b/schoolSports.html index bbaf5d8..db5783a 100644 --- a/schoolSports.html +++ b/schoolSports.html @@ -7,14 +7,20 @@ 大数据汇聚与管理系统 - + - + - + + + + + + + \ No newline at end of file diff --git a/teachingStaff.html b/teachingStaff.html index 24c9dbd..b71278d 100644 --- a/teachingStaff.html +++ b/teachingStaff.html @@ -12,16 +12,23 @@ 大数据汇聚与管理系统 - + - + - - + + + + + + + + + + \ No newline at end of file diff --git a/trailingChildrenInfo.html b/trailingChildrenInfo.html index bf433b2..e660c17 100644 --- a/trailingChildrenInfo.html +++ b/trailingChildrenInfo.html @@ -7,14 +7,19 @@ 大数据汇聚与管理系统 - + - + - + + + + + + \ No newline at end of file