chenlu
2025-08-11 8bcd0cc77b0c7aa2c00ffd926ee87f1f09a3a3b5
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({
@@ -95,6 +96,7 @@
//修改相同产品名称标签
const updateProductName = (event, index,id) => {
  console.log(id,index)
  // 创建映射对象
  const propertyMapping = {};
  labelList.forEach(item => {
@@ -120,6 +122,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 +175,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">