|
|
|
@ -276,15 +276,6 @@
|
|
|
|
|
<el-form :model="form">
|
|
|
|
|
<!-- 表头-工单信息 -->
|
|
|
|
|
<!-- 导航栏 -->
|
|
|
|
|
<el-row class="my-print-nav">
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<div style="display: flex; justify-content: flex-end;">
|
|
|
|
|
<div class="my-print-barcode" :width="shengchan ? '631px' : '621px'">
|
|
|
|
|
<svg id="barcode"></svg>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<!-- 主数据 -->
|
|
|
|
|
|
|
|
|
@ -292,12 +283,21 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<div class="my-print-head">
|
|
|
|
|
<el-col :span="24" style="text-align: center;">
|
|
|
|
|
<h3 style="margin: 0;">普通领料/退料单</h3>
|
|
|
|
|
<h3 style="margin: 0; display: flex; align-items: center; justify-content: center; text-align: center; margin-left: 250px;">
|
|
|
|
|
普通领料/退料单
|
|
|
|
|
<svg id="barcode" style="margin-left: 10px;"></svg>
|
|
|
|
|
</h3>
|
|
|
|
|
<div style="margin-top: 10px;">
|
|
|
|
|
<span>领料</span>
|
|
|
|
|
<span style="margin-left: 20px;">退料 <span style="color: green;">✓</span></span>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <!– 将条形码放在这里 –>-->
|
|
|
|
|
<!-- <div style="margin-top: 10px; display: flex; justify-content: center;">-->
|
|
|
|
|
<!-- -->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</el-row>
|
|
|
|
|
<!-- 导航栏 -->
|
|
|
|
|