自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-10 995447e2952d6a5ce205cd3f8cec0cac8db468b7
#
1个文件已修改
6 ■■■■■ 已修改文件
src/main/webapp/views/pdaCe/index.html 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
@@ -232,6 +233,11 @@
            // document.getElementById("code").focus();
            return;
        }
        if (barcode.length !== 8) {
            tips("条码必须为8位", true);
            // document.getElementById("code").focus();
            return;
        }
        if (matData.length === 0) {
            tips("请提取物料", true);
            return;