diff --git a/src/api/05_placement/api.probation.ts b/src/api/05_placement/api.probation.ts index dd71c181c..2692651c3 100644 --- a/src/api/05_placement/api.probation.ts +++ b/src/api/05_placement/api.probation.ts @@ -30,7 +30,7 @@ export default { probationGetAssignList: (personalId: string) => `${finish}/probation-assign-list?personal_id=${personalId}`, probationsGetAssign: (assignId: string) => `${finish}/probation-assign?assign_id=${assignId}`, - changestatusProbations: (personalId: string) => `${evaluate}/probation/change-status?personal_id=${personalId}`, + changestatusProbations: (personalId: string) => `${evaluate}/report/change-status?personal_id=${personalId}`, // probationGetAssignList: (personalId: string) => // `${finish}/probation-assign-list?personal_id=${personalId}`, diff --git a/src/modules/05_placement/components/probation/ProbationDetail.vue b/src/modules/05_placement/components/probation/ProbationDetail.vue index 3c3b58434..1dd3cdcb5 100644 --- a/src/modules/05_placement/components/probation/ProbationDetail.vue +++ b/src/modules/05_placement/components/probation/ProbationDetail.vue @@ -27,7 +27,7 @@ const name = ref(""); const position_line = ref(""); const position_level = ref(""); const organization = ref(""); -const probation_status = ref(""); +const probation_status = ref(); const probation_statusold = ref(""); const avatarprofile = ref(""); @@ -95,10 +95,12 @@ const probation_statusOP = ref([ { id: 2, label: "พ้นการทดลองปฏิบัติหน้าที่ราชการ", + disable: true }, { id: 3, label: "ไม่พ้นการทดลองปฏิบัติหน้าที่ราชการ", + disable: true }, { id: 4, @@ -115,10 +117,12 @@ const probation_statusOP = ref([ { id: 7, label: "ขยายระยะเวลาทดลองปฏิบัติหน้าที่ราชการ", + disable: true }, { id: 8, label: "ดึงรายชื่อไปออกคำสั่งแล้ว", + disable: true }, ]); @@ -279,6 +283,7 @@ const paginationLabel = (start: string, end: string, total: string) => {
สถานะการทดลองปฏิบัติหน้าที่ราชการ