自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-01 c548ffe3cce99990138f81cca1ac8fdd46870f6e
src/main/webapp/views/matCode/matCode.html
@@ -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>