自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-10 c4a55e708109402835cb00991eacab9e97c32d5e
src/main/webapp/views/pdaCe/index.html
@@ -6,9 +6,11 @@
    <title>中扬物流</title>
    <script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
    <style>
        * {
            font-size: 12px;
        }
        html {
            background-color: #fff;
        }
        .mat-msg {
@@ -110,6 +112,7 @@
    </style>
</head>
<body>
<button onclick="help()" style="padding: 0 3px; position: absolute; top: 0%; right: 0%">?</button>
<div>
    <span>条码</span>
    <input type="text" id="code">
@@ -183,7 +186,7 @@
    matDetail.style.display = 'none';
    var initMatCount = 1;
    // window.onload = function(){code.focus();}
    window.onload = function(){matMsg.focus();}
    // 查询物流
    function find(el) {
@@ -205,9 +208,9 @@
                    matName.value = res.data.matName;
                    str1.value = res.data.str1;
                    count.focus();
                    // count.focus();
                    count.value = initMatCount;
                    // confirmBtn.focus();
                    confirmBtn.focus();
                } else {
                    matMsg.style.display = 'block';
                    btnCon.style.display = 'block';
@@ -502,5 +505,11 @@
    //         count: 1
    //     })
    // }, 200)
    function help() {
        window.alert("① 按F1输入条码\n" +
            "② 按F2输入物料号,按ENTER查询,选择数量后提取\n" +
            "③ 按F3开始组托\n" +
            "其它:按F5刷新页面");
    }
</script>
</html>