自动化立体仓库 - WMS系统
luxiaotao1123
2021-01-29 ce6bfd4114d69b3fa8f78cd3d4cb1f9acbfca7e8
src/main/webapp/views/pdaCe/index.html
@@ -66,6 +66,7 @@
        }
        #tips {
            font-size: 12px;
            margin-top: 2px;
            margin-left: 10px;
            display: inline-block;
            vertical-align: middle;
@@ -229,6 +230,11 @@
        var barcode = code.value;
        if (isEmpty(barcode)) {
            tips("请输入托盘条码", true);
            // document.getElementById("code").focus();
            return;
        }
        if (barcode.length !== 8) {
            tips("条码必须为8位", true);
            // document.getElementById("code").focus();
            return;
        }
@@ -481,7 +487,7 @@
    function help() {
        window.alert("① 按F1输入条码\n" +
            "② 按F2输入物料号,按ENTER查询,选择数量后提取\n" +
            "② 按F2输入商品编号,按ENTER查询,选择数量后提取\n" +
            "③ 按F3开始组托\n" +
            "其它:按F5刷新页面");
    }