廖井涛
2025-07-04 8aef97f783e250740a4d7c5bdb2e2692eb2625f9
north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintProject.vue
@@ -44,6 +44,11 @@
const company = companyInfo()
let hidePrintLabels = company.printLabel.hideButton;
//倒叙
let  flashback = ref(1)
//合架打印
let compound = ref(null)
const form = reactive({
  date1: '',
  orderId: '',
@@ -56,7 +61,9 @@
  printMergeVal: null,
  like: null,
  project:null,
  merge: null
  merge: null,
  flashback:null,
  compound:null
})
const getTableRow = (row, type) => {
  switch (type) {
@@ -84,6 +91,8 @@
    case 'edit3' :{
      printRow.value.project=row.project_no
      printRow.value.merge = company.flowCardMerge
      printRow.value.flashback = flashback.value
      printRow.value.compound = compound.value
      if(company.companyName=='常州市吉利玻璃有限公司'){
        dialogTableVisibleStraight.value = true
      }else{
@@ -485,6 +494,8 @@
          :printMerge="printRow.printMergeVal"
          :printProject="printRow.project"
          :merges="printRow.merge"
          :flashback = "printRow.flashback"
          :compound = "printRow.compound"
          style="width: 100%;height: 100%"/>
    </el-dialog>