From 954ec6d374282f1602193b13b7ed50350a0c4a80 Mon Sep 17 00:00:00 2001 From: 李天宇 <876263681@qq.com> Date: 星期六, 09 十一月 2024 09:26:39 +0800 Subject: [PATCH] #update 库存明细查询加上修改时间 --- src/main/webapp/static/js/locDetl/locDetl.js | 6 ++++++ src/main/webapp/views/locDetl/locDetl.html | 7 ++++++- src/main/resources/application.yml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 90a180c..a24882a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,5 @@ server: - port: 8085 + port: 8080 servlet: context-path: /@pom.build.finalName@ diff --git a/src/main/webapp/static/js/locDetl/locDetl.js b/src/main/webapp/static/js/locDetl/locDetl.js index f1b2fff..1cb7c94 100644 --- a/src/main/webapp/static/js/locDetl/locDetl.js +++ b/src/main/webapp/static/js/locDetl/locDetl.js @@ -53,6 +53,12 @@ var layDate = layui.laydate; var form = layui.form; + layDate.render({ + elem: '.layui-laydate-range' + ,type: 'datetime' + ,range: true + }); + // 鏁版嵁娓叉煋 tableIns = table.render({ elem: '#locDetl', diff --git a/src/main/webapp/views/locDetl/locDetl.html b/src/main/webapp/views/locDetl/locDetl.html index 85c7f8c..e50a715 100644 --- a/src/main/webapp/views/locDetl/locDetl.html +++ b/src/main/webapp/views/locDetl/locDetl.html @@ -44,7 +44,12 @@ <input class="layui-input" type="text" name="brand" placeholder="绫诲瀷" autocomplete="off"> </div> </div> - + <!-- 鏃ユ湡鑼冨洿 --> + <div class="layui-inline" style="width: 300px"> + <div class="layui-input-inline"> + <input class="layui-input layui-laydate-range" name="modi_time" type="text" placeholder="璧峰鏃堕棿 - 缁堟鏃堕棿" autocomplete="off" style="width: 300px"> + </div> + </div> <!-- 寰呮坊鍔� --> <div id="data-search-btn" class="layui-btn-container layui-form-item" style="display: inline-block"> <button id="search" class="layui-btn layui-btn-primary layui-btn-radius" lay-submit lay-filter="search">鎼滅储</button> -- Gitblit v1.9.1