feat 更改到货单逻辑

This commit is contained in:
Amjacks 2025-04-10 15:36:09 +08:00
parent f7fab6f47b
commit ade54fcb5b

View File

@ -157,9 +157,9 @@ export function createDelivery(params: any) {
}); });
} }
export function getPurchase(params: any) { export function getReceiveList(params: any) {
return request({ return request({
url: '/api/api/delivery/getPurchase', url: '/api/api/delivery/getReceiveList',
method: 'post', method: 'post',
data: params, data: params,
}); });