From 47e23cf659d4cc58bc93b44b16e64e82efcfb08d Mon Sep 17 00:00:00 2001 From: zhibing.pu <393733352@qq.com> Date: 星期三, 24 七月 2024 17:34:27 +0800 Subject: [PATCH] Merge branch '2.0' of http://120.76.84.145:10101/gitblit/r/java/PlayPai into 2.0 --- 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