From 44996f2191e3faf9565d6f14a3fe66c72cca388c Mon Sep 17 00:00:00 2001 From: wjn Date: Tue, 25 Jun 2024 14:19:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/HM/HM042ShowPrint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomPages/HM/HM042ShowPrint.js b/src/components/CustomPages/HM/HM042ShowPrint.js index 01ee68f..8e48a1f 100644 --- a/src/components/CustomPages/HM/HM042ShowPrint.js +++ b/src/components/CustomPages/HM/HM042ShowPrint.js @@ -128,7 +128,7 @@ class HM042ShowPrint extends React.Component { onComplete: (result) => { if (this.props.data.tableKey == "2" || this.props.data.tableKey == undefined) { this.setState({ isAudit: 'none' }) - } else if (ret.STATUS == 4 && this.props.data.TaskID != null && ret.DEPUTY_GROUP_LEADER_OPINION == 0 && ret.GROUP_LEADER_OPINION == 0){ + } else if (ret.STATUS == 4 && this.props.data.TaskID != null && ( ret.DEPUTY_GROUP_LEADER_OPINION == 0 || ret.GROUP_LEADER_OPINION == 0)){ this.setState({ isAudit: 'inline' }) } }