north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
@@ -230,7 +230,7 @@ buttons: [ {code: 'print', name: t('processCard.print'), status: 'primary'}, {code: 'customLabel', name: t('processCard.customLabelPrinting'), status: 'primary'}, {code: 'printLabel', name: '标签打印', status: 'primary'}, ], // import: false, // export: true, @@ -298,6 +298,7 @@ id += selectRecords[i].id + "|" } } console.log(selectRecords) router.push({path: '/main/processCard/PrintLabel', query: {printList: JSON.stringify(selectRecords)}}) break