guoyuji
2024-07-02 1558c2fa4a3a1479d53977a4b46c1dda18192243
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