no message
This commit is contained in:
parent
5a0bf37501
commit
7d4d3d470d
4 changed files with 128 additions and 28 deletions
|
|
@ -81,7 +81,8 @@ export default {
|
|||
`${insignia}/manage/borrow/${year}/${insigniaTypeId}`,
|
||||
insigniaManageBorrowById: (insigniaManageProfileId: string) =>
|
||||
`${insignia}/manage/borrow/${insigniaManageProfileId}`,
|
||||
|
||||
requestinsignia: (type: string,id:string) =>
|
||||
`${insignia}/request/note/${type}/${id}`,
|
||||
// InsigniaReport API รายงานระบบเครื่องราชอิสริยาภรณ์
|
||||
// ******
|
||||
// type = 39 : 39-แบบ ขร1 บัญชีแสดงจำนวนชั้นตราเครื่องราชฯ ข้าราชการ ชั้นสายสะพาย
|
||||
|
|
@ -96,4 +97,5 @@ export default {
|
|||
// fileType = pdf, docx หรือ xlsx
|
||||
reportInsignia: (type: string, fileType: string, fileId: string) =>
|
||||
`${report}/insignia/${type}/${fileType}/${fileId}`,
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue