From a65699eb74586c6cdd9773a4489ae9accb93e37d Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 23 七月 2020 16:22:45 +0800 Subject: [PATCH] # --- src/main/webapp/views/locMast/locMast.html | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/views/locMast/locMast.html b/src/main/webapp/views/locMast/locMast.html index 2fc2770..c5fee86 100644 --- a/src/main/webapp/views/locMast/locMast.html +++ b/src/main/webapp/views/locMast/locMast.html @@ -29,14 +29,8 @@ </div> </div> <div class="layui-inline"> - <div class="layui-input-inline cool-auto-complete"> - <input id="locType" class="layui-input" name="loc_type" type="text" placeholder="璇疯緭鍏�" autocomplete="off" style="display: none"> - <input id="locType$" class="layui-input cool-auto-complete-div" onclick="autoShow(this.id)" type="text" placeholder="搴撲綅鐘舵��" onfocus=this.blur()> - <div class="cool-auto-complete-window"> - <input class="cool-auto-complete-window-input" data-key="basLocTypeQueryBylocType" onkeyup="autoLoad(this.getAttribute('data-key'))"> - <select class="cool-auto-complete-window-select" data-key="basLocTypeQueryBylocTypeSelect" onchange="confirmed(this.getAttribute('data-key'))" multiple="multiple"> - </select> - </div> + <div class="layui-input-inline"> + <input class="layui-input" type="text" name="loc_sts" placeholder="搴撲綅鐘舵��" autocomplete="off"> </div> </div> <div class="layui-inline"> -- Gitblit v1.9.1