yangys
2025-09-08 76aee3bfa5a1e703fde16408d92b71c4fe2cdeb8
src/views/flowmgr/processQuery1.vue
@@ -89,7 +89,7 @@
                border: true,
                index: true,
                selection: false,
                menuWidth: 100,
                menuWidth: 110,
                dialogClickModal: false,
                column: [
                    {
@@ -160,7 +160,7 @@
                    
                    {
                        label: '零组件号',
                        prop: 'drawingNo',
                        prop: '',
                        width: 82,
                        render: ({ row }) => {
                            return h('span', {}, row?.variables?.drawingNo || '');
@@ -168,7 +168,7 @@
                    },
                    {
                        label: '工序号',
                        prop: 'processNo',
                        prop: '',
                        width: 80,
                        render: ({ row }) => {
                            return h('span', {}, row?.variables?.processNo || '');
@@ -176,7 +176,7 @@
                    },
                    {
                        label: '工序名称',
                        prop: 'processName',
                        prop: '',
                        width: 82,
                        render: ({ row }) => {
                            return h('span', {}, row?.variables?.processName || '');
@@ -184,7 +184,7 @@
                    },
                    {
                        label: '工序版次',
                        prop: 'processEdition',
                        prop: '',
                        width: 82,
                        render: ({ row }) => {
                            return h('span', {}, row?.variables?.processEdition || '');
@@ -192,7 +192,7 @@
                    },
                   {
                        label: '批次号',
                        prop: 'variables.craftEdition',
                        prop: '',
                        width: 70,
                        render: ({ row }) => {
                            return h('span', {}, row?.variables?.craftEdition || '');
@@ -200,7 +200,7 @@
                    },
                    {
                        label: '任务车间',
                        prop: 'workshop',
                        prop: '',
                        width: 82,
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.workshop || '');
@@ -208,8 +208,11 @@
                    },
                    {
                        label: '过程卡号',
                        prop: 'empty',
                        prop: '',
                        width: 82,
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.processCard || '');
                        }
                    },
               
               {
@@ -362,9 +365,9 @@
                    },
                    {
                        label: '过程卡号',
                        prop: 'empty',
                        prop: '',
                        render: ({ row }) => {
                            return h('p',{'class': 'margin0'}, row?.variables?.empty || '');
                            return h('p',{'class': 'margin0'}, row?.variables?.processCard || '');
                        }
                    },
                    {