自动化立体仓库 - WMS系统
zyx
2024-08-08 8490dfabe3f240a3ab4cf18595e6254927bc0c5d
src/main/webapp/static/js/report/reportStockUse.js
@@ -24,7 +24,7 @@
            ,{field: 'full_qty', align: 'center',title: '在库数量'}
            ,{field: 'null_qty', align: 'center',title: '空库位数量'}
            ,{field: 'forbid_qty', align: 'center',title: '禁用库位数量'}
            ,{field: 'empty_qty', align: 'center',title: '空容器数量'}
            ,{field: 'empty_qty', align: 'center',title: '空货架数量'}
            ,{field: 'full_rate', align: 'center',title: '在库率(%)'}
            ,{field: 'occ_rate', align: 'center',title: '使用率(%)'}
        ]],
@@ -115,6 +115,12 @@
        }
    });
    // 搜索栏搜索事件
    form.on('submit(search)', function (data) {
        pageCurr = 1;
        tableReload(false);
    });
});
// 关闭动作