From bc64e9e55c22153ac194ef010c9349ce3783a1a8 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期一, 28 八月 2023 11:17:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/bfasrs6' into bfasrs6 --- 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