wangfei
2025-11-24 e08c30f6a36a15be4e019b5e0d631f32f6d06029
UI-Project/src/views/hollow/hollowequipment.vue
@@ -1885,7 +1885,9 @@
const blinde = ref(false)
const labelPrint = ref(false);
const handleBinde = (flowCard) => {
  const summary = flowCard.reduce((map, item) => {
  const summary = flowCard
        .filter(item => item.isPair !== 0)
        .reduce((map, item) => {
        const key = `${item.hollowSequence}`;
        if (!map[key]) {
          map[key] = {
@@ -1898,6 +1900,7 @@
        return map;
      }, {});
      listFlow.value = Object.values(summary);
      console.log(listFlow.value)
  blinde.value = true;
  getTags();
  hiprint.init();