260324:2133 Refactor correspondence & rfa
CI / CD Pipeline / build (push) Failing after 17m3s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
admin
2026-03-24 21:33:59 +07:00
parent 42fc9fa502
commit aa82b890a5
42 changed files with 2617 additions and 233 deletions
@@ -44,6 +44,16 @@ export const circulationService = {
return response.data;
},
/**
* ดึงรายการใบเวียนของ correspondence (by correspondence UUID)
*/
getByCorrespondenceUuid: async (correspondenceUuid: string) => {
const response = await apiClient.get('/circulations', {
params: { correspondenceUuid, limit: 50 },
});
return response.data;
},
/**
* ลบ/ยกเลิกใบเวียน
*/