From f19762bc440161c40d4e17c6951c073b3fbd2e1d Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期三, 03 九月 2025 16:04:19 +0800 Subject: [PATCH] 许可证到期提醒,系统30分钟无操作下线账号 --- src/main/webapp/views/pakStore/matQuery.html | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/views/pakStore/matQuery.html b/src/main/webapp/views/pakStore/matQuery.html index 44ae6f8..757ebbb 100644 --- a/src/main/webapp/views/pakStore/matQuery.html +++ b/src/main/webapp/views/pakStore/matQuery.html @@ -30,7 +30,12 @@ <div id="search-box" class="layui-form layui-card-header"> <div class="layui-inline"> <div class="layui-input-inline"> - <input class="layui-input" type="text" name="mat_no" placeholder="鍟嗗搧缂栧彿" autocomplete="off"> + <input class="layui-input" type="text" name="matnr" placeholder="鍟嗗搧缂栧彿" autocomplete="off"> + </div> + </div> + <div class="layui-inline"> + <div class="layui-input-inline"> + <input class="layui-input" type="text" name="maktx" placeholder="鍟嗗搧鍚嶇О" autocomplete="off"> </div> </div> <!-- 鏃ユ湡鑼冨洿 --> @@ -72,7 +77,7 @@ <script> function getCol() { let cols = [ - {type: 'checkbox', fixed: 'left'} + {type: 'checkbox',width: 50, fixed: 'left'} ]; cols.push.apply(cols, matCols); cols.push( @@ -96,7 +101,7 @@ matQueryTable = table.render({ elem: '#mat', headers: {token: localStorage.getItem('token')}, - url: baseUrl + '/mat/list/auth', + url: baseUrl + '/mat/emptyBucketsList/auth', page: true, limit: 7, limits: [7, 10, 30,50,100], -- Gitblit v1.9.1