自动化立体仓库 - WMS系统
zyx
2023-12-25 6f7a815b2d6e4f30e7ccf901b24d5103aaa72078
src/main/webapp/views/agvPakStore/locDetlCheckQuery.html
@@ -61,6 +61,11 @@
                <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="number" name="floor" placeholder="楼层" autocomplete="off">
            </div>
        </div>
        <!-- 日期范围 -->
        <div class="layui-inline" style="width: 300px">
            <div class="layui-input-inline">
@@ -98,7 +103,9 @@
        let cols = [
            {type: 'checkbox', merge: ['locNo']}
            ,{field: 'locNo', align: 'center',title: '库位号', merge: true, width:150, style: 'font-weight: bold'}
            ,{field: 'anfme', align: 'center',title: '数量'}
        ];
        arrRemove(detlCols,  'field', 'zpallet');
        cols.push.apply(cols, detlCols);
        cols.push({field: 'modiUser$', align: 'center',title: '修改人员', hide: true}
            ,{field: 'modiTime$', align: 'center',title: '修改时间'})
@@ -208,6 +215,14 @@
            tableReload();
        });
        // 搜索栏重置事件
        form.on('submit(reset)', function (data) {
            pageCurr = 1;
            clearFormVal($('#search-box'));
            $('#detlTable').css("display", 'none');
            tableReload(false);
        });
        layDate.render({
            elem: '.layui-laydate-range'
            ,type: 'datetime'