no message
This commit is contained in:
parent
682fbd165d
commit
34c9802171
1 changed files with 0 additions and 24 deletions
|
|
@ -56,8 +56,6 @@ export const useResultDataStore = defineStore("insigniaResult", () => {
|
|||
}));
|
||||
rows.value = alllist
|
||||
listInsignia.value = alllist
|
||||
// selectInvoice(invoiceType.value)
|
||||
// console.log(invoiceType.value, employeeClass.value);
|
||||
searchData(invoiceType.value, employeeClass.value);
|
||||
|
||||
}
|
||||
|
|
@ -73,28 +71,6 @@ export const useResultDataStore = defineStore("insigniaResult", () => {
|
|||
rows.value = list
|
||||
}
|
||||
}
|
||||
// const selectInvoice = (invoice: string) => {
|
||||
// if (employeeClass.value !== 'all') {
|
||||
// if (invoice !== "all") {
|
||||
// let list = listInsignia.value.filter((e: any) => convertDatepay(e.datepay) === invoice && e.employeeType === profileType(employeeClass.value))
|
||||
// rows.value = list
|
||||
// } else rows.value = listInsignia.value.filter((e: any) => e.employeeType === profileType(employeeClass.value))
|
||||
// }
|
||||
// else {
|
||||
// if (invoice !== 'all') {
|
||||
// rows.value = listInsignia.value.filter((e: any) => convertDatepay(e.datepay) === invoice)
|
||||
// } else rows.value = listInsignia.value
|
||||
// }
|
||||
// }
|
||||
// const selectEmployeeClass = (employeeClass: string) => {
|
||||
// if (employeeClass == "officer") {
|
||||
// let list = listInsignia.value.filter((e: any) => e.employeeType === "ข้าราชการ กทม.สามัญ")
|
||||
// rows.value = list
|
||||
// } else if (employeeClass === "perm") {
|
||||
// let list = listInsignia.value.filter((e: any) => e.employeeType === "ลูกจ้างประจำ")
|
||||
// rows.value = list
|
||||
// } else rows.value = listInsignia.value
|
||||
// }
|
||||
const status = (val: string) => {
|
||||
switch (val) {
|
||||
case "PENDING":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue