Merge branch 'develop' into dev-tee
# Conflicts: # src/api/07_insignia/api.insignia.ts
This commit is contained in:
commit
6bbec104de
9 changed files with 248 additions and 93 deletions
|
|
@ -98,4 +98,8 @@ export default {
|
|||
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