自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-01 ff735489d5dd579cbcffc0eb599638bd97f7063e
#
2个文件已修改
18 ■■■■ 已修改文件
src/main/webapp/static/js/matCode/matCode.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/matCode/matCode.html 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/matCode/matCode.js
@@ -14,7 +14,7 @@
        headers: {token: localStorage.getItem('token')},
        url: baseUrl+'/matCode/list/auth',
        page: true,
        limit: 3,
        limit: 16,
        limits: [16, 50, 100, 200, 500],
        even: true,
        toolbar: '#toolbar',
src/main/webapp/views/matCode/matCode.html
@@ -259,21 +259,21 @@
<!-- 模板1 -->
<script type="text/template" id="templatePreview1" class="template-barcode">
    {{#each data}}
    <table class="contain" width="296" style="overflow: hidden;font-size: xx-small">
        <tr style="height: 80px">
    <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">
                <div style="letter-spacing: 2px;margin-top: 1px; text-align: center">
                    <span>{{this.matNo}}</span>
                </div>
            </td>
        </tr>
        <tr style="height: 80px">
            <td align="center" width="25%">物料名称</td>
            <td align="center" width="25%">{{this.matName}}</td>
            <td align="center" width="25%">物料单位</td>
            <td align="center" width="25%">{{this.str1}}</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}}