From 8c890f686ae2060c4c2e6afebce6c69c493c2e04 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期一, 13 二月 2023 16:23:41 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pda/comb.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/pda/comb.html b/src/main/webapp/views/pda/comb.html
index 4739ffb..aadc803 100644
--- a/src/main/webapp/views/pda/comb.html
+++ b/src/main/webapp/views/pda/comb.html
@@ -19,7 +19,7 @@
 <!-- 澶撮儴 -->
 <header>
     <div class="layui-input-inline">
-        <label class="layui-form-label">鏉$爜</label>
+        <label class="layui-form-label">pack鐮�</label>
         <input class="layui-input" type="number" id="code" onkeyup="findCode(this)" oninput="if(value.length>8)value=value.slice(0,8)" placeholder="鎵爜 / 杈撳叆" autocomplete="off">
     </div>
     <div style="margin: 5px 5px">
@@ -122,12 +122,12 @@
     function comb() {
         let barcode = $('#code').val();
         if (isEmpty(barcode)) {
-            tips("鎵樼洏鏉$爜涓虹┖", true);
+            tips("鎵樼洏pack鐮佷负绌�", true);
             // document.getElementById("code").focus();
             return;
         }
         if (barcode.length !== 8) {
-            tips("鏉$爜蹇呴』涓�8浣�", true);
+            tips("pack鐮佸繀椤讳负8浣�", true);
             return;
         }
         if (matData.length === 0) {

--
Gitblit v1.9.1