แยกจัดทำคำขอ และบันทึกผลของเครื่องราช ของ ขรก. และลูกจ้าง
This commit is contained in:
parent
2ae10162ae
commit
2a9c0d44d7
12 changed files with 2176 additions and 167 deletions
|
|
@ -23,9 +23,10 @@ export default {
|
|||
ocId: string,
|
||||
role: string,
|
||||
status: any,
|
||||
isDeputy: boolean = false
|
||||
isDeputy: boolean = false,
|
||||
type: string = "officer"
|
||||
) =>
|
||||
`${insignia}/request/${insigniaPeriodId}/${ocId}/${role}/${status}/${isDeputy}`,
|
||||
`${insignia}/request/${insigniaPeriodId}/${ocId}/${role}/${status}/${isDeputy}/${type}`,
|
||||
insigniaReject: (profileId: string) =>
|
||||
`${insignia}/request/status/reject/${profileId}`,
|
||||
insigniaDelete: (profileId: string) =>
|
||||
|
|
@ -39,7 +40,8 @@ export default {
|
|||
// record
|
||||
noteround: () => `${insignia}/request/note`,
|
||||
requestDocNote: (id: string) => `${insignia}/request/note/doc/${id}`,
|
||||
noteSearch: () => `${insignia}/request/note/search`,
|
||||
noteSearch: (type: string = "officer") =>
|
||||
`${insignia}/request/note/search/${type}`,
|
||||
noteSearchList: () => `${insignia}/request/note-list/search`,
|
||||
noteAdd: (insigniaId: string) => `${insignia}/request/note/${insigniaId}`,
|
||||
noteByid: (id: string) => `${insignia}/request/note/${id}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue