✨ feat: 预订单管理
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user