diff --git a/WebRoot/view/tb/zbdc/examine/data_submit_xx_new.html b/WebRoot/view/tb/zbdc/examine/data_submit_xx_new.html index b15bc466..1fd8a46a 100644 --- a/WebRoot/view/tb/zbdc/examine/data_submit_xx_new.html +++ b/WebRoot/view/tb/zbdc/examine/data_submit_xx_new.html @@ -321,6 +321,10 @@ +
创客
+
+
+
图书馆
@@ -715,6 +719,15 @@ $('#xxms').html(_xxmsHtml); + //小学创客 + var _xxckHtml = ""; + var _xxck = res.list_xx_ck; + for (var i = 0; i < _xxck.length; i++) { + _xxckHtml += getDoubleCk(_xxck[i].lx_name, _xxck[i].mj); + } + $('#xxck').html(_xxckHtml); + + $("#xx_tygyshshu").html(res.xx_tygyshshu); $("#xx_tyqjkkjshu").html(res.xx_tyqjkkjshu); diff --git a/WebRoot/view/tb/zbdc/examine/template.js b/WebRoot/view/tb/zbdc/examine/template.js index fd8af7bf..e7ee3016 100644 --- a/WebRoot/view/tb/zbdc/examine/template.js +++ b/WebRoot/view/tb/zbdc/examine/template.js @@ -42,5 +42,32 @@ function getSingle(text,mj) { '
'+ '
'+ '
'; + return str; +} + +function getDoubleCk(type_name,mj) { + var str = + '
'+ + '
'+ + '
'+ + ''+ + '
'+ + ''+ type_name +''+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'+ + ''+ + '
'+ + ''+ mj +''+ + '
'+ + '
'+ + '
'+ + '
'+ + '
'; + return str; } \ No newline at end of file