From ce6b5be6c0e1544bcc66f9fce9efec3ced724d95 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 11 七月 2020 15:46:29 +0800 Subject: [PATCH] # --- src/main/webapp/views/pdaCe/index.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/pdaCe/index.html b/src/main/webapp/views/pdaCe/index.html index 341686c..ae2e4cb 100644 --- a/src/main/webapp/views/pdaCe/index.html +++ b/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; -- Gitblit v1.9.1