#
luxiaotao1123
2021-03-05 cb9c7650145abce31fab4564ad6e50754ee93242
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>