ออกคำสั่ง => คำสั้งปรับโครงสร้าง
This commit is contained in:
parent
dc079e31fd
commit
e9367dea5c
7 changed files with 94 additions and 30 deletions
|
|
@ -5,6 +5,7 @@ import type { complaintLists } from "@/modules/10_order/interface/response/Order
|
|||
import type { DataOption1 } from "@/modules/10_order/interface/index/Main";
|
||||
|
||||
export const useOrderPlacementDataStore = defineStore("placementOrder", () => {
|
||||
const typeOrder = ref<string>("");
|
||||
interface placementOrder {
|
||||
mappingPosition: { columns: String[] };
|
||||
}
|
||||
|
|
@ -179,6 +180,8 @@ export const useOrderPlacementDataStore = defineStore("placementOrder", () => {
|
|||
return "คำสั่งให้ลูกจ้างประจำได้รับค่าตอบแทนพิเศษ";
|
||||
case "C-PM-38":
|
||||
return "แต่งตั้งข้าราชการให้ดำรงตำแหน่ง"; // คำสั่งปรับโครงสร้าง
|
||||
// case "C-PM-39":
|
||||
// return "คำสั่งปรับโครงสร้าง";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
@ -199,5 +202,6 @@ export const useOrderPlacementDataStore = defineStore("placementOrder", () => {
|
|||
nameOrderFilter,
|
||||
complaintLists,
|
||||
complaintOption,
|
||||
typeOrder,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue