From 0b83d075e78acfded07fafe8da133376b2260ef6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 18 六月 2020 10:26:16 +0800 Subject: [PATCH] # --- src/main/webapp/views/pakStore/locMove.html | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/pakStore/locMove.html b/src/main/webapp/views/pakStore/locMove.html index 2750b0f..867c005 100644 --- a/src/main/webapp/views/pakStore/locMove.html +++ b/src/main/webapp/views/pakStore/locMove.html @@ -63,6 +63,10 @@ .layui-layer-lan .layui-layer-btn .layui-layer-btn1:hover { background-color: #f7f7f7; } + + #loc-move-btn { + display: none; + } </style> </head> <body> @@ -79,14 +83,14 @@ <!-- 婧愬簱浣� --> <div class="layui-inline"> <div class="layui-input-inline"> - <input id="sourceLocNo" class="layui-input cool-auto-complete-div" type="text" placeholder="婧愬簱浣�" style="width: 150px;cursor: initial" autocomplete="off"> + <input id="sourceLocNo" class="layui-input cool-auto-complete-div" onkeyup="locStatus(this)" type="text" placeholder="婧愬簱浣�" style="width: 150px;cursor: initial" autocomplete="off"> </div> </div> <div class="layui-form-mid" style="float: none; display: inline-block; margin-left: 10px">-</div> <!-- 鐩爣搴撲綅 --> <div class="layui-inline"> <div class="layui-input-inline"> - <input id="targetLocNo" class="layui-input cool-auto-complete-div" type="text" placeholder="鐩爣搴撲綅" style="width: 150px;cursor: initial" autocomplete="off"> + <input id="targetLocNo" class="layui-input cool-auto-complete-div" onkeyup="locStatus(this)" type="text" placeholder="鐩爣搴撲綅" style="width: 150px;cursor: initial" autocomplete="off"> </div> </div> <button id="loc-move-btn" class="function-btn" onclick="locMove()" style="background: #4476A7;text-shadow: inherit;height: 45px;font-size: 15px;margin-left: 20px">搴撲綅绉昏浆</button> -- Gitblit v1.9.1