yangys
2025-09-22 eb7e4c1a855a7382ba5a8ca121b6c11e0087c55a
src/views/flow/todolist.vue
@@ -208,7 +208,7 @@
                        emptyValues :["1",'2'],
                        dicData: [
                            {
                                label: '车床',
                                label: '数控车床',
                                value: '1',
                            },
                            {
@@ -269,6 +269,9 @@
                        width: 70,
                        overHidden:true,
                        prop: 'startUserName',
                        formatter: (val, value, label) => {
                            return value=='' || value==null ?"MES":value;
                        },
                    },
                    {
                        label: '创建时间',
@@ -892,7 +895,7 @@
                let atts = this.$refs.todolistLeft.tableData;
                let otherFileCOunt = atts.filter(att => att.program === false).length;
                if(otherFileCOunt == 0){
                if(otherFileCOunt == 0 && programOnMachine != 'Y'){
                    let confirResult = await this.$confirm('文件列表中无其他文件,确认要提交吗?', '', {
                        confirmButtonText: this.$t('submitText'),
                        cancelButtonText: this.$t('cancelText'),