From 0bdf1d5d0b7b6c16264acb51c86acacf1cd22e12 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Thu, 20 Jun 2024 15:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=20=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E4=BE=9D=E6=8D=AE=20=20colSpan=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/BS/BS034ShowPrint.js | 4 ++-- src/components/CustomPages/BS/BS034View.js | 4 ++-- src/components/CustomPages/BS/BS070ShowPrint.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/CustomPages/BS/BS034ShowPrint.js b/src/components/CustomPages/BS/BS034ShowPrint.js index a2ee524..183cd67 100644 --- a/src/components/CustomPages/BS/BS034ShowPrint.js +++ b/src/components/CustomPages/BS/BS034ShowPrint.js @@ -227,7 +227,7 @@ class BS034ShowPrint extends React.Component { 检查人员签字 - + { showUsersSign(data.Nav_ListCheckUserSign, config.picServerHost) // data.Nav_ListCheckUserSign.map((sign, i) => { @@ -241,7 +241,7 @@ class BS034ShowPrint extends React.Component { 审核意见 - + { showApprove(data.Nav_ApproveCheckAudit?.Nav_ApproveDetails, this.props.app.enums.NodeApproveStatus.enums, config.picServerHost) diff --git a/src/components/CustomPages/BS/BS034View.js b/src/components/CustomPages/BS/BS034View.js index 566a52a..7163156 100644 --- a/src/components/CustomPages/BS/BS034View.js +++ b/src/components/CustomPages/BS/BS034View.js @@ -317,7 +317,7 @@ class BS034View extends React.Component { 检查人员签字 - + { showUsersSign(checkSign, config.picServerHost, 200) } @@ -326,7 +326,7 @@ class BS034View extends React.Component { 审核意见 - + { showApprove(data.Nav_ApproveCheckAudit?.Nav_ApproveDetails, this.props.app.enums.NodeApproveStatus.enums, config.picServerHost, 200) diff --git a/src/components/CustomPages/BS/BS070ShowPrint.js b/src/components/CustomPages/BS/BS070ShowPrint.js index 92709d6..bb7cc65 100644 --- a/src/components/CustomPages/BS/BS070ShowPrint.js +++ b/src/components/CustomPages/BS/BS070ShowPrint.js @@ -190,7 +190,7 @@ class BS070ShowPrint extends React.Component { 任务制定审核人 - + { showApprove(Nav_ApproveApply?.Nav_ApproveDetails, this.props.app.enums.NodeApproveStatus.enums, config.picServerHost, 200) } @@ -201,7 +201,7 @@ class BS070ShowPrint extends React.Component { Nav_SafeCheck.STATUSPLAN >= 20 ? 检查人员确认 - + { showUsersSign(Nav_ListApplySign, config.picServerHost, 200, 70) }