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