updated format code
This commit is contained in:
parent
b75d69ea08
commit
b14bad2249
241 changed files with 14012 additions and 13811 deletions
|
|
@ -81,7 +81,7 @@ export default {
|
|||
`${insignia}/manage/borrow/${year}/${insigniaTypeId}`,
|
||||
insigniaManageBorrowById: (insigniaManageProfileId: string) =>
|
||||
`${insignia}/manage/borrow/${insigniaManageProfileId}`,
|
||||
requestinsignia: (type: string,id:string) =>
|
||||
requestinsignia: (type: string, id: string) =>
|
||||
`${insignia}/request/note/${type}/${id}`,
|
||||
// InsigniaReport API รายงานระบบเครื่องราชอิสริยาภรณ์
|
||||
// ******
|
||||
|
|
@ -99,7 +99,9 @@ export default {
|
|||
`${report}/insignia/${type}/${fileType}/${fileId}`,
|
||||
|
||||
// เจ้าหน้าที่เป็นคนอัปโหลดไฟล์
|
||||
uploadfileOnlyInsignia: (requestId: string) => `${insignia}/request/upload/${requestId}`,
|
||||
uploadfileOnlyInsignia: (requestId: string) =>
|
||||
`${insignia}/request/upload/${requestId}`,
|
||||
// สกจ. ตีกลับให้หัวหน้าเขต
|
||||
rejectRequest: (id: string, ocId: string) => `${insignia}/request/head/reject/${id}/${ocId}`
|
||||
rejectRequest: (id: string, ocId: string) =>
|
||||
`${insignia}/request/head/reject/${id}/${ocId}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue