自动化立体仓库 - WMS系统
#
18516761980
2021-12-06 7203d67cfa3a2fc1cab9b8985dfd35c1797207b1
src/main/webapp/static/js/report/stayTime.js
@@ -4,7 +4,11 @@
        {field: 'appe_time', title: '入库时间', align: 'center', width: 200}
        ,{field: 'stay_time', align: 'center',title: '滞留天数'}
        ,{field: 'loc_no', align: 'center',title: '库位号'}
        ,{field: 'mat_no', align: 'center',title: '物料编号'}
        ,{field: 'mat_name', align: 'center',title: '物料名称'}
    ];
    arrRemove(detlCols, "field", "matNo");
    arrRemove(detlCols, "field", "matName")
    cols.push.apply(cols, detlCols);
    return cols;
}
@@ -120,6 +124,14 @@
        pageCurr = 1;
        tableReload(false);
    });
    // 搜索栏重置事件
    form.on('submit(reset)', function (data) {
        pageCurr = 1;
        clearFormVal($('#search-box'));
        tableReload(false);
    });
});
// 关闭动作
@@ -132,8 +144,9 @@
    $.each($('#search-box [name]').serializeArray(), function() {
        searchData[this.name] = this.value;
    });
    (child ? parent.tableIns : tableIns).reload({
        where: searchData,
        where:searchData,
        page: {
            curr: pageCurr
        },