自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-01 c548ffe3cce99990138f81cca1ac8fdd46870f6e
src/main/webapp/views/matCode/matCode.html
@@ -58,7 +58,7 @@
    <!-- 日期范围 -->
    <div class="layui-inline" style="width: 300px">
        <div class="layui-input-inline">
            <input class="layui-input layui-laydate-range" name="modi_time" type="text" placeholder="起始修改时间 - 终止修改时间" autocomplete="off" style="width: 300px">
            <input class="layui-input layui-laydate-range" name="modi_time" type="text" placeholder="起始时间 - 终止时间" autocomplete="off" style="width: 300px">
        </div>
    </div>
    <div class="layui-inline">
@@ -156,27 +156,21 @@
                <!-- 预览图 1 -->
                <div id="template-preview-1" class="template-preview" style="display: inline-block">
                    <table class="contain" height="217" width="317" style="overflow: hidden;font-size: xx-small">
                        <tr>
                            <td colspan="1" align="center" scope="col">条码</td>
                    <table class="contain" width="280" style="overflow: hidden;font-size: xx-small">
                        <tr style="height: 55px">
                            <td colspan="1" align="center" scope="col">物料编码</td>
                            <td class="barcode" colspan="3" align="center" scope="col">
                                <img class="template-code template-barcode" src="" width="80%">
                                <div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
                                <img class="template-code template-barcode" src="" width="80%;">
                                <div style="letter-spacing: 2px;margin-top: 1px; text-align: center;">
                                    <span>xxxxxx</span>
                                </div>
                            </td>
                        </tr>
                        <tr>
                            <td align="center" width="25%">物料编码</td>
                            <td align="center" width="25%">xxxxxx-xx/xx</td>
                            <td align="center" width="25%">物料名称</td>
                            <td align="center" width="25%">xxxxxxx</td>
                        </tr>
                        <tr>
                            <td align="center" width="25%">物料单位</td>
                            <td align="center" width="25%">xxxxxxxx</td>
                            <td align="center" width="25%">物料规格</td>
                            <td align="center" width="25%">xxxxxxx</td>
                        <tr style="height: 55px">
                            <td align="center" width="25%">名称</td>
                            <td align="center" width="35%">xxxxxx-xx/xx</td>
                            <td align="center" width="20%">单位</td>
                            <td align="center" width="20%">xxxxxxx</td>
                        </tr>
                    </table>
                </div>
@@ -259,27 +253,21 @@
<!-- 模板1 -->
<script type="text/template" id="templatePreview1" class="template-barcode">
    {{#each data}}
    <table class="contain" height="217" width="317" style="overflow: hidden;font-size: xx-small">
        <tr>
            <td align="center" colspan="1" scope="col">条码</td>
    <table class="contain" width="280" style="overflow: hidden;font-size: xx-small">
        <tr style="height: 55px">
            <td align="center" colspan="1" scope="col">物料编码</td>
            <td align="center" class="barcode" colspan="3" scope="col">
                <img class="template-code" src="{{this.barcodeUrl}}" width="80%">
                <div style="letter-spacing: 2px;margin-top: 3px; text-align: center">
                    <span>{{this.barcode}}</span>
                <div style="letter-spacing: 2px;margin-top: 1px; text-align: center">
                    <span>{{this.matNo}}</span>
                </div>
            </td>
        </tr>
        <tr>
            <td align="center" width="25%">物料编码</td>
            <td align="center" width="25%">{{this.matNo}}</td>
            <td align="center" width="25%">物料名称</td>
            <td align="center" width="25%">{{this.matName}}</td>
        </tr>
        <tr>
            <td align="center" width="25%">物料单位</td>
            <td align="center" width="25%">{{this.str1}}</td>
            <td align="center" width="25%">物料规格</td>
            <td align="center" width="25%">{{this.str2}}</td>
        <tr style="height: 55px">
            <td align="center" width="25%">名称</td>
            <td align="center" width="35%">{{this.matName}}</td>
            <td align="center" width="20%">单位</td>
            <td align="center" width="20%">{{this.str1}}</td>
        </tr>
    </table>
    {{/each}}