chenlu
2024-07-04 85aa4497849d485aa2e7ae01976ddc572f7022cc
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintProcess.vue
@@ -8,10 +8,9 @@
import {useI18n} from 'vue-i18n'
import deepClone from "@/utils/deepClone";
import QRCode from "qrcode";
import companyInfo from "@/stores/sd/companyInfo"
const company = companyInfo()
import companyInfo from "@/stores/sd/companyInfo";
//语言获取
const company = companyInfo()
const {t} = useI18n()
let router = useRouter()
let produceList = ref([])
@@ -74,7 +73,6 @@
            }
          });
          console.log(produceList.value)
@@ -156,7 +154,7 @@
      <tr v-for="(itemFlow,index) in item.detail" :key="index">
        <td colspan="24">
          <div id="bj" style="float: right;font-size: 28px">{{ id + 1 }}</div>
          <div>天津北方玻璃技术股份有限公司</div>
          <div>{{company.companyName}}</div>
          <div>生产流程卡</div>
          <div v-if="itemFlow.technologyNumberMerge!=''" style="text-align: right;font-weight: bolder">流程卡号: {{
              itemFlow.process_id
@@ -204,6 +202,7 @@
        <!--        <td colspan='2'></td>-->
      </tr>
      <tr>
        <td>{{company.printLabel.printFlowCard.patch}}</td>
        <td>{{company.printLabel.printFlowCard.lackOf}}</td>
        <td>{{company.printLabel.printFlowCard.patch}}</td>
@@ -271,6 +270,7 @@
        </td>
        <td>完工签名</td>
        <td></td>
        <td colspan="2"></td>
        <td colspan="2"></td>
        <td colspan="2"></td>
@@ -283,6 +283,7 @@
      <tr>
        <td>生产日期</td>
        <td></td>
        <td colspan="2"></td>
        <td colspan="2"></td>
        <td colspan="2"></td>
@@ -295,6 +296,7 @@
      <tr>
        <td>质检签名</td>
        <td></td>
        <td colspan="2"></td>
        <td colspan="2"></td>
        <td colspan="2"></td>
@@ -381,7 +383,8 @@
@page {
  size: auto;  /* auto is the initial value */
  margin: 2mm 0mm 0mm 1mm;  /* this affects the margin in the printer settings */
  margin: 13mm 6mm 0mm 6mm  /* this affects the margin in the printer settings */
}
@media print {