#
luxiaotao1123
2021-03-05 a13a56a0ddb0da74aabf2922e3740ff7502342cf
src/main/webapp/views/custOrder/custOrder.html
@@ -61,11 +61,8 @@
</body>
<script type="text/template" id="pakoutPrintTpl">
    {{#each data}}
        <img class="template-code template-qrcode" src="{{this.barcodeUrl}}" width="80%">
    {{/each}}
    <img class="template-code template-qrcode" src="{{data.barcodeUrl}}" width="80%">
</script>
</html>