From d701ad7384ded4b77632804435d2cb74ba5389a6 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 28 八月 2023 11:14:36 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/pakStore/locCheckOut.html |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/pakStore/locCheckOut.html b/src/main/webapp/views/pakStore/locCheckOut.html
index 393dfba..ebe8e07 100644
--- a/src/main/webapp/views/pakStore/locCheckOut.html
+++ b/src/main/webapp/views/pakStore/locCheckOut.html
@@ -102,6 +102,10 @@
                 </select>
                 <!-- 2.鍚姩鍑哄簱 -->
                 <button class="layui-btn layui-btn-lg" id="btn-outbound" lay-event="outbound">鐩樼偣鍑哄簱</button>
+                <button class="layui-btn icon-btn layui-btn-lg" id="btn-importExcel" lay-event="importExcel">
+                    <i class="layui-icon layui-icon-upload"></i>&nbsp;瀵煎叆鐩樼偣
+                </button>
+                <input style="display:none" id="importExcel" type="file" onchange="upload(this)" >
             </div>
         </div>
     </script>

--
Gitblit v1.9.1