From fd5c26877a27fc2385b3caf3e45d3d20d2c65184 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 23 六月 2020 10:37:26 +0800 Subject: [PATCH] # --- src/main/webapp/views/home/console.html | 2 +- src/main/webapp/views/user/user.html | 5 +++++ src/main/webapp/static/js/user/user.js | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/user/user.js b/src/main/webapp/static/js/user/user.js index c04f8ba..016c93f 100644 --- a/src/main/webapp/static/js/user/user.js +++ b/src/main/webapp/static/js/user/user.js @@ -352,6 +352,12 @@ type: 'datetime' }); + //鏃ユ湡鏃堕棿鑼冨洿 + layDate.render({ + elem: '#test10' + ,type: 'datetime' + ,range: true + }); }); // 鍏抽棴鍔ㄤ綔 diff --git a/src/main/webapp/views/home/console.html b/src/main/webapp/views/home/console.html index 6e3e343..c049a42 100644 --- a/src/main/webapp/views/home/console.html +++ b/src/main/webapp/views/home/console.html @@ -240,7 +240,7 @@ {field: 'appe_time', title: '鍏ュ簱鏃堕棿', align: 'center', width: 200} ,{field: 'stay_time', align: 'center',title: '婊炵暀澶╂暟'} ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�'} - ,{field: 'matnr', align: 'center',title: '鐗╂枡'} + ,{field: 'matnr', align: 'center',title: '鐗╂枡鍙�'} ,{field: 'maktx', align: 'center',title: '鐗╂枡鎻忚堪'} // ,{field: 'lgnum', align: 'center',title: '浠撳簱鍙�'} // ,{field: 'tbnum', align: 'center',title: '璇锋眰缂栧彿'} diff --git a/src/main/webapp/views/user/user.html b/src/main/webapp/views/user/user.html index 3d27374..bc2ad1c 100644 --- a/src/main/webapp/views/user/user.html +++ b/src/main/webapp/views/user/user.html @@ -29,6 +29,11 @@ </div> </div> <div class="layui-inline"> + <div class="layui-input-inline"> + <input type="text" class="layui-input" id="test10" placeholder="鏃ユ湡鑼冨洿" autocomplete="off"> + </div> + </div> + <div class="layui-inline"> <div class="layui-input-inline cool-auto-complete"> <input id="roleId" class="layui-input" name="role_id" type="text" placeholder="璇疯緭鍏�" autocomplete="off" style="display: none"> <input id="roleName" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="瑙掕壊" onfocus=this.blur()> -- Gitblit v1.9.1