สรรหาเพิ่มฟิลด์ข้อมูลสำหรับชำระเงินและจัดทำเอกสารการชำระเงิน
This commit is contained in:
parent
1eca4d4457
commit
0aa778cca5
8 changed files with 651 additions and 16 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue