213
This commit is contained in:
parent
cc4e45a255
commit
74e1b8b8f3
@ -116,7 +116,7 @@ class SE018EditPage extends React.Component {
|
||||
// passRateThis = (temp / uniqueUsers.length).toFixed(4) * 100;
|
||||
// }
|
||||
//安环部负责人审阅中
|
||||
if (data.STATUS >= 2 && this.props.formCode != "SE050_SHOWPRINT" && this.props.data.tableKey != undefined) {
|
||||
if (data.STATUS >= 2 && this.props.formCode != "SE050_SHOWPRINT" && this.props.data.tableKey != undefined && data.USER_ID_APPROVE != null && data.USER_ID_APPROVE == this.props.login.userId) {
|
||||
isApprove = true;
|
||||
}
|
||||
this.setState({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user