#
luxiaotao1123
2021-04-07 6f3a9740d6b0e20a4840515992cb66c13c19b0e4
#
4个文件已修改
35 ■■■■ 已修改文件
src/main/webapp/views/pda/comb.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/selectMat.html 32 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/stockCheck.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/stockIn.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/comb.html
@@ -162,6 +162,7 @@
            content: 'matQuery.html',
            success: function(layero, index){
                $('.layui-layer-title').css('font-size', '16px');
                $('.layui-layer.layui-layer-iframe').css('border-radius', '8px');
            },
            end: function () {
                $('#mat-btn').focus();
src/main/webapp/views/pda/selectMat.html
@@ -72,9 +72,13 @@
            background-color: #eaeaea;
        }
        .box-tag-item-label {
            padding: 5px 10px;
            border-bottom: 1px solid #f6f6f6;
        }
        .box-tag-item-content {
            font-size: x-large;
            font-weight: bold;
            padding: 10px 0 0 20px;
            padding: 15px 0 0 20px;
        }
        /* 商品标签 */
@@ -89,10 +93,17 @@
        .box-mat-item:hover {
            background-color: #eaeaea;
        }
        .box-mat-item-label {
            font-size: x-large;
        .box-mat-item-content {
            padding: 15px 0 0 20px;
        }
        .box-mat-item-content-matnr {
            font-size: small;
            font-weight: bold;
            padding: 10px 0 0 20px;
            margin-bottom: 5px;
        }
        .box-mat-item-content-maktx {
            font-size: large;
        }
</style>
</head>
@@ -235,7 +246,10 @@
    {{#each data}}
    <div class="box-tag-item">
        <input name="tagId" type="hidden" value="{{this.id}}">
        <div class="box-tag-item-label">{{this.name}}</div>
        <div class="box-tag-item-label">
            <span class="layui-badge layui-badge-green pull-right">归类</span>
        </div>
        <div class="box-tag-item-content">{{this.name}}</div>
    </div>
    {{/each}}
</script>
@@ -243,7 +257,13 @@
    {{#each data}}
    <div class="box-mat-item">
        <input name="matnr" type="hidden" value="{{this.matnr}}">
        <div class="box-mat-item-label">{{this.maktx}}</div>
        <div class="box-tag-item-label">
            <span class="layui-badge layui-badge-blue pull-right">商品</span>
        </div>
        <div class="box-mat-item-content">
            <div class="box-mat-item-content-matnr">{{this.matnr}}</div>
            <div class="box-mat-item-content-maktx">{{this.maktx}}</div>
        </div>
    </div>
    {{/each}}
</script>
src/main/webapp/views/pda/stockCheck.html
@@ -264,6 +264,7 @@
            content: 'matQuery.html',
            success: function(layero, index){
                $('.layui-layer-title').css('font-size', '16px');
                $('.layui-layer.layui-layer-iframe').css('border-radius', '8px');
            },
            end: function () {
                // $('#mat-btn').focus();
src/main/webapp/views/pda/stockIn.html
@@ -220,6 +220,7 @@
            content: 'matQuery.html',
            success: function(layero, index){
                $('.layui-layer-title').css('font-size', '16px');
                $('.layui-layer.layui-layer-iframe').css('border-radius', '8px');
            },
            end: function () {
                $('#mat-btn').focus();