add: บันทึกรักษาการในตำแหน่ง (owner only)

This commit is contained in:
Warunee Tamkoo 2026-02-02 17:05:47 +07:00
parent 28fa6fbaf7
commit 81fcb1253f
2 changed files with 54 additions and 2 deletions

View file

@ -194,4 +194,7 @@ export default {
workflowCommanderSign: `${workflow}/commander/sign`,
orgAssistance: (id: string) => `${orgProfile}/assistance/${id}`,
// active รักษาการในตำแหน่งตามหน่วยงาน
activeActPosition: (id: string) => `${orgPosAct}/${id}`,
};