培训记录 审阅 人员、时间 显示

This commit is contained in:
wyw 2026-05-25 10:09:39 +08:00
parent bfc19d5153
commit e188a0083a

View File

@ -64,6 +64,7 @@ class SE018EditPage extends React.Component {
extendInclude(json, 'Nav_Users.Nav_Files.Nav_ImgFile'); extendInclude(json, 'Nav_Users.Nav_Files.Nav_ImgFile');
extendInclude(json, 'Nav_Files.Nav_ImgFile'); extendInclude(json, 'Nav_Files.Nav_ImgFile');
extendInclude(json, 'Nav_Papers'); extendInclude(json, 'Nav_Papers');
extendInclude(json, 'Nav_UserApro');
json.IgnoreDataRule = true; json.IgnoreDataRule = true;
this.props.dispatch({ this.props.dispatch({
type: 'app/getDataByPost', type: 'app/getDataByPost',
@ -341,12 +342,13 @@ class SE018EditPage extends React.Component {
</td> </td>
</tr> </tr>
<tr> <tr>
<td colSpan={4} rowSpan={1} className={styles.fontBold}>审阅意见</td> <td colSpan={4} className={styles.fontBold}>审阅意见</td>
<td colSpan={20} rowSpan={1} > {
{ data && data.STATUS > 2 ? <td colSpan={20}>
data && data.STATUS > 2 && '已阅' <p>审阅人{showUserSign(data.Nav_UserApro, config.picServerHost)}</p>
} <p>审阅时间{data.DT_APPROVE}</p>
</td> </td> : <td colSpan={20} ></td>
}
</tr> </tr>
<tr> <tr>
<td colSpan={4} rowSpan={1} className={styles.fontBold}>合格率</td> <td colSpan={4} rowSpan={1} className={styles.fontBold}>合格率</td>
@ -385,7 +387,7 @@ class SE018EditPage extends React.Component {
{this.state.isExam && <td colSpan={4} rowSpan={1}>{it?.SCORE}</td>} {this.state.isExam && <td colSpan={4} rowSpan={1}>{it?.SCORE}</td>}
{/* if (data.Nav_Notify.CHECKTYPE == 51 || data.Nav_Notify.CHECKTYPE == 56 || data.Nav_Notify.CHECKTYPE == 81) { */} {/* if (data.Nav_Notify.CHECKTYPE == 51 || data.Nav_Notify.CHECKTYPE == 56 || data.Nav_Notify.CHECKTYPE == 81) { */}
{/* 线上考核 51 看试卷 56 81 看附件 */} {/* 线上考核 51 看试卷 56 81 看附件 showUserSign(user, imgHost, width, height, extShowTimeText) */}
{ {
!signable && ( !signable && (
this.state.isShow && data.Nav_Notify.CHECKTYPE ? ( this.state.isShow && data.Nav_Notify.CHECKTYPE ? (