From 414a837c614e12e70068d06a8d30bdacbaa229f6 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 8 Apr 2026 16:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E8=AE=A1=E5=88=92=20?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SE/SE071ShowPrint.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/components/CustomPages/SE/SE071ShowPrint.js b/src/components/CustomPages/SE/SE071ShowPrint.js index f1d0593..32ee628 100644 --- a/src/components/CustomPages/SE/SE071ShowPrint.js +++ b/src/components/CustomPages/SE/SE071ShowPrint.js @@ -64,6 +64,7 @@ class SE071ShowPrint extends React.Component { extendInclude(json, 'Nav_ListPlanDetail.Nav_Department') extendInclude(json, 'Nav_ListPlanDetail.Nav_ListDetailDepartment.Nav_Department') extendInclude(json, 'Nav_ListPlanDetail.Nav_TrainTypeEnum') + extendInclude(json, "Nav_Approve.Nav_ApproveDetails.Nav_ApproveUser"); this.props.dispatch({ type: 'app/getDataByPost', payload: json, @@ -158,6 +159,17 @@ class SE071ShowPrint extends React.Component { })} + + + + 审批详情 {/* 审核意见 如果已经审批 显示审批信息 */} + + { + showApprove(data.Nav_Approve?.Nav_ApproveDetails, enums.NodeApproveStatus.enums, config.picServerHost, 200) + } + + + : null