manufacturing stabilization
This commit is contained in:
@@ -566,11 +566,12 @@ export const api = {
|
||||
token
|
||||
);
|
||||
},
|
||||
getPurchaseOrders(token: string, filters?: { q?: string; status?: PurchaseOrderStatus }) {
|
||||
getPurchaseOrders(token: string, filters?: { q?: string; status?: PurchaseOrderStatus; vendorId?: string }) {
|
||||
return request<PurchaseOrderSummaryDto[]>(
|
||||
`/api/v1/purchasing/orders${buildQueryString({
|
||||
q: filters?.q,
|
||||
status: filters?.status,
|
||||
vendorId: filters?.vendorId,
|
||||
})}`,
|
||||
undefined,
|
||||
token
|
||||
|
||||
Reference in New Issue
Block a user