From 640ff18d2d7f4be02ddb7f8f75e899f05545eb98 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期一, 05 二月 2024 11:56:52 +0800 Subject: [PATCH] 更新bug修改 --- cloud-server-management/src/main/webapp/static/modular/system/tCompetitionAudit/tCompetition.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tCompetitionAudit/tCompetition.js b/cloud-server-management/src/main/webapp/static/modular/system/tCompetitionAudit/tCompetition.js index b081c78..3ce4666 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tCompetitionAudit/tCompetition.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tCompetitionAudit/tCompetition.js @@ -107,6 +107,10 @@ */ TCompetition.openTCompetitionDetail = function () { if (this.check()) { + if (TCompetition.seItem.auditStatus == 3){ + Feng.error("当前赛事不可以再审核"); + return; + } var index = layer.load(1,{ type: 1 , title: '赛事审核' @@ -139,6 +143,10 @@ layer.closeAll(); }, btn2:function () { + if (TCompetition.seItem.auditStatus==3){ + Feng.info("该赛事不可再次审核") + return false; + } let audit = document.querySelector('input[name="r1"]:checked').value; let text = $("#text").val() if(audit==3){ -- Gitblit v1.7.1