|
@@ -34,7 +34,7 @@
|
|
|
<div v-for="(item, index) in QRcodeList" :key="index">
|
|
|
<div style="height: 442px; padding-top: 2px; overflow: hidden; position: relative">
|
|
|
<div style="border-bottom: 1px solid #000; display: flex; align-items: center; justify-content: center">
|
|
|
- <CycleBarcode :value="item.orderCode" :index="index" style="max-width: 100%"></CycleBarcode>
|
|
|
+ <CycleBarcode :value="item.orderWlnCode || item.orderCode" :index="index" style="max-width: 100%"></CycleBarcode>
|
|
|
</div>
|
|
|
<div style="display: flex; align-items: center; justify-content: center">
|
|
|
<div style="width: 150px; height: 150px; margin-top: 8px" :id="'print' + index" :ref="'print' + index">
|