ปรับรายการเงินเดือน
This commit is contained in:
parent
5d48e2e388
commit
f806417157
1 changed files with 10 additions and 6 deletions
|
|
@ -76,29 +76,33 @@ function getSnap(code: string) {
|
|||
code === "OCT"
|
||||
? [
|
||||
{
|
||||
id: "OCT1",
|
||||
id: "SNAP1",
|
||||
name: "1 กันยายน",
|
||||
},
|
||||
{
|
||||
id: "OCT2",
|
||||
id: "SNAP2",
|
||||
name: "1 ตุลาคม",
|
||||
},
|
||||
]
|
||||
: code === "APR"
|
||||
? [
|
||||
{
|
||||
id: "APR1",
|
||||
id: "SNAP1",
|
||||
name: "1 มีนาคม",
|
||||
},
|
||||
{
|
||||
id: "APR2",
|
||||
id: "SNAP2",
|
||||
name: "1 เมษายน",
|
||||
},
|
||||
]
|
||||
: [
|
||||
{
|
||||
id: "SPECIAL",
|
||||
name: "พิเศษ",
|
||||
id: "SNAP1",
|
||||
name: "พิเศษ 1",
|
||||
},
|
||||
{
|
||||
id: "SNAP2",
|
||||
name: "พิเศษ 2",
|
||||
},
|
||||
];
|
||||
snapFilter.value = snapOptions.value[0].id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue