diff --git a/src/modules/03_retire/views/addRetire.vue b/src/modules/03_retire/views/addRetire.vue index 930a995..77377c0 100644 --- a/src/modules/03_retire/views/addRetire.vue +++ b/src/modules/03_retire/views/addRetire.vue @@ -374,6 +374,75 @@ function downloadFile(data: string) { + +
+ +
+
+ ผลการพิจารณาของสำนักการเจ้าหน้าที่ (สกจ.) +
+
+ +
+
+
+
สถานะ
+
+ {{ + dataDetail.officerReject !== null + ? statusOrder(dataDetail.officerReject) + : "-" + }} +
+
+
+
+ วันสุดท้ายที่ยับยั้ง +
+
+ {{ + dataDetail.officerRejectDate !== null + ? date2Thai(dataDetail.officerRejectDate) + : "-" + }} +
+
+
+
+ ความคิดเห็นและเหตุผล +
+
+ {{ + dataDetail.officerApproveReason !== null + ? dataDetail.officerApproveReason + : "-" + }} +
+
+ {{ + dataDetail.officerRejectReason !== null + ? dataDetail.officerRejectReason + : "-" + }} +
+
+
+
+
+
+