| | |
| | | approveBox: false, |
| | | formApprove: { |
| | | comment: '', |
| | | approve: 'Y', // 默认同意 |
| | | approve: '', // 默认同意 |
| | | assignee: '' |
| | | }, |
| | | optionApprove: { |
| | |
| | | dicData: [ |
| | | |
| | | ], |
| | | // rules: [{ required: true, message: '请选择下一审批用户', trigger: 'blur' }], |
| | | }, |
| | | { |
| | | label: '工序版次', |
| | | prop: 'processEdition', |
| | | type: 'input', |
| | | span: 24, |
| | | // disabled: true, |
| | | display: false,// 隐藏显示 |
| | | // rules: [{ required: true, message: '请选择下一审批用户', trigger: 'blur' }], |
| | | }, |
| | | { |
| | |
| | | this.formApprove.assignee = '' |
| | | // this.formApprove.assignee = row.variables.senior; |
| | | } |
| | | if(val === 'Y' && ['confirmIsUseableTask'].includes(this.row.taskDefinitionKey) && this.row.variables.isProcessNoSame=='N') { |
| | | this.optionApprove.column[2].display = true; // 显示工序版次 |
| | | } else { |
| | | this.optionApprove.column[2].display = false; // 隐藏工序版次 |
| | | } |
| | | |
| | | }, |
| | | }, |
| | | computed: { |