diff --git a/src/modules/07_insignia/components/5_Borrow/Main.vue b/src/modules/07_insignia/components/5_Borrow/Main.vue index 383894ec0..f0930fed2 100644 --- a/src/modules/07_insignia/components/5_Borrow/Main.vue +++ b/src/modules/07_insignia/components/5_Borrow/Main.vue @@ -109,7 +109,7 @@ const fecthInsigniaType = async () => { .catch((err) => { messageError($q, err); }) - .finally(() => {}); + .finally(() => { }); }; const visibleColumns = ref([ @@ -402,17 +402,17 @@ const filterSelector = (val: any, update: Function, name: any) => { update(() => { const needle = val.toLowerCase(); if (name === "employeeClassOps") { - DataStore.employeeClass = ""; + // DataStore.employeeClass = ""; employeeClassOps.value = DataStore.employeeClassOps.filter( (v: any) => v.name.toLowerCase().indexOf(needle) > -1 ); } else if (name === "fileterInsigniaList") { - DataStore.insignia = null as any; + // DataStore.insignia = null as any; fileterInsigniaList.value = insigniaList.value.filter( (v: any) => v.name.toLowerCase().indexOf(needle) > -1 ); } else if (name === "filterSelectRoundAllOption") { - yearRound.value = null as any; + // yearRound.value = null as any; filterSelectRoundAllOption.value = selectRoundAllOption.value.filter( (v: any) => v.name.toLowerCase().indexOf(needle) > -1 ); @@ -438,54 +438,23 @@ const clearInsigniaFilters = (name: string) => {
ยืม-คืนเครื่องราชฯ
- - + +
- -
-
- + +
+
+ -
- - - - -
-
- - - - -
- -
- - เพิ่ม - -
-
- - - - - - -
+ + + + +
- + + +
+ + + + + + + + + + + +
+ + เพิ่ม + +
+
+
+
+ +
+