From 995447e2952d6a5ce205cd3f8cec0cac8db468b7 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 10 七月 2020 14:01:19 +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