From 471b03ba06439af15d23bfcfb72a457f6cd1bf8f Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期一, 29 三月 2021 10:23:31 +0800
Subject: [PATCH] 1.0.5 入库通知档案-状态运行中改为“已处理”、增加托盘码条码检索条件

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

diff --git a/src/main/webapp/views/pda/comb.html b/src/main/webapp/views/pda/comb.html
index 9cc59d2..0859f2e 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">鎵樼洏鐮�</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">
@@ -36,6 +36,7 @@
     <div class="layui-btn-container">
         <button type="button" id="reset-btn" class="layui-btn layui-btn-primary" onclick="reset()">閲嶇疆</button>
         <button type="button" id="comb-btn" class="layui-btn layui-btn-normal " onclick="comb()" style="margin-left: 20px">缁勬墭</button>
+        <button type="button" id="retrun-btn" class="layui-btn layui-btn-primary " onclick="back()" style="margin-left: 20px">杩斿洖</button>
         <span id="tips"></span>
     </div>
 </footer>
@@ -181,5 +182,9 @@
             $("#code").focus();
         }
     }
+
+    function back() {
+        parent.backIndex();
+    }
 </script>
 </html>
\ No newline at end of file

--
Gitblit v1.9.1