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 1/2] =?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 From ba9ca827835e01d52ee1f23adbb7ba6c8f3c4c17 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 8 Apr 2026 17:21:27 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=AF=95=E9=A2=98=20=E9=9A=90=E8=97=8F=20?= =?UTF-8?q?=E9=80=82=E7=94=A8=E5=B2=97=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SE/SE001EditPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomPages/SE/SE001EditPage.js b/src/components/CustomPages/SE/SE001EditPage.js index 176fa2d..a8cfc74 100644 --- a/src/components/CustomPages/SE/SE001EditPage.js +++ b/src/components/CustomPages/SE/SE001EditPage.js @@ -376,7 +376,7 @@ class SE001EditPage extends React.Component { }}>事故事件 - +