main
kgdxpr 1 year ago
parent 5ef204d003
commit d41a54c9a7

@ -86,7 +86,7 @@ xx_laoji_Cols = [
{ title: '工业生产劳动(室数)', field: 'xx_ldjygyscld', align: 'center', width: "140" },
{ title: '新技术体验与应用(室数)', field: 'xx_ldjyxjstyyyy', align: 'center', width: "165" },
{ title: '现代服务业劳动(室数)', field: 'xx_ldjyxdfwyld', align: 'center', width: "160" },
{ title: '其他', field: 'xx_ldjy_qt_sum', align: 'center', width: "90" },
{ title: '其他(室数)', field: 'xx_ldjy_qt_sum', align: 'center', width: "90" },
]
];
//小学创客
@ -276,7 +276,7 @@ cz_laoji_Cols = [
{ title: '工业生产劳动(室数)', field: 'cz_ldjygyscld', align: 'center', width: "140" },
{ title: '新技术体验与应用(室数)', field: 'cz_ldjyxjstyyyy', align: 'center', width: "165" },
{ title: '现代服务业劳动(室数)', field: 'cz_ldjyxdfwyld', align: 'center', width: "160" },
{ title: '其他', field: 'cz_ldjy_qt_sum', align: 'center', width: "90" }
{ title: '其他(室数)', field: 'cz_ldjy_qt_sum', align: 'center', width: "90" }
]
];
//初中创客
@ -667,7 +667,7 @@ sum_laoji_Cols = [
{ title: '工业生产劳动(室数)', field: 'summary_ldjygyscld', align: 'center', width: "140" },
{ title: '新技术体验与应用(室数)', field: 'summary_ldjyxjstyyyy', align: 'center', width: "165" },
{ title: '现代服务业劳动(室数)', field: 'summary_ldjyxdfwyld', align: 'center', width: "160" },
{ title: '其他', field: 'summary_ldjy_qt_sum', align: 'center', width: "90" }
{ title: '其他(室数)', field: 'summary_ldjy_qt_sum', align: 'center', width: "90" }
]
];
//汇总创客

@ -199,13 +199,13 @@
case '211':
customCols = [
common_Cols.concat(xx_kexue_Cols[0], xx_yinyue_Cols[0], xx_tiyu_Cols[0], xx_meishu_Cols[0], xx_laoji_Cols[0], xx_chuangke_Cols[0], xx_tushuguan_Cols[0], xx_xinli_Cols[0], xx_weisheng_Cols[0], xx_huyandeng_Cols[0]),
xx_kexue_Cols[1].concat(xx_yinyue_Cols[1], xx_tiyu_Cols[1], xx_meishu_Cols[1], xx_laoji_Cols[1], xx_chuangke_Cols[0], xx_tushuguan_Cols[1], xx_xinli_Cols[1], xx_weisheng_Cols[1], xx_huyandeng_Cols[1])
xx_kexue_Cols[1].concat(xx_yinyue_Cols[1], xx_tiyu_Cols[1], xx_meishu_Cols[1], xx_laoji_Cols[1], xx_chuangke_Cols[1], xx_tushuguan_Cols[1], xx_xinli_Cols[1], xx_weisheng_Cols[1], xx_huyandeng_Cols[1])
];
break;
case '311':
customCols = [
common_Cols.concat(cz_wuli_Cols[0], cz_huaxue_Cols[0], cz_shengwu_Cols[0], cz_yinyue_Cols[0], cz_tiyu_Cols[0], cz_meishu_Cols[0], cz_laoji_Cols[0], cz_chuangke_Cols[0], cz_tushuguan_Cols[0], cz_xinli_Cols[0], cz_weisheng_Cols[0], cz_qita_Cols[0], cz_huyandeng_Cols[0]),
cz_wuli_Cols[1].concat(cz_huaxue_Cols[1], cz_shengwu_Cols[1], cz_yinyue_Cols[1], cz_tiyu_Cols[1], cz_meishu_Cols[1], cz_laoji_Cols[1], cz_chuangke_Cols[0], cz_tushuguan_Cols[1], cz_xinli_Cols[1], cz_weisheng_Cols[1], cz_qita_Cols[1], cz_huyandeng_Cols[1])
cz_wuli_Cols[1].concat(cz_huaxue_Cols[1], cz_shengwu_Cols[1], cz_yinyue_Cols[1], cz_tiyu_Cols[1], cz_meishu_Cols[1], cz_laoji_Cols[1], cz_chuangke_Cols[1], cz_tushuguan_Cols[1], cz_xinli_Cols[1], cz_weisheng_Cols[1], cz_qita_Cols[1], cz_huyandeng_Cols[1])
];
break;
case '312':

@ -68,7 +68,8 @@
</button> -->
</div>
<button class="layui-btn layui-btn-sm layui-bg-orange" lay-submit lay-filter="export" style="position: fixed;right: 20px;top:15px">
<button class="layui-btn layui-btn-sm layui-bg-orange" lay-submit lay-filter="export"
style="position: fixed;right: 20px;top:15px">
<i class="layui-icon layui-icon-download-circle"></i>
导出
</button>
@ -127,9 +128,14 @@
{ title: '高中生物', align: 'center', colspan: 12 },
{ title: '生物(汇总)', align: 'center', colspan: 11 },
{ title: '小学劳动教育', align: 'center', colspan: 9 },
{ title: '初中劳动教育', align: 'center', colspan: 9 },
{ title: '劳动教育(汇总)', align: 'center', colspan: 9 },
{ title: '小学劳动教育', align: 'center', colspan: 10 },
{ title: '初中劳动教育', align: 'center', colspan: 10 },
{ title: '劳动教育(汇总)', align: 'center', colspan: 10 },
{ title: '小学创客', align: 'center', colspan: 2 },
{ title: '初中创客', align: 'center', colspan: 2 },
{ title: '高中创客', align: 'center', colspan: 2 },
{ title: '创客(汇总)', align: 'center', colspan: 2 },
{ title: '小学图书馆', align: 'center', colspan: 10 },
{ title: '初中图书馆', align: 'center', colspan: 10 },
@ -146,10 +152,10 @@
{ title: '高中卫生室', align: 'center', colspan: 2 },
{ title: '卫生室(汇总)', align: 'center', colspan: 2 },
{ title: '小学护眼灯', align: 'center', colspan: 4 },
{ title: '初中护眼灯', align: 'center', colspan: 4 },
{ title: '高中护眼灯', align: 'center', colspan: 4 },
{ title: '护眼灯(汇总)', align: 'center', colspan: 4 },
{ title: '小学护眼灯', align: 'center', colspan: 6 },
{ title: '初中护眼灯', align: 'center', colspan: 6 },
{ title: '高中护眼灯', align: 'center', colspan: 6 },
{ title: '护眼灯(汇总)', align: 'center', colspan: 6 },
{ title: '初中其他', align: 'center', colspan: 4 },
{ title: '高中其他', align: 'center', colspan: 4 },
@ -370,6 +376,8 @@
{ title: '仪器已配件数(件)', field: 'summary_swypjs', align: 'center', width: "125" },
{ title: '配备率', field: 'summary_swpbl', align: 'center', width: "90" },
{ title: '清洁与卫生(室数)', field: 'xx_ldjyqlhwsrshu', align: 'center', width: "125" },
{ title: '整理与收纳(室数)', field: 'xx_ldjyzyhwsrshu', align: 'center', width: "125" },
{ title: '烹饪与营养(室数)', field: 'xx_ldjyprwywsrshu', align: 'center', width: "125" },
@ -379,6 +387,7 @@
{ title: '工业生产劳动(室数)', field: 'xx_ldjygyscld', align: 'center', width: "140" },
{ title: '新技术体验与应用(室数)', field: 'xx_ldjyxjstyyyy', align: 'center', width: "165" },
{ title: '现代服务业劳动(室数)', field: 'xx_ldjyxdfwyld', align: 'center', width: "160" },
{ title: '其他(室数)', field: 'xx_ldjy_qt_sum', align: 'center', width: "90" },
{ title: '清洁与卫生(室数)', field: 'cz_ldjyqlhwsrshu', align: 'center', width: "125" },
{ title: '整理与收纳(室数)', field: 'cz_ldjyzyhwsrshu', align: 'center', width: "125" },
@ -389,6 +398,7 @@
{ title: '工业生产劳动(室数)', field: 'cz_ldjygyscld', align: 'center', width: "140" },
{ title: '新技术体验与应用(室数)', field: 'cz_ldjyxjstyyyy', align: 'center', width: "165" },
{ title: '现代服务业劳动(室数)', field: 'cz_ldjyxdfwyld', align: 'center', width: "160" },
{ title: '其他(室数)', field: 'cz_ldjy_qt_sum', align: 'center', width: "90" },
{ title: '清洁与卫生(室数)', field: 'summary_ldjyqlhwsrshu', align: 'center', width: "125" },
{ title: '整理与收纳(室数)', field: 'summary_ldjyzyhwsrshu', align: 'center', width: "125" },
@ -399,6 +409,19 @@
{ title: '工业生产劳动(室数)', field: 'summary_ldjygyscld', align: 'center', width: "140" },
{ title: '新技术体验与应用(室数)', field: 'summary_ldjyxjstyyyy', align: 'center', width: "165" },
{ title: '现代服务业劳动(室数)', field: 'summary_ldjyxdfwyld', align: 'center', width: "160" },
{ title: '其他(室数)', field: 'summary_ldjy_qt_sum', align: 'center', width: "90" },
{ title: '间数', field: 'xx_ck_js_sum', align: 'center', width: "90" },
{ title: '面积(㎡)', field: 'xx_ck_mj_sum', align: 'center', width: "90" },
{ title: '间数', field: 'cz_ck_js_sum', align: 'center', width: "90" },
{ title: '面积(㎡)', field: 'cz_ck_mj_sum', align: 'center', width: "90" },
{ title: '间数', field: 'gz_ck_js_sum', align: 'center', width: "90" },
{ title: '面积(㎡)', field: 'gz_ck_mj_sum', align: 'center', width: "90" },
{ title: '间数', field: 'summary_ck_js_sum', align: 'center', width: "90" },
{ title: '面积(㎡)', field: 'summary_ck_mj_sum', align: 'center', width: "90" },
{ title: '藏书室(室数)', field: 'xx_tsgcsshshu', align: 'center', width: "100" },
{ title: '藏书室面积(㎡)', field: 'xx_tsgcssmj', align: 'center', width: "115" },
@ -445,16 +468,16 @@
{ title: '电子阅览室面积(㎡)', field: 'summary_tsgdzyysmj', align: 'center', width: "135" },
{ title: '心理辅导室(室数)', field: 'xx_xldfshshu', align: 'center', width: "135" },
{ title: '心理辅导室总面积(㎡)', field: 'xx_xldfsmj', align: 'center', width: "140" },
{ title: '心理辅导室总面积(㎡)', field: 'xx_xldfsmj', align: 'center', width: "150" },
{ title: '心理辅导室(室数)', field: 'cz_xldfshshu', align: 'center', width: "135" },
{ title: '心理辅导室总面积(㎡)', field: 'cz_xldfsmj', align: 'center', width: "140" },
{ title: '心理辅导室总面积(㎡)', field: 'cz_xldfsmj', align: 'center', width: "150" },
{ title: '心理辅导室(室数)', field: 'gz_xldfshshu', align: 'center', width: "135" },
{ title: '心理辅导室总面积(㎡)', field: 'gz_xldfsmj', align: 'center', width: "140" },
{ title: '心理辅导室总面积(㎡)', field: 'gz_xldfsmj', align: 'center', width: "150" },
{ title: '心理辅导室(室数)', field: 'summary_xldfshshu', align: 'center', width: "135" },
{ title: '心理辅导室总面积(㎡)', field: 'summary_xldfsmj', align: 'center', width: "140" },
{ title: '心理辅导室总面积(㎡)', field: 'summary_xldfsmj', align: 'center', width: "150" },
{ title: '卫生室(室数)', field: 'xx_wsrshu', align: 'center', width: "100" },
{ title: '卫生室面积(㎡)', field: 'xx_wsrmj', align: 'center', width: "125" },
@ -468,23 +491,31 @@
{ title: '卫生室(室数)', field: 'summary_wsrshu', align: 'center', width: "100" },
{ title: '卫生室面积(㎡)', field: 'summary_wsrmj', align: 'center', width: "125" },
{ title: '教室数量', field: 'xx_hydjs', align: 'center', width: "90" },
{ title: '已改造教室数量', field: 'xx_hjddjzsks', align: 'center', width: "115" },
{ title: '未改造教室数量', field: 'xx_hjddwjzsks', align: 'center', width: "115" },
{ title: '功能室数量', field: 'xx_hydgns', align: 'center', width: "100" },
{ title: '已改造功能室数量', field: 'xx_hjddjzgnqshu', align: 'center', width: "130" },
{ title: '未改造功能教室数量', field: 'xx_hjddwjzgnqshu', align: 'center', width: "145" },
{ title: '教室数量', field: 'cz_hydjs', align: 'center', width: "90" },
{ title: '已改造教室数量', field: 'cz_hjddjzsks', align: 'center', width: "115" },
{ title: '未改造教室数量', field: 'cz_hjddwjzsks', align: 'center', width: "115" },
{ title: '功能室数量', field: 'cz_hydgns', align: 'center', width: "100" },
{ title: '已改造功能室数量', field: 'cz_hjddjzgnqshu', align: 'center', width: "130" },
{ title: '未改造功能教室数量', field: 'cz_hjddwjzgnqshu', align: 'center', width: "145" },
{ title: '教室数量', field: 'gz_hydjs', align: 'center', width: "90" },
{ title: '已改造教室数量', field: 'gz_hjddjzsks', align: 'center', width: "115" },
{ title: '未改造教室数量', field: 'gz_hjddwjzsks', align: 'center', width: "115" },
{ title: '功能室数量', field: 'gz_hydgns', align: 'center', width: "100" },
{ title: '已改造功能室数量', field: 'gz_hjddjzgnqshu', align: 'center', width: "130" },
{ title: '未改造功能教室数量', field: 'gz_hjddwjzgnqshu', align: 'center', width: "145" },
{ title: '教室数量', field: 'summary_hydjs', align: 'center', width: "90" },
{ title: '已改造教室数量', field: 'summary_hjddjzsks', align: 'center', width: "115" },
{ title: '未改造教室数量', field: 'summary_hjddwjzsks', align: 'center', width: "115" },
{ title: '功能室数量', field: 'summary_hydgns', align: 'center', width: "100" },
{ title: '已改造功能室数量', field: 'summary_hjddjzgnqshu', align: 'center', width: "130" },
{ title: '未改造功能教室数量', field: 'summary_hjddwjzgnqshu', align: 'center', width: "145" },

Loading…
Cancel
Save