updated format code

This commit is contained in:
Warunee Tamkoo 2024-09-03 11:28:01 +07:00
parent b75d69ea08
commit b14bad2249
241 changed files with 14012 additions and 13811 deletions

View file

@ -14,7 +14,14 @@ import config from "@/app.config";
const $q = useQuasar();
const selected = ref<any>([]);
const mixin = useCounterMixin();
const { showLoader, success, messageError, dialogConfirm, hideLoader,dialogMessageNotify } = mixin;
const {
showLoader,
success,
messageError,
dialogConfirm,
hideLoader,
dialogMessageNotify,
} = mixin;
const emit = defineEmits([
"update:filterKeyword2",
"update:selected",
@ -111,7 +118,7 @@ const optionsType = ref<[]>([]);
//popup
function saveOrder() {
if (type.value === "") {
dialogMessageNotify($q,'กรุณาเลือกประเภทคำสั่ง')
dialogMessageNotify($q, "กรุณาเลือกประเภทคำสั่ง");
} else {
dialogConfirm(
$q,

View file

@ -334,7 +334,7 @@ onMounted(() => {
</q-tr>
</template>
<template v-slot:body="props">
<q-tr :props="props" >
<q-tr :props="props">
<q-td auto-width>
<q-btn
v-if="checkPermission($route)?.attrIsGet"