feat 更改到货单逻辑
This commit is contained in:
parent
f7fab6f47b
commit
ade54fcb5b
@ -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,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user