สรรหาเพิ่มฟิลด์ข้อมูลสำหรับชำระเงินและจัดทำเอกสารการชำระเงิน

This commit is contained in:
setthawutttty 2025-01-28 13:58:40 +07:00
parent 1eca4d4457
commit 0aa778cca5
8 changed files with 651 additions and 16 deletions

View file

@ -28,6 +28,8 @@ export default {
periodExamId: (examId: string) => `${periodExam}${examId}`,
periodExamDoc: (examId: string) => `${periodExam}doc/${examId}`,
periodExamImg: (examId: string) => `${periodExam}img/${examId}`,
periodExambarcode: (examId: string) => `${periodExam}barcode/${examId}`,
periodExamqrcode: (examId: string) => `${periodExam}qrcode/${examId}`,
periodExamStatus: (examId: string) => `${periodExam}status-payment/${examId}`,
countDashbordPeriodExam: (examId: string) =>