diff --git a/src/main/resources/static/route/classplan/list-merge-org.html b/src/main/resources/static/route/classplan/list-merge-org.html index 6b553ec..1554ca3 100644 --- a/src/main/resources/static/route/classplan/list-merge-org.html +++ b/src/main/resources/static/route/classplan/list-merge-org.html @@ -76,7 +76,7 @@ top.restAjax.get(top.restAjax.path('api/teacher/getorginfo', []), {}, null, function (code, data) { orgInfo = data; initThree(); - $('#listContent').attr('src', top.restAjax.path('route/classplan/list-signup.html?orgId={arg1}&workerCatalog={arg2}', + $('#listContent').attr('src', top.restAjax.path('route/classplan/list-merge-org-info.html?orgId={arg1}&workerCatalog={arg2}', [orgId,''])); }, function (code, data) { top.dialog.msg(data.msg); @@ -109,7 +109,7 @@ onClick: function (event, treeId, treeNode) { if(treeNode.pId == '-1'){ $('#treeTitle').text('所有机构'); - $('#listContent').attr('src', top.restAjax.path('route/classplan/list-signup.html?orgId={arg1}&workerCatalog={arg2}', + $('#listContent').attr('src', top.restAjax.path('route/classplan/list-merge-org-info.html?orgId={arg1}&workerCatalog={arg2}', [orgId,''])); return; } @@ -137,7 +137,7 @@ // 初始化IFrame function initIFrame() { - $('#listContent').attr('src', top.restAjax.path('route/classplan/list-signup.html?orgId={arg1}&workerCatalog={arg2}', + $('#listContent').attr('src', top.restAjax.path('route/classplan/list-merge-org-info.html?orgId={arg1}&workerCatalog={arg2}', [orgId,parentId])); } diff --git a/src/main/resources/static/route/classplan/list-signup.html b/src/main/resources/static/route/classplan/list-signup.html index a95c4f0..9c93e8b 100644 --- a/src/main/resources/static/route/classplan/list-signup.html +++ b/src/main/resources/static/route/classplan/list-signup.html @@ -39,7 +39,7 @@
总计人数 - 10 人 + 50 人
@@ -101,9 +101,11 @@ var workerCatalog = top.restAjax.params(window.location.href).workerCatalog; if(typeof (workerCatalog) === 'undefined' || workerCatalog == ''){ $('#totalSignUpUser').text('总计人数'); + $('#totalSignUpUserNumber').text('50 人'); $('#class-plan-btn-event').hide(); } else { $('#totalSignUpUser').text('预计人数'); + $('#totalSignUpUserNumber').text('60 人'); } function init(){ diff --git a/src/main/resources/static/route/classplan/list.html b/src/main/resources/static/route/classplan/list.html index 60df4c5..7a67d58 100644 --- a/src/main/resources/static/route/classplan/list.html +++ b/src/main/resources/static/route/classplan/list.html @@ -366,6 +366,20 @@ }); return; } + if(layEvent == 'showEvent') { + layer.open({ + type: 2, + title: '查看开班申请', + closeBtn: 1, + area: ['90%', '90%'], + shadeClose: false, + anim: 2, + content: top.restAjax.path('route/classplan/show.html?classPlanId={classPlanId}', [obj.data.classPlanId]), + end: function () { + reloadTable(); + } + }); + } if(layEvent == 'showExamEvent') { layer.open({ type: 2, diff --git a/src/main/resources/static/route/classplan/show.html b/src/main/resources/static/route/classplan/show.html index 7b3199c..891f8cd 100644 --- a/src/main/resources/static/route/classplan/show.html +++ b/src/main/resources/static/route/classplan/show.html @@ -22,21 +22,10 @@
-
-
-
- -
- - -
-
-
-
- +
@@ -44,7 +33,7 @@
- +
@@ -82,14 +71,6 @@
-
-
- -
- -
-
-
@@ -108,22 +89,6 @@
-
-
- -
- -
-
-
-
-
- -
- -
-
-