From 71c21d6d315276e5fc1458d78b4b1cccb0107d6d Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 11 七月 2020 08:08:28 +0800 Subject: [PATCH] # --- src/main/webapp/views/locMast/locMast.html | 2 +- src/main/webapp/views/locMast/locMast_detail.html | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/main/webapp/views/locMast/locMast.html b/src/main/webapp/views/locMast/locMast.html index 85406b5..2fc2770 100644 --- a/src/main/webapp/views/locMast/locMast.html +++ b/src/main/webapp/views/locMast/locMast.html @@ -142,7 +142,7 @@ </div> </div> <div id="prompt" style="text-indent: 10px;"> - <span class="not-null">鍒濆鍖栦細娓呴櫎搴撲綅鎵�鏈夋暟鎹紝璇疯皑鎱庢搷浣滐紒</span> + <span class="not-null">鍒濆鍖栧簱浣嶅悗灏嗗垹闄ゅ簱瀛樻槑缁嗭紝璇疯皑鎱庢搷浣滐紒</span> </div> <!-- 鎸夐挳 --> <div style="text-align: center; margin-top: 20px"> diff --git a/src/main/webapp/views/locMast/locMast_detail.html b/src/main/webapp/views/locMast/locMast_detail.html index 218edf1..bf17a98 100644 --- a/src/main/webapp/views/locMast/locMast_detail.html +++ b/src/main/webapp/views/locMast/locMast_detail.html @@ -29,6 +29,18 @@ <input id="locNo" class="layui-input" type="text" onkeyup="check(this.id, 'locMast')"> </div> </div> + <div class="layui-inline" style="width:80%;"> + <label class="layui-form-label"><span class="not-null">*</span>搴撲綅鐘舵�侊細</label> + <div class="layui-input-inline cool-auto-complete"> + <input id="locType" class="layui-input" type="text" style="display: none" lay-verify="required" > + <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> + </div> <div class="layui-inline" style="width:80%;display: none"> <label class="layui-form-label">搴撲綅绫诲瀷锛�</label> <div class="layui-input-inline cool-auto-complete"> @@ -93,18 +105,6 @@ <label class="layui-form-label">婊°��銆�鏉匡細</label> <div class="layui-input-inline" style="text-align: left"> <input id="fullPlt" class="layui-input" type="checkBox" lay-skin="primary" lay-filter='detailCheckbox'> - </div> - </div> - <div class="layui-inline" style="width:80%;"> - <label class="layui-form-label"><span class="not-null">*</span>搴撲綅鐘舵�侊細</label> - <div class="layui-input-inline cool-auto-complete"> - <input id="locType" class="layui-input" type="text" style="display: none" lay-verify="required" > - <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> </div> <div class="layui-inline" style="width:31%;display: none"> -- Gitblit v1.9.1