fixing column บรรจุ แต่งตั้ง ย้าย

This commit is contained in:
Warunee Tamkoo 2024-05-24 14:58:40 +07:00
parent bb2d03e499
commit 9cde68ab4f
74 changed files with 620 additions and 626 deletions

View file

@ -1,5 +1,5 @@
<!-- =============================== -->
<!-- หนตำแหนประเภท สายงาน -->
<!-- หนประเภทตำแหน สายงาน -->
<!-- component เพมตำแหนงในดรอบดาวน ของ โครงสรางอตรากำล -->
<!-- เพอใหมาเลอกในหน Mapping -->
<template>
@ -118,8 +118,8 @@
:readonly="!edit"
:borderless="!edit"
v-model="positionTypeId"
:rules="[(val:any) => !!val || `${'กรุณาเลือกตำแหน่งประเภท'}`]"
:label="`${'ตำแหน่งประเภท'}`"
:rules="[(val:any) => !!val || `${'กรุณาเลือกประเภทตำแหน่ง'}`]"
:label="`${'ประเภทตำแหน่ง'}`"
@update:modelValue="clickEditRow"
emit-value
map-options
@ -537,7 +537,7 @@ const columns = ref<QTableProps["columns"]>([
{
name: "positionType",
align: "left",
label: "ตำแหน่งประเภท",
label: "ประเภทตำแหน่ง",
sortable: true,
field: "positionType",
headerStyle: "font-size: 14px",
@ -672,7 +672,7 @@ const columnsHistory = ref<QTableProps["columns"]>([
{
name: "positionType",
align: "left",
label: "ตำแหน่งประเภท",
label: "ประเภทตำแหน่ง",
sortable: true,
field: "positionType",
headerStyle: "font-size: 14px",
@ -1043,7 +1043,7 @@ const fetchPosition = async () => {
};
/**
* filter select ตำแหนประเภท
* filter select ประเภทตำแหน
* @param val text filter
* @param update
* @param abort

View file

@ -83,7 +83,7 @@
<div class="text-weight-medium q-pt-md row items-center">
<q-icon size="10px" color="grey-4" name="mdi-circle" />
<div class="q-pl-sm">ตำแหนประเภท</div>
<div class="q-pl-sm">ประเภทตำแหน</div>
</div>
<div class="text-grey-7 q-pl-lg">
{{ personDetail ? personDetail.positionType : "" }}

View file

@ -431,8 +431,8 @@
dense
lazy-rules
v-model="positionTypeId"
:rules="[(val:any) => !!val || `${'กรุณาเลือกตำแหน่งประเภท'}`]"
:label="`${'ตำแหน่งประเภท'}`"
:rules="[(val:any) => !!val || `${'กรุณาเลือกประเภทตำแหน่ง'}`]"
:label="`${'ประเภทตำแหน่ง'}`"
emit-value
map-options
option-label="name"

View file

@ -14,7 +14,7 @@
@click="clickBack"
/>
<label
>ญชดขาราชการกรงเทพมหานครสามญเขตำแหนประเภท สายงาน
>ญชดขาราชการกรงเทพมหานครสามญเขประเภทตำแหน สายงาน
และระดบตำแหน</label
>
</div>
@ -154,7 +154,7 @@
<q-select
class="col-xs-12 col-sm-6"
v-model="myData.category"
label="ตำแหน่งประเภท"
label="ประเภทตำแหน่ง"
dense
emit-value
map-options
@ -384,7 +384,7 @@
dense
:options="categoryOP"
v-model="myData.category2"
label="ตำแหน่งประเภท"
label="ประเภทตำแหน่ง"
emit-value
map-options
option-label="name"
@ -938,7 +938,7 @@ const fetchPositionNum = async () => {
});
};
//
//
const fetchCategory = async () => {
// showLoader();
await http
@ -1083,7 +1083,7 @@ const filterSelector = (val: any, update: Function, filtername: string) => {
});
break;
case "4":
//
//
update(() => {
categoryOP.value = categoryOPfilter.value.filter(
(v: DataOption) => v.name.indexOf(val) > -1

View file

@ -11,7 +11,7 @@
@click="clickBack"
/>
<label
>ประวญชดขาราชการกรงเทพมหานครสามญเขตำแหนประเภท สายงาน
>ประวญชดขาราชการกรงเทพมหานครสามญเขประเภทตำแหน สายงาน
และระดบตำแหน</label
>
<q-card flat bordered class="col-12 q-my-sm q-pt-sm">
@ -147,7 +147,7 @@
/>
<q-input
v-model="items.oldPositionType"
label="ตำแหน่งประเภท"
label="ประเภทตำแหน่ง"
class="col-xs-12 col-sm-6"
hide-bottom-space
:outlined="false"
@ -259,7 +259,7 @@
/>
<q-input
v-model="items.newPositionType"
label="ตำแหน่งประเภท"
label="ประเภทตำแหน่ง"
class="col-xs-12 col-sm-6"
hide-bottom-space
:outlined="false"