From 138f679b71689204ce247d867eebece3d4162392 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 24 Jan 2025 14:39:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/aq_demand_plan/apply_plan_audit_list.js | 2 +- js/aq_demand_plan/child/apply_plan_detail.js | 14 ++++---------- js/aq_demand_plan/child/audit_form.js | 1 + page/aq_demand_plan/child/apply_plan_detail.html | 4 ++-- .../aq_demand_plan/child/apply_plan_edit_form.html | 2 +- page/aq_demand_plan/child/apply_plan_form.html | 2 +- 6 files changed, 10 insertions(+), 15 deletions(-) diff --git a/js/aq_demand_plan/apply_plan_audit_list.js b/js/aq_demand_plan/apply_plan_audit_list.js index d270390..6fea72d 100644 --- a/js/aq_demand_plan/apply_plan_audit_list.js +++ b/js/aq_demand_plan/apply_plan_audit_list.js @@ -175,7 +175,7 @@ function initTable() { let html = ""; html += "详情"; let content = getCheckStatus(d.statusType, d.status); - if (!(content.indexOf('驳回') > -1 || content.indexOf('通过') > -1)) { + if ((!(content.indexOf('驳回') > -1 || content.indexOf('通过') > -1)) && d.hasAuditBtn) { html += "
操作记录