This commit is contained in:
wjn 2024-06-25 14:19:45 +08:00
parent 26071cccb1
commit 44996f2191

View File

@ -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' })
}
}