Merge remote-tracking branch 'origin/master'

master
Yangwl 1 month ago
commit 4b9f3fd9c1

@ -280,27 +280,25 @@
<!-- 主数据 -->
<!-- 表头-工单信息 -->
<el-row>
<div class="my-print-head">
<el-col :span="24" style="text-align: center;">
<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;">
<el-row>
<div class="my-print-head">
<el-col :span="24" style="text-align: center;">
<div style="display: flex; align-items: center; justify-content: center; margin-top: 10px;">
<div style="text-align: center; margin-left: 250px;">
<h3 style="margin: 0;">普通领料/退料单</h3>
<span>领料</span>
<span style="margin-left: 20px;">退料 <span style="color: green;"></span></span>
</div>
<!-- &lt;!&ndash; 将条形码放在这里 &ndash;&gt;-->
<!-- <div style="margin-top: 10px; display: flex; justify-content: center;">-->
<!-- -->
<!-- </div>-->
</el-col>
<div style="margin-left: 20px;">
<!-- 将条形码放在这里 -->
<svg id="barcode"></svg>
</div>
</div>
</el-col>
</div>
</el-row>
</div>
</el-row>
<!-- 导航栏 -->
<!-- 导航栏 -->
<el-row class="my-print-nav">
<el-col :span="6">领料单:{{printData.factory}}</el-col>
<el-col :span="6">工厂编码:{{printData.factory}}</el-col>

Loading…
Cancel
Save