api เครื่องราช ส่วนจัดการ
This commit is contained in:
parent
5a0bf37501
commit
b15dd6205f
6 changed files with 94 additions and 46 deletions
|
|
@ -96,4 +96,9 @@ export default {
|
|||
// fileType = pdf, docx หรือ xlsx
|
||||
reportInsignia: (type: string, fileType: string, fileId: string) =>
|
||||
`${report}/insignia/${type}/${fileType}/${fileId}`,
|
||||
|
||||
// เจ้าหน้าที่เป็นคนอัปโหลดไฟล์
|
||||
uploadfileOnlyInsignia: (requestId: string) => `${insignia}/request/upload/${requestId}`,
|
||||
// สกจ. ตีกลับให้หัวหน้าเขต
|
||||
rejectRequest: (id: string, ocId: string) => `${insignia}/request/head/reject/${id}/${ocId}`
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue