From 36632b4118b57c8c93a760b707a4e0ca0254e69a Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 17 Jul 2024 17:24:04 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87=E0=B9=83?= =?UTF-8?q?=E0=B8=AB=E0=B9=89=E0=B8=82=E0=B9=89=E0=B8=B2=E0=B8=A3=E0=B8=B2?= =?UTF-8?q?=E0=B8=8A=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=A3=E0=B8=B1=E0=B8=81?= =?UTF-8?q?=E0=B8=A9=E0=B8=B2=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=83=E0=B8=99?= =?UTF-8?q?=E0=B8=95=E0=B8=B3=E0=B9=81=E0=B8=AB=E0=B8=99=E0=B9=88=E0=B8=87?= =?UTF-8?q?=20=E0=B9=81=E0=B8=A5=E0=B8=B0=E0=B8=84=E0=B8=B3=E0=B8=AA?= =?UTF-8?q?=E0=B8=B1=E0=B9=88=E0=B8=87=E0=B8=A2=E0=B8=81=E0=B9=80=E0=B8=A5?= =?UTF-8?q?=E0=B8=B4=E0=B8=81=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=A5=E0=B8=B2?= =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/10_order/store.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/modules/10_order/store.ts b/src/modules/10_order/store.ts index d0b84ed8e..3b4b38fb6 100644 --- a/src/modules/10_order/store.ts +++ b/src/modules/10_order/store.ts @@ -182,6 +182,10 @@ export const useOrderPlacementDataStore = defineStore("placementOrder", () => { return "แต่งตั้งข้าราชการให้ดำรงตำแหน่ง"; // คำสั่งปรับโครงสร้าง case "C-PM-39": return "คำสั่งเลื่อน : สำหรับข้าราชการ กทม. เดิม"; + case "C-PM-40": + return "ให้ข้าราชการรักษาการในตำแหน่ง"; + case "C-PM-41": + return "คำสั่งยกเลิกการลาออก"; default: return ""; }