修改
This commit is contained in:
parent
26071cccb1
commit
44996f2191
@ -128,7 +128,7 @@ class HM042ShowPrint extends React.Component {
|
||||
onComplete: (result) => {
|
||||
if (this.props.data.tableKey == "2" || this.props.data.tableKey == undefined) {
|
||||
this.setState({ isAudit: 'none' })
|
||||
} else if (ret.STATUS == 4 && this.props.data.TaskID != null && ret.DEPUTY_GROUP_LEADER_OPINION == 0 && ret.GROUP_LEADER_OPINION == 0){
|
||||
} else if (ret.STATUS == 4 && this.props.data.TaskID != null && ( ret.DEPUTY_GROUP_LEADER_OPINION == 0 || ret.GROUP_LEADER_OPINION == 0)){
|
||||
this.setState({ isAudit: 'inline' })
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user