From 851a69962e7febe20c70e57fe60ced663269a03c Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期二, 26 九月 2023 15:07:59 +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> 瀵煎叆鐩樼偣
+ </button>
+ <input style="display:none" id="importExcel" type="file" onchange="upload(this)" >
</div>
</div>
</script>
--
Gitblit v1.9.1