refactor(FE-208,212,213): add transport-related fields and update form handling in PurchaseOrder forms

This commit is contained in:
rstubryan
2025-11-19 10:19:05 +07:00
parent 89d9d40713
commit b520b4ee54
5 changed files with 150 additions and 99 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export class AcceptApprovalService extends BaseApiService<
payload: CreateAcceptApprovalRequestPayload
): Promise<BaseApiResponse<{ message: string }> | undefined> {
return await this.customRequest<BaseApiResponse<{ message: string }>>(
`${purchaseRequestId}/approvals/receipts`,
`${purchaseRequestId}/receipts`,
{
method: 'POST',
payload,