123
gaoshp
2025-08-06 7c3c8e1e484e05610da7d1856afe248040121590
123
已修改1个文件
17 ■■■■■ 文件已修改
src/views/flow/todolist.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flow/todolist.vue
@@ -50,7 +50,7 @@
            approveBox: false,
            formApprove: {
                comment: '',
                approve: 'Y', // 默认同意
                approve: '', // 默认同意
                assignee: ''
            },
            optionApprove: {
@@ -84,6 +84,15 @@
                        dicData: [
                        ],
                        // rules: [{ required: true, message: '请选择下一审批用户', trigger: 'blur' }],
                    },
                    {
                        label: '工序版次',
                        prop: 'processEdition',
                        type: 'input',
                        span: 24,
                        // disabled: true,
                        display: false,// 隐藏显示
                        // rules: [{ required: true, message: '请选择下一审批用户', trigger: 'blur' }],
                    },
                    {
@@ -291,6 +300,12 @@
                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: {