yangys
2025-08-17 597a7fa0913704552bd66e43cedad2dfc6572a98
src/views/flowmgr/programexport.vue
@@ -88,19 +88,29 @@
                        prop: 'title',
                    },
                    {
                        label: '图号',
                        label: '零组件号',
                        prop: 'drawingNo',
                    },
                    {
                        label: '图号版次',
                        prop: 'drawingNoEdition',
                        label: '工序号',
                        prop: 'processNo',
                    },
                    {
                        label: '工序版次',
                        prop: 'processEdition',
                    },
                    {
                        label: '工序名称',
                        prop: 'processName',
                    },
                    {
                        label: '程序名称',
                        label: '图号版次',
                        prop: 'drawingNoEdition',
                    },
                    {
                        label: '程序包名',
                        prop: 'name',
                        search: true,
                    },
@@ -146,19 +156,28 @@
                        prop: 'title',
                    },
                    {
                        label: '图号',
                        label: '零组件号',
                        prop: 'drawingNo',
                    },
                    {
                        label: '图号版次',
                        prop: 'drawingNoEdition',
                        label: '工序号',
                        prop: 'processNo',
                    },
                    {
                        label: '工序版次',
                        prop: 'processEdition',
                    },
                    {
                        label: '工序名称',
                        prop: 'processName',
                    },
                    {
                        label: '程序名称',
                        label: '图号版次',
                        prop: 'drawingNoEdition',
                    },
                    {
                        label: '程序包名',
                        prop: 'name',
                        search: true,
                    },
@@ -274,7 +293,7 @@
                    {},
                    {ids: this.selection.map(item => item.id)},
                ).then(res => {
                //console.log('status='+res.status)
                console.log('status='+res.status)
               if(res.status == 200){
                  //console.log(res.data);