เพิ่มแบบบันทึกผลผู้บัญชาการ
This commit is contained in:
parent
730dc03e4f
commit
9a37db5219
9 changed files with 3090 additions and 9 deletions
|
|
@ -39,6 +39,7 @@ const FormEvaluateScoreAdd = () =>
|
|||
import(
|
||||
"@/modules/05_placement/components/probation/FormEvaluation/FormEvaluateScoreAdd.vue"
|
||||
);
|
||||
const FormSaveResultAddCommander = () => import("./components/probation/FormEvaluation/FormSaveResultAddCommander.vue")
|
||||
|
||||
// คำสั่งช่วยราชการ/ส่งตัวกลับ
|
||||
const RepatriationOrder = () =>
|
||||
|
|
@ -150,6 +151,16 @@ export default [
|
|||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/probation/detail/addevaluacommander/:id/:form",
|
||||
name: "probationFormAddevaluaCommander",
|
||||
component: FormSaveResultAddCommander,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.3],
|
||||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/probation/detail/addevaluascore/:id/:form",
|
||||
name: "probationFormAddevaluascore",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue