Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-09-27 18:05:58 +07:00
commit dfa9f3405b
105 changed files with 1241 additions and 1266 deletions

View file

@ -45,7 +45,7 @@ const fileUploadTailer = ref<any>(null); //ไฟล์เอกสารแน
const fileOrder = ref<any>(null); //
const fileTailer = ref<any>(null); //
const isLoad = ref<boolean>(false); //
const isLoad = ref<boolean>(true); //
const modalPerView = ref<boolean>(false);
/**
@ -259,7 +259,6 @@ function onConfirmOrder() {
onMounted(async () => {
isCheckDraft.value = isDraft.value;
isCheckAuthority.value = isAuthority.value;
if (step.value !== 1) {
isLoad.value = false;
let promises = [fetchDoc("order")];