diff --git a/src/modules/13_salary/components/Command/step01.vue b/src/modules/13_salary/components/Command/step01.vue index 60310b31a..400df8b0a 100644 --- a/src/modules/13_salary/components/Command/step01.vue +++ b/src/modules/13_salary/components/Command/step01.vue @@ -97,7 +97,7 @@ watch(nameCommand, async () => { } }); -const commandCodes = ref(["C-PM-33", "C-PM-34", "C-PM-35"]); +const commandCodes = ref(["C-PM-33", "C-PM-34", "C-PM-35","C-PM-36","C-PM-37"]); // เรียกคำสั่ง const fecthTypeOption = async (actions: string) => { showLoader(); @@ -190,7 +190,11 @@ function casePm(val: string){ return "ให้ข้าราชการกรุงเทพมหานครสามัญได้รับค่าตอบแทนพิเศษ"; case "C-PM-35": return `เลื่อนเงินเดือนและให้ข้าราชการกรุงเทพมหานครสามัญที่เกษียณอายุราชการ ในสิ้นปีงบประมาณ พ.ศ. ${new Date().getFullYear()+543} ได้รับเงินเดือนสูงกว่าชั้นสูงของตำแหน่งที่ได้รับแต่งตั้ง`; - default: + case "C-PM-36": + return "เลื่อนขั้นค่าจ้างและให้ลูกจ้างประจำกรุงเทพมหานครได้รับอัตราค่าจ้าง สูงกว่าอัตราค่าจ้างขั้นสูงของตำแหน่งที่ได้รับแต่งตั้งในแต่ละระดับ"; + case "C-PM-37": + return "ให้ลูกจ้างประจำกรุงเทพมหานครได้รับค่าตอบแทนพิเศษ"; + default: return null; }} @@ -351,7 +355,6 @@ function getClass(val: boolean) { (["C-PM-33", "C-PM-34", "C-PM-35"]); +const commandCodes = ref(["C-PM-33", "C-PM-34", "C-PM-35", "C-PM-36", "C-PM-37"]); /** ข้อมูลที่เเสดงใน คอลัม */ const columns = ref([ @@ -217,6 +217,7 @@ async function OrderTypeFilter() { await http .get(config.API.typeOrder()) .then((res) => { + console.log(res) const response = res.data.result; const filterRes = response.filter((e: any) => commandCodes.value.includes(e.commandCode)