fix(wms): 修复复制信息时未保留itemId的问题
feat(report): 为zha报表添加按createTime降序排序功能 refactor(home): 优化统计组件查询条件,添加status参数
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
||||
// 顺序请求:前一个请求完成后,再执行下一个
|
||||
const productRes = await listProduct({ pageSize: 10, pageNum: 1 });
|
||||
const rawMaterialRes = await listRawMaterial({ pageSize: 10, pageNum: 1 });
|
||||
const materialCoilRes = await listMaterialCoil({ pageSize: 10, pageNum: 1, dataType: 1 });
|
||||
const materialCoilRes = await listMaterialCoil({ pageSize: 10, pageNum: 1, dataType: 1, status: 1 });
|
||||
const equipmentRes = await listEquipmentManagement({ pageSize: 1, pageNum: 1, status: 'in_service' });
|
||||
const orderRes = await listOrder({ pageSize: 1, pageNum: 1 });
|
||||
const customerRes = await listCustomer({ pageSize: 1, pageNum: 1 });
|
||||
|
||||
Reference in New Issue
Block a user