自动化立体仓库 - WMS系统
#
zjj
2024-10-18 77140b11f195496f102b27190286a380c29e4dc9
src/main/webapp/views/mat/mat.html
@@ -355,15 +355,15 @@
<!-- 模板引擎 -->
<script type="text/template" id="templatePreview1" class="template-qrcode">
    {{#each data}}
    <div style="width: 150px;height: 300px;">
    <div style="width: 150px;">
        <div>
            <img class="template-qrcode" src="{{this.barcodeUrl}}">
            <div style="text-align: center;">{{this.matnr}}</div>
        </div>
        <div>
        <div style="font-size: 12px;">
            名称:{{this.maktx}}
        </div>
        <div>
        <div style="font-size: 12px;">
            规格:{{this.specs}}
        </div>
    </div>