廖井涛
2024-08-02 942e7424d32c912e800fbb2e58a4c206467d8941
north-glass-erp/northglass-erp/src/components/pp/PrintCustomLabelSemi.vue
@@ -110,8 +110,8 @@
    <div v-for="(item1,id) in lastList" :class="company.printLabel.className.semi.entiretyName()">
      <div class="row4">{{ faceOrientation }}</div>
      <div  v-for="(item,id) in labelList" :class="company.printLabel.className.semi.contentRowName()">
        <div v-if="item1[item.name] != null && item1[item.name] !== ''" class="row1" >{{ item.title }}</div>
        <div v-if="item1[item.name] != null && item1[item.name] !== ''" class="row2">{{ item1[item.name] }}</div>
        <div v-if="item1[item.name] != null && item1[item.name] !== ''" class="row1" >{{ item.title }}:{{ item1[item.name] }}</div>
<!--        <div v-if="item1[item.name] != null && item1[item.name] !== ''" class="row2">{{ item1[item.name] }}</div>-->
      </div>
      <div v-html="company.printLabel.customSemi(item1)"></div>
    </div>
@@ -127,7 +127,7 @@
body{
  overflow: hidden;
  font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
  font-family: Arial;
}
@@ -172,18 +172,15 @@
}
.contentRow .row1{
  width: 30%;
  font-weight: bolder;
  width: 100%;
}
.entirety_semi .row4{
  font-weight: bolder;
  text-align: right;
}
.contentRow .row1,.contentRow .row2{
  text-align: left;
  font-weight: bolder;
}
@page {