From a1830be709e487d41ad8e0d5e772a0cc87be6aee Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 24 Mar 2025 14:30:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E8=AE=A1=E5=88=92=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/aq_demand_plan/apply_plan_audit_list.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/aq_demand_plan/apply_plan_audit_list.js b/js/aq_demand_plan/apply_plan_audit_list.js index 6fea72d..c25b35a 100644 --- a/js/aq_demand_plan/apply_plan_audit_list.js +++ b/js/aq_demand_plan/apply_plan_audit_list.js @@ -206,6 +206,9 @@ function exportExcel() { //审核状态 function getCheckStatus(statusType, status) { var company = ""; + if(statusType === '0' && status === '0'){ + return "已撤回"; + } if (statusType === '1') { return "审核通过"; } else if (statusType === '2') {