From 4f4ced4c9cf0d43ecc8289d35ca667e75d98e183 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Fri, 4 Jun 2021 17:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=AF=95=E7=94=B3=E8=AF=B7=E3=80=81?= =?UTF-8?q?=E5=BC=80=E7=8F=AD=E8=AE=A1=E5=88=92=E8=AF=A6=E6=83=85=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=9B=BE=E7=89=87=E6=9F=A5=E7=9C=8B=E5=92=8CPDF?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9F=A5=E7=9C=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/route/examapply/list-check.html | 22 + .../static/route/examapply/update-check.html | 439 ++++++++++++++++-- .../static/route/examcheck/update.html | 301 +++++++++--- 3 files changed, 657 insertions(+), 105 deletions(-) diff --git a/src/main/resources/static/route/examapply/list-check.html b/src/main/resources/static/route/examapply/list-check.html index 0d8e048..da2978c 100644 --- a/src/main/resources/static/route/examapply/list-check.html +++ b/src/main/resources/static/route/examapply/list-check.html @@ -308,6 +308,13 @@ return rowData; } }, + {field: 'examMsg', fixed: 'right', width: 180, title: '查看考试信息', align:'center', + templet: function(row) { + var rowData; + rowData = '查看考试信息'; + return rowData; + } + }, {field: 'teacher', fixed: 'right', width: 180, title: '查看讲师信息', align:'center', templet: function(row) { var rowData; @@ -563,6 +570,19 @@ }); } + // 查看考试信息 + function examMsg(data) { + top.dialog.open({ + url: top.restAjax.path('route/examapply/update-check.html?classPlanId={classPlanId}&isView={isView}', [data.examId, 'yes']), + title: "考试信息", + width: '92%', + height: '92%', + onClose: function() { + reloadTable(); + } + }); + } + //监听行单击事件 table.on('tool(dataTable)', function(obj){ var data = obj.data; @@ -576,6 +596,8 @@ addressShow(data) }else if('teacher' == obj.event) { teacher(data) + }else if('examMsg' == obj.event) { + examMsg(data) } }); }); diff --git a/src/main/resources/static/route/examapply/update-check.html b/src/main/resources/static/route/examapply/update-check.html index 0b33982..620e5b6 100644 --- a/src/main/resources/static/route/examapply/update-check.html +++ b/src/main/resources/static/route/examapply/update-check.html @@ -25,40 +25,46 @@ 考试申请基本信息