From 589f9de38773f81edce0b773e8271a555d113e6b Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Sat, 19 Jun 2021 18:09:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E7=BA=A7=E5=AE=A1=E6=A0=B8=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E9=80=9A=E8=BF=87=E6=97=B6=E6=89=8D=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E5=88=86=E9=85=8D=E8=80=83=E5=9C=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/route/examapply/list-check.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/route/examapply/list-check.html b/src/main/resources/static/route/examapply/list-check.html index a55326a..2ab26d9 100644 --- a/src/main/resources/static/route/examapply/list-check.html +++ b/src/main/resources/static/route/examapply/list-check.html @@ -191,6 +191,8 @@ var common = layui.common; var resizeTimeout = null; var tableUrl = 'api/examapply/listpage'; + var point; + var checkStatus; // 初始化表格 function initTable() { @@ -213,6 +215,8 @@ {field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'}, {field: 'planName', width: 180, title: '计划名称', align:'center', templet: function(row) { + point = row['point']; + checkStatus = row['checkStatus']; var rowData = row.classPlanDTO[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { return '-'; @@ -388,7 +392,9 @@ yes: function (index) { top.dialog.close(index); // 审核 - sentExamMsg(planIds); + if('分管领导' == point && '1' == checkStatus) { + sentExamMsg(planIds); + } }, btn2: function(index) { top.dialog.close(index);