From 931f0fdcd76a745d337e67e80975973493a616c0 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Wed, 5 Aug 2026 16:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E7=BA=A7=E5=AE=89=E5=85=A8=E6=95=99?= =?UTF-8?q?=E8=82=B2=E6=9F=A5=E7=9C=8B=E9=A1=B5=E9=9D=A2=20=E5=AD=90?= =?UTF-8?q?=E8=A1=A8=20=E6=B2=A1=E7=A1=AE=E8=AE=A4=E7=9A=84=E4=BA=BA=20?= =?UTF-8?q?=E5=A7=93=E5=90=8D=E6=98=BE=E7=A4=BA=E7=BA=A2=E8=89=B2=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E6=98=AF=E5=90=A6=E7=A1=AE=E8=AE=A4=20?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SE/SE061ShowPrint.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/CustomPages/SE/SE061ShowPrint.js b/src/components/CustomPages/SE/SE061ShowPrint.js index d30f6cd..cf72d77 100644 --- a/src/components/CustomPages/SE/SE061ShowPrint.js +++ b/src/components/CustomPages/SE/SE061ShowPrint.js @@ -171,6 +171,7 @@ class SE061ShowPrint extends React.Component { 身份证号 入职时间 部门 + 是否确认 岗位 分数 考核结果 @@ -181,10 +182,11 @@ class SE061ShowPrint extends React.Component { if (item.IS_DELETED == null || item.IS_DELETED == false) { return {item.CODE} - {item.Nav_User?.NAME} + {(item.ISSIGN != null && item.ISSIGN == true) ?

{item.Nav_User?.NAME}

:

{item.Nav_User?.NAME}

} {item.ID_CARD_NUMBER} {moment(item.IN_TIME).format('YYYY-MM-DD')} {item.Nav_Department?.NAME} + {(item.ISSIGN != null && item.ISSIGN == true) ? "是" : "否"} {item.Nav_Post?.NAME} {item.SCORE} {enums.SEExaminationResultsEnum.enums[item.EXAMINATION_RESULTS]}