From e5824604311954b4a0499dde5739f34cee5914db Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Tue, 20 Aug 2024 15:19:27 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/tb/zbdc/cols/colsData.js | 102 ++++++++++----- WebRoot/view/tb/zbdc/sjcx_cgzbcx.html | 179 +++++++++++++++++++++++++- 2 files changed, 250 insertions(+), 31 deletions(-) diff --git a/WebRoot/view/tb/zbdc/cols/colsData.js b/WebRoot/view/tb/zbdc/cols/colsData.js index 2630ab33..d4714333 100644 --- a/WebRoot/view/tb/zbdc/cols/colsData.js +++ b/WebRoot/view/tb/zbdc/cols/colsData.js @@ -157,15 +157,21 @@ xx_huyandeng_Cols = [ //初中物理 cz_wuli_Cols = [ [ - { title: '初中物理', align: 'center', colspan: 12 } + { title: '初中物理', align: 'center', colspan: 15 } ], [ - { title: '实验室(室数)', field: 'cz_wllshshshu', align: 'center', width: "105" }, + // { title: '实验室(室数)', field: 'cz_wllshshshu', align: 'center', width: "105" }, + { title: '实验室(室数)', templet: '#cz_wllshshshu_tpl', align: 'center', width: "105" }, + { title: '实验室应建(室数)', field: 'cz_wllshshshu_need', align: 'center', width: "125" }, { title: '实验室建设年份', field: 'cz_wllsysjsny', align: 'center', width: "125" }, { title: '实验室面积(㎡)', field: 'cz_wllsmj', align: 'center', width: "115" }, - { title: '仪器室(室数)', field: 'cz_wllyqshshu', align: 'center', width: "105" }, + // { title: '仪器室(室数)', field: 'cz_wllyqshshu', align: 'center', width: "105" }, + { title: '仪器室(室数)', templet: '#cz_wllyqshshu_tpl', align: 'center', width: "105" }, + { title: '仪器室应建(室数)', field: 'cz_wllyqshshu_need', align: 'center', width: "125" }, { title: '仪器室面积(㎡)', field: 'cz_wllyqsmj', align: 'center', width: "115" }, - { title: '准备室(室数)', field: 'cz_wllzbrshshu', align: 'center', width: "105" }, + // { title: '准备室(室数)', field: 'cz_wllzbrshshu', align: 'center', width: "105" }, + { title: '准备室(室数)', templet: '#cz_wllzbrshshu_tpl', align: 'center', width: "105" }, + { title: '准备室应建(室数)', field: 'cz_wllzbrshshu_need', align: 'center', width: "125" }, { title: '准备室面积(㎡)', field: 'cz_wllzbrsmj', align: 'center', width: "115" }, { title: '探究实验室(室数)', field: 'cz_wltgsmjshshu', align: 'center', width: "125" }, { title: '探究实验室面积(㎡)', field: 'cz_wltgsmjmj', align: 'center', width: "135" }, @@ -178,17 +184,25 @@ cz_wuli_Cols = [ //初中化学 cz_huaxue_Cols = [ [ - { title: '初中化学', align: 'center', colspan: 14 } + { title: '初中化学', align: 'center', colspan: 18 } ], [ - { title: '实验室(室数)', field: 'cz_hxlshshshu', align: 'center', width: "105" }, + // { title: '实验室(室数)', field: 'cz_hxlshshshu', align: 'center', width: "105" }, + { title: '实验室(室数)', templet: '#cz_hxlshshshu_tpl', align: 'center', width: "105" }, + { title: '实验室应建(室数)', field: 'cz_hxlshshshu_need', align: 'center', width: "125" }, { title: '实验室建设年份', field: 'cz_hxsysjsny', align: 'center', width: "125" }, { title: '实验室面积(㎡)', field: 'cz_hxsysmj', align: 'center', width: "115" }, - { title: '仪器室(室数)', field: 'cz_hxyqshshu', align: 'center', width: "105" }, + // { title: '仪器室(室数)', field: 'cz_hxyqshshu', align: 'center', width: "105" }, + { title: '仪器室(室数)', templet: '#cz_hxyqshshu_tpl', align: 'center', width: "105" }, + { title: '仪器室应建(室数)', field: 'cz_hxyqshshu_need', align: 'center', width: "125" }, { title: '仪器室面积(㎡)', field: 'cz_hxyqsmj', align: 'center', width: "115" }, - { title: '药品室(室数)', field: 'cz_hxypsshu', align: 'center', width: "105" }, + // { title: '药品室(室数)', field: 'cz_hxypsshu', align: 'center', width: "105" }, + { title: '药品室(室数)', templet: '#cz_hxypsshu_tpl', align: 'center', width: "105" }, + { title: '药品室应建(室数)', field: 'cz_hxypsshu_need', align: 'center', width: "125" }, { title: '药品室面积(㎡)', field: 'cz_hxypsmj', align: 'center', width: "115" }, - { title: '准备室(室数)', field: 'cz_hxzbrshshu', align: 'center', width: "105" }, + // { title: '准备室(室数)', field: 'cz_hxzbrshshu', align: 'center', width: "105" }, + { title: '准备室(室数)', templet: '#cz_hxzbrshshu_tpl', align: 'center', width: "105" }, + { title: '准备室应建(室数)', field: 'cz_hxzbrshshu_need', align: 'center', width: "125" }, { title: '准备室面积(㎡)', field: 'cz_hxzbrsmj', align: 'center', width: "115" }, { title: '探究实验室(室数)', field: 'cz_hxtgsmjshshu', align: 'center', width: "125" }, { title: '探究实验室面积(㎡)', field: 'cz_hxtgsmjmj', align: 'center', width: "135" }, @@ -201,17 +215,25 @@ cz_huaxue_Cols = [ //初中生物 cz_shengwu_Cols = [ [ - { title: '初中生物', align: 'center', colspan: 14 } + { title: '初中生物', align: 'center', colspan: 18 } ], [ - { title: '实验室(室数)', field: 'cz_swlshshshu', align: 'center', width: "105" }, + // { title: '实验室(室数)', field: 'cz_swlshshshu', align: 'center', width: "105" }, + { title: '实验室(室数)', templet: '#cz_swlshshshu_tpl', align: 'center', width: "105" }, + { title: '实验室应建(室数)', field: 'cz_swlshshshu_need', align: 'center', width: "125" }, { title: '实验室建设年份', field: 'cz_swlsysjsny', align: 'center', width: "125" }, { title: '实验室面积(㎡)', field: 'cz_swlsmj', align: 'center', width: "115" }, - { title: '仪器室(室数)', field: 'cz_swyqshshu', align: 'center', width: "105" }, + // { title: '仪器室(室数)', field: 'cz_swyqshshu', align: 'center', width: "105" }, + { title: '仪器室(室数)', templet: '#cz_swyqshshu_tpl', align: 'center', width: "105" }, + { title: '仪器室应建(室数)', field: 'cz_swyqshshu_need', align: 'center', width: "125" }, { title: '仪器室面积(㎡)', field: 'cz_swyqsmj', align: 'center', width: "115" }, - { title: '药品室(室数)', field: 'cz_swypsshu', align: 'center', width: "105" }, + // { title: '药品室(室数)', field: 'cz_swypsshu', align: 'center', width: "105" }, + { title: '药品室(室数)', templet: '#cz_swypsshu_tpl', align: 'center', width: "105" }, + { title: '药品室应建(室数)', field: 'cz_swypsshu_need', align: 'center', width: "125" }, { title: '药品室面积(㎡)', field: 'cz_swypsmj', align: 'center', width: "115" }, - { title: '准备室(室数)', field: 'cz_swzbrshshu', align: 'center', width: "105" }, + // { title: '准备室(室数)', field: 'cz_swzbrshshu', align: 'center', width: "105" }, + { title: '准备室(室数)', templet: '#cz_swzbrshshu_tpl', align: 'center', width: "105" }, + { title: '准备室应建(室数)', field: 'cz_swzbrshshu_need', align: 'center', width: "125" }, { title: '准备室面积(㎡)', field: 'cz_swzbrsmj', align: 'center', width: "115" }, { title: '探究实验室(室数)', field: 'cz_swtgsmjshshu', align: 'center', width: "125" }, { title: '探究实验室面积(㎡)', field: 'cz_swtgsmjmj', align: 'center', width: "135" }, @@ -363,15 +385,21 @@ cz_huyandeng_Cols = [ //高中物理 gz_wuli_Cols = [ [ - { title: '高中物理', align: 'center', colspan: 12 } + { title: '高中物理', align: 'center', colspan: 15 } ], [ - { title: '实验室(室数)', field: 'gz_wllshshshu', align: 'center', width: "105" }, + // { title: '实验室(室数)', field: 'gz_wllshshshu', align: 'center', width: "105" }, + { title: '实验室(室数)', templet: '#gz_wllshshshu_tpl', align: 'center', width: "105" }, + { title: '实验室应建(室数)', field: 'gz_wllshshshu_need', align: 'center', width: "125" }, { title: '实验室建设年份', field: 'gz_wllsysjsny', align: 'center', width: "125" }, { title: '实验室面积(㎡)', field: 'gz_wllsmj', align: 'center', width: "115" }, - { title: '仪器室(室数)', field: 'gz_wllyqshshu', align: 'center', width: "105" }, + // { title: '仪器室(室数)', field: 'gz_wllyqshshu', align: 'center', width: "105" }, + { title: '仪器室(室数)', templet: '#gz_wllyqshshu_tpl', align: 'center', width: "105" }, + { title: '仪器室应建(室数)', field: 'gz_wllyqshshu_need', align: 'center', width: "125" }, { title: '仪器室面积(㎡)', field: 'gz_wllyqsmj', align: 'center', width: "115" }, - { title: '准备室(室数)', field: 'gz_wllzbrshshu', align: 'center', width: "105" }, + // { title: '准备室(室数)', field: 'gz_wllzbrshshu', align: 'center', width: "105" }, + { title: '准备室(室数)', templet: '#gz_wllzbrshshu_tpl', align: 'center', width: "105" }, + { title: '准备室应建(室数)', field: 'gz_wllzbrshshu_need', align: 'center', width: "125" }, { title: '准备室面积(㎡)', field: 'gz_wllzbrsmj', align: 'center', width: "115" }, { title: '探究实验室(室数)', field: 'gz_wltgsmjshshu', align: 'center', width: "125" }, { title: '探究实验室面积(㎡)', field: 'gz_wltgsmjmj', align: 'center', width: "135" }, @@ -384,17 +412,25 @@ gz_wuli_Cols = [ //高中化学 gz_huaxue_Cols = [ [ - { title: '高中化学', align: 'center', colspan: 14 } + { title: '高中化学', align: 'center', colspan: 18 } ], [ - { title: '实验室(室数)', field: 'gz_hxlshshshu', align: 'center', width: "105" }, + // { title: '实验室(室数)', field: 'gz_hxlshshshu', align: 'center', width: "105" }, + { title: '实验室(室数)', templet: '#gz_hxlshshshu_tpl', align: 'center', width: "105" }, + { title: '实验室应建(室数)', field: 'gz_hxlshshshu_need', align: 'center', width: "125" }, { title: '实验室建设年份', field: 'gz_hxsysjsny', align: 'center', width: "125" }, { title: '实验室面积(㎡)', field: 'gz_hxsysmj', align: 'center', width: "115" }, - { title: '仪器室(室数)', field: 'gz_hxyqshshu', align: 'center', width: "105" }, + // { title: '仪器室(室数)', field: 'gz_hxyqshshu', align: 'center', width: "105" }, + { title: '仪器室(室数)', templet: '#gz_hxyqshshu_tpl', align: 'center', width: "105" }, + { title: '仪器室应建(室数)', field: 'gz_hxyqshshu_need', align: 'center', width: "125" }, { title: '仪器室面积(㎡)', field: 'gz_hxyqsmj', align: 'center', width: "115" }, - { title: '药品室(室数)', field: 'gz_hxypsshu', align: 'center', width: "105" }, + // { title: '药品室(室数)', field: 'gz_hxypsshu', align: 'center', width: "105" }, + { title: '药品室(室数)', templet: '#gz_hxypsshu_tpl', align: 'center', width: "105" }, + { title: '药品室应建(室数)', field: 'gz_hxypsshu_need', align: 'center', width: "125" }, { title: '药品室面积(㎡)', field: 'gz_hxypsmj', align: 'center', width: "115" }, - { title: '准备室(室数)', field: 'gz_hxzbrshshu', align: 'center', width: "105" }, + // { title: '准备室(室数)', field: 'gz_hxzbrshshu', align: 'center', width: "105" }, + { title: '准备室(室数)', templet: '#gz_hxzbrshshu_tpl', align: 'center', width: "105" }, + { title: '准备室应建(室数)', field: 'gz_hxzbrshshu_need', align: 'center', width: "125" }, { title: '准备室面积(㎡)', field: 'gz_hxzbrsmj', align: 'center', width: "115" }, { title: '探究实验室(室数)', field: 'gz_hxtgsmjshshu', align: 'center', width: "125" }, { title: '探究实验室面积(㎡)', field: 'gz_hxtgsmjmj', align: 'center', width: "135" }, @@ -407,19 +443,25 @@ gz_huaxue_Cols = [ //高中生物 gz_shengwu_Cols = [ [ - { title: '高中生物', align: 'center', colspan: 14 } + { title: '高中生物', align: 'center', colspan: 18 } ], [ - { title: '实验室(室数)', field: 'gz_swlshshshu', align: 'center', width: "105" }, + // { title: '实验室(室数)', field: 'gz_swlshshshu', align: 'center', width: "105" }, + { title: '实验室(室数)', templet: '#gz_swlshshshu_tpl', align: 'center', width: "105" }, + { title: '实验室应建(室数)', field: 'gz_swlshshshu_need', align: 'center', width: "125" }, { title: '实验室建设年份', field: 'gz_swlsysjsny', align: 'center', width: "125" }, { title: '实验室面积(㎡)', field: 'gz_swlsmj', align: 'center', width: "115" }, - { title: '仪器室(室数)', field: 'gz_swyqshshu', align: 'center', width: "105" }, + // { title: '仪器室(室数)', field: 'gz_swyqshshu', align: 'center', width: "105" }, + { title: '仪器室(室数)', templet: '#gz_swyqshshu_tpl', align: 'center', width: "105" }, + { title: '仪器室应建(室数)', field: 'gz_swyqshshu_need', align: 'center', width: "125" }, { title: '仪器室面积(㎡)', field: 'gz_swyqsmj', align: 'center', width: "115" }, - - { title: '药品室(室数)', field: 'gz_swypsshu', align: 'center', width: "105" }, + // { title: '药品室(室数)', field: 'gz_swypsshu', align: 'center', width: "105" }, + { title: '药品室(室数)', templet: '#gz_swypsshu_tpl', align: 'center', width: "105" }, + { title: '药品室应建(室数)', field: 'gz_swypsshu_need', align: 'center', width: "125" }, { title: '药品室面积(㎡)', field: 'gz_swypsmj', align: 'center', width: "115" }, - - { title: '准备室(室数)', field: 'gz_swzbrshshu', align: 'center', width: "105" }, + // { title: '准备室(室数)', field: 'gz_swzbrshshu', align: 'center', width: "105" }, + { title: '准备室(室数)', templet: '#gz_swzbrshshu_tpl', align: 'center', width: "105" }, + { title: '准备室应建(室数)', field: 'gz_swzbrshshu_need', align: 'center', width: "125" }, { title: '准备室面积(㎡)', field: 'gz_swzbrsmj', align: 'center', width: "115" }, { title: '探究实验室(室数)', field: 'gz_swtgsmjshshu', align: 'center', width: "125" }, { title: '探究实验室面积(㎡)', field: 'gz_swtgsmjmj', align: 'center', width: "135" }, diff --git a/WebRoot/view/tb/zbdc/sjcx_cgzbcx.html b/WebRoot/view/tb/zbdc/sjcx_cgzbcx.html index 4ff093f2..cb9ec580 100644 --- a/WebRoot/view/tb/zbdc/sjcx_cgzbcx.html +++ b/WebRoot/view/tb/zbdc/sjcx_cgzbcx.html @@ -122,14 +122,191 @@
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +