From c1cd1989ca06cb1d07e266350d7c81e4293d2429 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 5 Nov 2024 09:34:09 +0700 Subject: [PATCH 1/2] updated layout --- src/modules/19_condition/view/Main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/19_condition/view/Main.vue b/src/modules/19_condition/view/Main.vue index afab4e32c..f7bad5d5b 100644 --- a/src/modules/19_condition/view/Main.vue +++ b/src/modules/19_condition/view/Main.vue @@ -100,7 +100,7 @@ const columns = ref([ }, { name: "isCondition", - align: "left", + align: "center", label: "ตำแหน่งติดเงื่อนไข", sortable: false, field: "isCondition", From f9145f9ee1f9c965da419485b69dfb21194eab5e Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 5 Nov 2024 09:48:04 +0700 Subject: [PATCH 2/2] command edit salary --- .../18_command/components/Step/Dialog2_Salary.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/modules/18_command/components/Step/Dialog2_Salary.vue b/src/modules/18_command/components/Step/Dialog2_Salary.vue index 4e4b03f39..9e26f1061 100644 --- a/src/modules/18_command/components/Step/Dialog2_Salary.vue +++ b/src/modules/18_command/components/Step/Dialog2_Salary.vue @@ -52,7 +52,16 @@ const chechCommandCode = computed(() => { "C-PM-02", "C-PM-03", "C-PM-04", + "C-PM-05", + "C-PM-07", + "C-PM-08", + "C-PM-09", + "C-PM-21", + "C-PM-22", + "C-PM-24", "C-PM-29", + "C-PM-38", + "C-PM-39", ]; if (listCommandCode.includes(props.commandCode)) { return true;