自动化立体仓库 - WMS系统
#
luxiaotao1123
2021-09-18 887f8167fbcfa30ac9e2acabfa823c20d2aa21ad
#
1个文件已修改
23 ■■■■ 已修改文件
src/main/webapp/views/matOut/waitMatoutQuery.html 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/matOut/waitMatoutQuery.html
@@ -99,7 +99,7 @@
            ,{field: 'qty', title: '通知出库量', fixed: 'left', width:100}
            ,{field: 'outQty', title: '已出库量', fixed: 'left', width:90}
        ];
        cols.push.apply(cols, matCols);
        cols.push.apply(cols, detlCols);
        cols.push({field: 'billNo', title:'单据编号', align: 'center'}
            ,{field: 'seqNo', title:'序号', align: 'center', width:80}
            ,{field: 'modiUser$', align: 'center',title: '修改人员', hide: true}
@@ -107,12 +107,15 @@
        return cols;
    }
    layui.use(['table','laydate', 'form'], function() {
    layui.config({
        base: baseUrl + "/static/layui/lay/modules/"
    }).use(['table','laydate', 'form', 'tableMerge'], function() {
        var table = layui.table;
        var $ = layui.jquery;
        var layer = layui.layer;
        var layDate = layui.laydate;
        var form = layui.form;
        var tableMerge = layui.tableMerge;
        // 数据渲染
        locDetlTableIns = table.render({
            elem: '#stockOut',
@@ -204,20 +207,6 @@
        });
    })
    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 = {};
        $.each($('#search-box [name]').serializeArray(), function() {
@@ -233,8 +222,6 @@
                    top.location.href = baseUrl+"/";
                }
                pageCurr=curr;
                $('.layui-form-checkbox').css("pointer-events", "none");
                $('td[data-field="0').css("cursor", "pointer")
            }
        });
    }