自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-08 ade4bc8f860e3d905370db56f81723910e7f19e8
#
1个文件已修改
32 ■■■■ 已修改文件
src/main/webapp/views/matCode/matCode.html 32 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/matCode/matCode.html
@@ -140,7 +140,7 @@
            <legend>打印预览</legend>
            <div id="template-container" style="margin: 20px;text-align: center">
                <!-- 预览图 1 -->
                <div id="template-preview-1" class="template-preview">
                <div id="template-preview-1" class="template-preview" style="display: none">
<!--                    <table class="contain" height="317" width="317" style="overflow: hidden">-->
<!--                        <tr>-->
<!--                            <td width="20%" align="right" scope="col">客户</td>-->
@@ -194,10 +194,34 @@
                        </tr>
                    </table>
                </div>
                <!-- 预览图 2 -->
                <div class="template-preview"></div>
                <div id="template-preview-2" 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="right" scope="col">条码</td>
                            <td class="barcode" colspan="3" align="left" scope="col">
                                <img class="template-qrcode" src="" width="80%">
                                <div style="letter-spacing: 2px;margin-top: 3px">xxxxxx</div>
                            </td>
                        </tr>
                        <tr>
                            <td align="right" width="25%">物料编码</td>
                            <td align="right" width="25%">xxxxxx-xx/xx</td>
                            <td align="right" width="25%">物料名称</td>
                            <td align="right" width="25%">xxxxxxx</td>
                        </tr>
                        <tr>
                            <td align="right" width="25%">物料单位</td>
                            <td align="right" width="25%">xxxxxxxx</td>
                            <td align="right" width="25%">物料规格</td>
                            <td align="right" width="25%">xxxxxxx</td>
                        </tr>
                    </table>
                </div>
                <!-- 预览图 3 -->
                <div class="template-preview"></div>
                <div id="template-preview-3" class="template-preview"></div>
            </div>
        </fieldset>
@@ -220,7 +244,7 @@
        <tr>
            <td colspan="1" align="right" scope="col">条码</td>
            <td class="barcode"colspan="3" align="left" scope="col">
                <img class="qrcode" src="/macCode/barcode/auth?param={{this.barcodeUrl}}" width="80%">
                <img class="qrcode" src="{{this.barcodeUrl}}" width="80%">
                <div style="letter-spacing: 2px;margin-top: 3px">{{this.barcode}}</div>
            </td>
        </tr>