feat: 预订单管理

This commit is contained in:
砂糖
2025-08-12 14:39:56 +08:00
parent 1bbfdda2f9
commit 67b2f5501d
4 changed files with 757 additions and 5 deletions

View File

@@ -49,4 +49,12 @@ export function getDashboardData() {
url: '/wms/product/dashboard/overview',
method: 'get'
})
}
export function listByStatus(params) {
return request({
url: '/wms/order/listByStatus',
method: 'get',
params
})
}