| | |
| | | }, |
| | | span: 24, |
| | | disabled: false, |
| | | display: false, |
| | | dicData: [ |
| | | |
| | | ], |
| | |
| | | // } |
| | | |
| | | }, |
| | | 'reassignForm.approve'(val) { |
| | | if(val === 'Y') { |
| | | this.reassignOption.column[1].disabled = true; |
| | | this.reassignOption.column[1].display = false; |
| | | this.reassignForm.newAssigneeId = ''; |
| | | } else { |
| | | this.reassignOption.column[1].display = false; |
| | | this.reassignOption.column[1].disabled = false; |
| | | this.reassignForm.newAssigneeId = ''; |
| | | } |
| | | } |
| | | }, |
| | | computed: { |
| | | ...mapGetters(['userInfo', 'permission']), |
| | |
| | | }) |
| | | }); |
| | | } else { |
| | | |
| | | this.reassignBox = true; |
| | | if(val === 3) {//批量审批时 显示通过驳回 |
| | | this.reassignOption.column[0].display = true; |
| | | this.reassignForm.approve = 'Y'; |
| | | this.reassignForm.newAssigneeId = ''; |
| | | this.reassignOption.column[1].disabled = true; |
| | | this.reassignOption.column[1].display = true; |
| | | } else { |
| | | this.reassignOption.column[0].display = false; |
| | | } |