廖井涛
2025-07-04 8aef97f783e250740a4d7c5bdb2e2692eb2625f9
north-glass-erp/northglass-erp/src/components/pp/PrintProcess.vue
@@ -34,7 +34,8 @@
  printProject:null,
  merges:null,
  printFc:null,
  flashback:null
  flashback:null,
  compound:null
})
const {currentRoute} = useRouter()
@@ -62,6 +63,12 @@
if (merges == '') {
  merges = null
}
//指定层同架
let compound = props.compound
if (compound == '') {
  compound = null
}
let name=company.companyName
let printNumberFc = props.printFc
@@ -78,7 +85,7 @@
          }
        })
      }else{
        request.post(`/processCard/getSelectPrinting/${merge}/${like}/${merges}/${props.flashback}`, data.value).then((res) => {
        request.post(`/processCard/getSelectPrinting/${merge}/${like}/${merges}/${props.flashback}/${compound}`, data.value).then((res) => {
          if (res.code == 200) {
            load(res.data.data)
          } else {
@@ -264,7 +271,10 @@
          <div id="bj" v-if="printFc=='true'" style="float: right;font-size: 28px">{{ id + 1 }}</div>
          <div id="bj" v-else style="float: right;font-size: 28px"></div>
          <div>{{ company.companyName }}</div>
          <div>生产流程卡<span style="font-weight: bold" v-if="printProject!=null">({{ printProject }})</span></div>
          <div>
            生产流程卡<span style="font-weight: bold" v-if="printProject!=null">({{ printProject }})</span>
            <span style="font-weight: bold" v-if="props.compound!=null">({{ props.compound }}层同架)</span>
          </div>
          <div  style="font-weight: bolder;display: flex;justify-content:space-between">
            <div>
              打印人:{{user.user.userName}} &nbsp;&nbsp;