From cc344f433bf14d966207255ac0c8f93a9a46dec2 Mon Sep 17 00:00:00 2001
From: 王佳豪 <g675230687@126.com>
Date: 星期二, 09 三月 2021 15:41:25 +0800
Subject: [PATCH] 1.0.5 1.pda新增平仓入库功能 2.pda新增主界面方块型功能菜单

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

diff --git a/src/main/webapp/views/pda/comb.html b/src/main/webapp/views/pda/comb.html
index 9cc59d2..62da8ce 100644
--- a/src/main/webapp/views/pda/comb.html
+++ b/src/main/webapp/views/pda/comb.html
@@ -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