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;