From e1749547c76a5d8bae94e47d38d4d75b481610c1 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期四, 09 九月 2021 10:51:15 +0800 Subject: [PATCH] # --- src/main/webapp/views/ioWorks/locDetlQuery.html | 80 ++++++++++++--------------------------- 1 files changed, 25 insertions(+), 55 deletions(-) diff --git a/src/main/webapp/views/ioWorks/locDetlQuery.html b/src/main/webapp/views/ioWorks/locDetlQuery.html index 44fe0ca..a34be09 100644 --- a/src/main/webapp/views/ioWorks/locDetlQuery.html +++ b/src/main/webapp/views/ioWorks/locDetlQuery.html @@ -46,33 +46,23 @@ <div id="search-box" class="layui-form layui-card-header"> <div class="layui-inline"> <div class="layui-input-inline"> - <input class="layui-input" type="text" name="loc_no" placeholder="搴撲綅鍙�" autocomplete="off"> + <input class="layui-input" type="text" name="loc_no" placeholder="璐т綅" autocomplete="off"> </div> </div> <div class="layui-inline"> <div class="layui-input-inline"> - <input class="layui-input" type="text" name="matnr" placeholder="鐗╂枡鍙�" autocomplete="off"> + <input class="layui-input" type="text" name="matnr" placeholder="鍟嗗搧缂栧彿" autocomplete="off"> </div> </div> <div class="layui-inline"> <div class="layui-input-inline"> - <input class="layui-input" type="text" name="maktx" placeholder="鐗╂枡鍚嶇О" autocomplete="off"> - </div> - </div> - <div class="layui-inline"> - <div class="layui-input-inline"> - <input class="layui-input" type="text" name="type" placeholder="鐗╂枡绫诲埆" autocomplete="off"> - </div> - </div> - <div class="layui-inline"> - <div class="layui-input-inline"> - <input class="layui-input" type="text" name="lgnum" placeholder="瑙勬牸" autocomplete="off"> + <input class="layui-input" type="text" name="maktx" placeholder="鍟嗗搧鍚嶇О" autocomplete="off"> </div> </div> <!-- 鏃ユ湡鑼冨洿 --> <div class="layui-inline" style="width: 300px"> <div class="layui-input-inline"> - <input class="layui-input layui-laydate-range" name="modi_time" type="text" placeholder="璧峰鏃堕棿 - 缁堟鏃堕棿" autocomplete="off" style="width: 300px"> + <input class="layui-input layui-laydate-range" name="update_time" type="text" placeholder="璧峰鏃堕棿 - 缁堟鏃堕棿" autocomplete="off" style="width: 300px"> </div> </div> <!-- 寰呮坊鍔� --> @@ -106,11 +96,11 @@ function getCol() { var cols = [ {type: 'checkbox'} - ,{field: 'locNo$', align: 'center',title: '搴撲綅鍙�'} + ,{field: 'locNo', align: 'center',title: '璐т綅'} ]; cols.push.apply(cols, detlCols); - cols.push({field: 'modiUser$', align: 'center',title: '淇敼浜哄憳', hide: true} - ,{field: 'modiTime$', align: 'center',title: '淇敼鏃堕棿'}) + cols.push({field: 'updateBy$', align: 'center',title: '淇敼浜哄憳', hide: true} + ,{field: 'updateTime$', align: 'center',title: '淇敼鏃堕棿'}) return cols; } @@ -124,7 +114,7 @@ locDetlTableIns = table.render({ elem: '#stockOut', headers: {token: localStorage.getItem('token')}, - url: baseUrl+'/stock/out/list/auth', + url: baseUrl+'/locDetl/list/auth', page: true, limit: 10, even: true, @@ -151,8 +141,8 @@ top.location.href = baseUrl+"/"; } pageCurr=curr; - $('.layui-form-checkbox').css("pointer-events", "none"); - $('td[data-field="0').css("cursor", "pointer") + // $('.layui-form-checkbox').css("pointer-events", "none"); + // $('td[data-field="0').css("cursor", "pointer") } }); @@ -166,26 +156,6 @@ layer.msg("璇烽�夋嫨鏁版嵁"); return; } - var locNos = []; - data.forEach(function(elem) { - locNos.push(elem.locNo); - }); - $.ajax({ - url: baseUrl+"/locDetl/auth", - headers: {'token': localStorage.getItem('token')}, - data: {locNos:locNos}, - method: 'POST', - async: false, - success: function (res) { - if (res.code === 200) { - data = res.data; - } else if (res.code === 403) { - top.location.href = baseUrl + "/"; - } else { - layer.msg(res.msg) - } - } - }) parent.addTableData(data); break; } @@ -211,19 +181,19 @@ }); }) - var b = true; - $(function(){ - $(document.body).on('click','td[data-field="0"]',function(){ - var locNo = $(this).next().children("div").html(); - if (b) { - b = false; - $("tr td[data-field=locNo\\$] div:contains("+ locNo +")").parent().prev().children().children("div").click(); - setTimeout(function () { - b = true; - }, 200) - } - }); - }) + // var b = true; + // $(function(){ + // $(document.body).on('click','td[data-field="0"]',function(){ + // var locNo = $(this).next().children("div").html(); + // if (b) { + // b = false; + // $("tr td[data-field=locNo\\$] div:contains("+ locNo +")").parent().prev().children().children("div").click(); + // setTimeout(function () { + // b = true; + // }, 200) + // } + // }); + // }) function tableReload(child) { var searchData = {}; @@ -240,8 +210,8 @@ top.location.href = baseUrl+"/"; } pageCurr=curr; - $('.layui-form-checkbox').css("pointer-events", "none"); - $('td[data-field="0').css("cursor", "pointer") + // $('.layui-form-checkbox').css("pointer-events", "none"); + // $('td[data-field="0').css("cursor", "pointer") } }); } -- Gitblit v1.9.1