自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-27 1dc40b65b921a670ff92d59b30d3b957ad521840
#
3个文件已修改
24 ■■■■ 已修改文件
src/main/webapp/views/login.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/comb.html 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pda/index.html 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/login.html
@@ -42,6 +42,7 @@
        }
        #login-wrapper h2 {
            letter-spacing: 3px;
            font-size: 26px;
            margin-bottom: 30px;
        }
src/main/webapp/views/pda/comb.html
@@ -79,10 +79,10 @@
<header>
    <div class="layui-input-inline">
        <label class="layui-form-label">条码</label>
        <input class="layui-input" type="text" id="code" placeholder="请扫码或输入" autocomplete="off">
        <input class="layui-input" type="text" id="code" placeholder="扫码/输入" autocomplete="off">
    </div>
    <div style="margin: 5px 5px">
        <button type="button" class="layui-btn layui-btn-normal  layui-btn-xs"><i class="layui-icon">+</i>提取</button>
        <button type="button" class="layui-btn layui-btn-normal  layui-btn-xs" onclick="getMat()"><i class="layui-icon">+</i>提取</button>
    </div>
</header>
@@ -122,5 +122,18 @@
        });
    });
    function getMat() {
        matCodeLayerIdx = layer.open({
            type: 2,
            title: '提取物料',
            maxmin: true,
            area: [top.detailWidth, top.detailHeight],
            shadeClose: true,
            content: '../pakStore/matQuery.html',
            success: function(layero, index){
            }
        });
    }
</script>
</html>
src/main/webapp/views/pda/index.html
@@ -36,10 +36,10 @@
        }
        .nav li a {
            font-size: 14px;
            letter-spacing: 2px;
            letter-spacing: 1px;
            display: block;
            text-decoration: none;
            padding: 6px 10px;
            padding: 3px 10px;
            text-align: center;
            /*transform:scale(1.5);*/
            /*-webkit-transform:scale(1.5);*/
@@ -58,7 +58,7 @@
        /* 主体 */
        #content {
            padding-top: 31px;
            padding-top: 25px;
            width: 100%;
            height: 100%;
        }