From 1ed4d384f6d52a5f689915d9f9ebfc9b8545bc09 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期五, 08 十二月 2023 08:16:44 +0800 Subject: [PATCH] # --- src/main/webapp/views/order/order.html | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/order/order.html b/src/main/webapp/views/order/order.html index b7f44b2..78c4762 100644 --- a/src/main/webapp/views/order/order.html +++ b/src/main/webapp/views/order/order.html @@ -95,6 +95,32 @@ </div> </div> </div> + +<div id="myModal" style="display: none;"> + <div style="padding: 10px"> + <div class="layui-upload"> + <button type="button" class="layui-btn layui-btn-normal" id="data-btn-file2">閫夋嫨鏂囦欢</button><input id="data-btn-upload" class="layui-upload-file" type="file" accept="" name="file" multiple=""> + <div class="layui-upload-list" style="max-width: 1000px;height:400px;overflow: scroll"> + <table class="layui-table"> + <colgroup> + <col> + <col width="150"> + <col width="260"> + <col width="150"> + </colgroup> + <thead> + <tr><th>鏂囦欢鍚�</th> + <th>澶у皬</th> + <th>涓婁紶杩涘害</th> + <th>鎿嶄綔</th> + </tr></thead> + <tbody id="data-btn-file3"></tbody> + </table> + </div> + <button type="button" class="layui-btn" id="testListAction">寮�濮嬩笂浼�</button> + </div> + </div> +</div> <!-- 琛ㄦ牸鎿嶄綔鍒� --> <script type="text/html" id="operate"> {{# if (d.settle == 0 || d.settle == 1) { }} -- Gitblit v1.9.1