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刷新页面"); }