guoyujie
2025-06-30 ab6ac91b7ed9ae3f9c68766f499ece11585c8859
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
@@ -62,7 +62,8 @@
  list: null,
  printMergeVal: null,
  like: null,
  merge: null
  merge: null,
  printFc:null
})
//标签
@@ -191,6 +192,7 @@
let orderId = route.query.orderId
data.value.printList = JSON.parse(route.query.printList)
let printFc = route.query.printNumberFc
let inquiryMode = route.query.checkedValue
// 第一次加载查询
@@ -406,6 +408,7 @@
          printRow.value.printMergeVal = printMerge.value
          printRow.value.like = null
          printRow.value.merge = company.flowCardMerge
          printRow.value.printFc= printFc
          // router.push({path: '/main/processCard/printProcess', query: {printList: JSON.stringify(selectRecords),printMerge:printMergeVal}})
          if(company.companyName=='常州市吉利玻璃有限公司'){
            dialogTableVisibleStraight.value = true
@@ -664,7 +667,6 @@
    }
    // 如果 printBtn 为 '1',则隐藏 customLabel 按钮
    if (btnType == 1 && button.code === 'customLabel') {
      console.log('Hiding customLabel button');
      return false; // 隐藏 customLabel 按钮
    }
@@ -804,6 +806,7 @@
          :printLike="printRow.like"
          :printList="printRow.list"
          :printMerge="printRow.printMergeVal"
          :printFc="printRow.printFc"
          :merges="printRow.merge"
          style="width: 100%;height: 100%"/>
    </el-dialog>