廖井涛
2024-07-08 528c1b66fbad7cfb76629e4890d9fc76d641025e
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel.vue
@@ -129,9 +129,8 @@
        <div class="row1">
          <span>{{ item.customer_name }}</span>&nbsp;
          <span>{{ item.order_id }}</span>&nbsp;
          <span v-if="item.type_name.includes('中空')">中空</span>
          <span v-else-if="item.type_name.includes('夹层')">夹层</span>
          <span v-else-if="item.type_name.includes('夹胶')">夹胶</span>
          <span v-if="item.process.includes('夹胶')">夹胶</span>
          <span v-else-if="item.process.includes('中空')">中空</span>
          <span v-else></span>
        </div>
@@ -166,7 +165,6 @@
  justify-content: left;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-top: 15px;
}
#entirety{
@@ -220,7 +218,7 @@
@page {
  size: auto;  /* auto is the initial value */
  margin: 8mm 4mm 0mm 6mm  /* this affects the margin in the printer settings */
  margin: 13mm 4mm 0mm 6mm  /* this affects the margin in the printer settings */
}