Compare commits

..

No commits in common. "5d4c895caa4c7dd76dd1b218d33b46ac6cb31e69" and "095a8ee8f9a9d44a15cb3d3a841e6afb1853f83e" have entirely different histories.

View File

@ -64,6 +64,7 @@ class SE013ShowPrint extends React.Component {
let canSign = this.props.data.tableKey == "1" && ret.Nav_TrainUserList.find(it => it.USER_ID == this.props.login.user.ID) ? true : false
let overTimeSign = ret.STATUS == 3 && ret.Nav_TrainUserList.find(it => it.USER_ID == this.props.login.user.ID && it.IS_LEAVE === 0) && this.props.data.tableKey == "1" ? true : false
var leavel0_Show = ''
debugger
if (ret.STATUS >= 2) {
leavel0_Show = '超期未处理'
} else if ((new Date(ret.TRAIN_START_TIME)).getTime() >= (new Date()).getTime()) {
@ -281,7 +282,7 @@ class SE013ShowPrint extends React.Component {
</tr>
<tr>
<td colSpan={4} rowSpan={1} className={styles.fontBold}>序号</td>
<td colSpan={4} rowSpan={1} className={styles.fontBold}>组织名称</td>
<td colSpan={4} rowSpan={1} className={styles.fontBold}>部门/车间</td>
<td colSpan={4} rowSpan={1} className={styles.fontBold}>工号</td>
<td colSpan={4} rowSpan={1} className={styles.fontBold}>姓名</td>
<td colSpan={4} rowSpan={1} className={styles.fontBold}>岗位</td>