From 38bca9ca2abd2794b41f4420638a9bec9da70607 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期二, 28 十一月 2023 20:24:51 +0800 Subject: [PATCH] 11.27,9 --- cloud-server-management/src/main/webapp/static/modular/system/tDiscountAudit/tDiscount.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/tDiscountAudit/tDiscount.js b/cloud-server-management/src/main/webapp/static/modular/system/tDiscountAudit/tDiscount.js index 7603390..764ed0d 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/tDiscountAudit/tDiscount.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/tDiscountAudit/tDiscount.js @@ -201,7 +201,11 @@ layer.closeAll(); }, btn2:function () { - + var state = TCompetition.seItem.status; + if (state == 3){ + Feng.error("当前状态不能再次审核!") + return false; + } let audit = document.querySelector('input[name="r1"]:checked').value; let text = $("#text").val() if(audit==3){ -- Gitblit v1.7.1