自动化立体仓库 - WMS系统
luxiaotao1123
2020-09-15 5fe9c379f0cc696568a0db249026a1e8a3b02a5a
src/main/webapp/views/pdaCe/index.html
@@ -119,7 +119,7 @@
    <input type="text" id="code">
</div>
<div>
    <span>物料</span>
    <span>产品</span>
    <input type="text" id="matNo" onkeyup="find(this)" autocomplete="off">
    <button onclick="find()">查询</button>
</div>
@@ -239,7 +239,7 @@
            return;
        }
        if (matData.length === 0) {
            tips("请提取物料", true);
            tips("请提取产品", true);
            return;
        }
        httpRequest({
@@ -487,7 +487,7 @@
    function help() {
        window.alert("① 按F1输入条码\n" +
            "② 按F2输入物料号,按ENTER查询,选择数量后提取\n" +
            "② 按F2输入产品号,按ENTER查询,选择数量后提取\n" +
            "③ 按F3开始组托\n" +
            "其它:按F5刷新页面");
    }