ปรับแก้ ui form การลา
This commit is contained in:
parent
bfe73c0efc
commit
906b948ad8
3 changed files with 7 additions and 7 deletions
|
|
@ -287,7 +287,7 @@ function clickReject() {
|
||||||
<div class="col-xs-5 col-sm-3 text-grey-8">
|
<div class="col-xs-5 col-sm-3 text-grey-8">
|
||||||
ชื่อ - นามสกุล
|
ชื่อ - นามสกุล
|
||||||
</div>
|
</div>
|
||||||
<div class="col text-weight-medium">นายปิยรมย์ ศิริธาราฟ</div>
|
<div class="col text-weight-medium">{{ formData.name }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-sm-7 row">
|
<div class="col-xs-12 col-sm-7 row">
|
||||||
|
|
|
||||||
|
|
@ -245,14 +245,14 @@ export const useLeavelistDataStore = defineStore("leave", () => {
|
||||||
return {
|
return {
|
||||||
amounttab1,
|
amounttab1,
|
||||||
amounttab2,
|
amounttab2,
|
||||||
//ข้อมูลในตาราง
|
/**ข้อมูลใน Table */
|
||||||
rows,
|
rows,
|
||||||
fetchList,
|
fetchList,
|
||||||
loadTable,
|
loadTable,
|
||||||
columns,
|
columns,
|
||||||
visibleColumns,
|
visibleColumns,
|
||||||
|
|
||||||
//filter table
|
/**ค้นหาข้อมูล */
|
||||||
filterTable,
|
filterTable,
|
||||||
selectYear,
|
selectYear,
|
||||||
selectType,
|
selectType,
|
||||||
|
|
@ -267,7 +267,7 @@ export const useLeavelistDataStore = defineStore("leave", () => {
|
||||||
statusOp,
|
statusOp,
|
||||||
leaveOps,
|
leaveOps,
|
||||||
statusOps,
|
statusOps,
|
||||||
//
|
/** Function แปลงค่า */
|
||||||
convertLeave,
|
convertLeave,
|
||||||
convertLeaveDaytype,
|
convertLeaveDaytype,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ export const useLeavelistDataStoreTest = defineStore("listleavetest", () => {
|
||||||
leaveSince: new Date("2023-11-10"),
|
leaveSince: new Date("2023-11-10"),
|
||||||
leaveTo: new Date("2023-11-15"),
|
leaveTo: new Date("2023-11-15"),
|
||||||
leaveNumber: 4,
|
leaveNumber: 4,
|
||||||
leaveDayType: "halfday",
|
leaveDayType: "allday",
|
||||||
leaveLast: new Date("2023-10-15"),
|
leaveLast: new Date("2023-10-15"),
|
||||||
phoneNumber: "092-345678",
|
phoneNumber: "092-345678",
|
||||||
address: "ที่อยู่ที่ติดต่อได้ระหว่างลา",
|
address: "ที่อยู่ที่ติดต่อได้ระหว่างลา",
|
||||||
|
|
@ -416,7 +416,7 @@ export const useLeavelistDataStoreTest = defineStore("listleavetest", () => {
|
||||||
placeBuddhistLent: "วัดอรุณ ต.เมือง อ.เมือง จ.เชียงใหม่",
|
placeBuddhistLent: "วัดอรุณ ต.เมือง อ.เมือง จ.เชียงใหม่",
|
||||||
statusHajj: "ไม่เคย",
|
statusHajj: "ไม่เคย",
|
||||||
summons: "ได้รับหมายเรียกของ",
|
summons: "ได้รับหมายเรียกของ",
|
||||||
location: "ที่",
|
location: "ที่ไหนสักแห่ง",
|
||||||
dateReceived: new Date("2023-12-17"),
|
dateReceived: new Date("2023-12-17"),
|
||||||
treatmentReceived: "ให้เข้ารับการ",
|
treatmentReceived: "ให้เข้ารับการ",
|
||||||
receivingLocation: "ณ ที่",
|
receivingLocation: "ณ ที่",
|
||||||
|
|
@ -653,7 +653,7 @@ export const useLeavelistDataStoreTest = defineStore("listleavetest", () => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "cccccccc-cccc-cccc-cccc-cccccccccccc",
|
id: "cccccccc-cccc-cccc-cccc-cccccccccccc",
|
||||||
leaveType: "leave12",
|
leaveType: "leave13",
|
||||||
name: "นายประสิทธิ์ ศรีสุข",
|
name: "นายประสิทธิ์ ศรีสุข",
|
||||||
Date: new Date("2024-01-01"),
|
Date: new Date("2024-01-01"),
|
||||||
status: "PENDING",
|
status: "PENDING",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue