From 7b5f1e33b4936c02fbe31d4b064ea3873da2e511 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 18 九月 2025 14:06:55 +0800
Subject: [PATCH] 发货弹窗成品料架

---
 north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelTwo.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelTwo.vue b/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelTwo.vue
index dcea140..ab1db5a 100644
--- a/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelTwo.vue
+++ b/north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelTwo.vue
@@ -23,7 +23,8 @@
 let filterData = ref({})
 
 const data = ref({
-  printList: []
+  printList: [],
+  isRepeat:false
 })
 
 let props = defineProps({
@@ -120,6 +121,7 @@
   // 閬嶅巻 lastList 骞舵洿鏂板搴旂殑灞炴��
   props.lastList.forEach(obj => {
     // 鑾峰彇鍓嶇紑鍜� orderId
+    console.log(index)
     const prefix = props.lastList[id].processId.substring(0, 11);
     const orderId = obj.orderId;
     const glassNumber=props.lastList[id].glassNumber
@@ -172,7 +174,7 @@
 <template>
   <div id="print" class="printFlowCard_semi">
 
-      <template v-for="(item1,id) in props.lastList">
+      <template v-for="(item1,index) in props.lastList">
         <div class="entirety_semi">
       <div class="row4">{{ faceOrientation }}</div>
       <div  v-for="(item,id) in labelList" class="contentRow">

--
Gitblit v1.8.0