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 | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 104 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/views/pakStore/locMove.html b/src/main/webapp/views/pakStore/locMove.html index 9fd43d3..867c005 100644 --- a/src/main/webapp/views/pakStore/locMove.html +++ b/src/main/webapp/views/pakStore/locMove.html @@ -10,12 +10,95 @@ <link rel="stylesheet" href="../../static/css/cool.css" media="all"> <link rel="stylesheet" href="../../static/css/common.css" media="all"> <style> + html { + height: 100%; + padding: 10px; + background-color: #f1f1f1; + } + body { + background-color: #fff; + border-radius: 5px; + box-shadow: 0 0 3px rgba(0,0,0,.3); + padding-bottom: 20px; + } + .function-area { + padding: 50px 80px 50px 70px; + display: inline-block; + } + .cool-auto-complete-div { + height: 40px; + border-radius: 5px; + border: 1px solid #b8b8b8; + color: #888; + box-shadow: inset 0 1px 2px #ECECEC; + -moz-box-shadow: inset 0 1px 2px #ECECEC; + -webkit-box-shadow: inset 0 1px 2px #ECECEC; + } + .function-btn { + margin-left: 15px; + background: #E27575; + border: none; + padding: 10px 25px 10px 25px; + color: #FFF; + box-shadow: 1px 1px 5px #B6B6B6; + border-radius: 3px; + text-shadow: 1px 1px 1px #9E3F3F; + cursor: pointer; + } + .function-btn:hover { + opacity: 0.8 + } + + .layui-layer-lan .layui-layer-btn a { + background: #4476A7; + border-color: #4476A7; + color: #fff; + } + .layui-layer-lan .layui-layer-btn .layui-layer-btn1 { + background: #fff; + color: #333; + border-color: #E9E7E7; + } + .layui-layer-lan .layui-layer-btn .layui-layer-btn1:hover { + background-color: #f7f7f7; + } + + #loc-move-btn { + display: none; + } </style> </head> <body> +<div class="function-area" style="border-right: 1px solid #d5d5d5"> + <div class="layui-inline"> + <div class="layui-input-inline cool-auto-complete"> + <input id="locNo$" class="layui-input cool-auto-complete-div search-input" type="text" placeholder="搴撲綅鍙�" autocomplete="off" style="cursor: initial"> + </div> + </div> + <button id="loc-query-btn" class="function-btn" onclick="getLoc()">鎼滅储</button> +</div> +<div class="function-area"> + <!-- 婧愬簱浣� --> + <div class="layui-inline"> + <div class="layui-input-inline"> + <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" 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> +</div> +<hr> + +<table class="layui-table" id="locMatCode" lay-filter="locMatCode"></table> <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script> <script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script> @@ -26,6 +109,25 @@ <script type="text/template" id=""> </script> -</body> -</html> +<div id="locMoveWindow" style="height: 100%;display: none"> + <div style="float: left;width: 35%;height: 100%"> + <div> + <span style="display: block">婧愬簱浣�</span> + <input type="text"> + </div> + </div> + <div style="float: left;width: 30%;height: 100%;position: relative;"> + <span style="position:absolute;top: 45%;left: 50%;color: #666;transform: translateX(-50%);;display: block">绉昏浆鑷�</span> + <hr style="position: absolute; top: 50%;width: 100%;border: none;height: 1px;background-color: #666"> + + </div> + <div style="float: right;width: 35%;height: 100%"> + <div> + <span style="display: block">鐩爣搴撲綅</span> + <input type="text"> + </div> + </div> +</div> +</body> +</html> \ No newline at end of file -- Gitblit v1.9.1