From dc5c1117265dd7fe7f5686d49ad3632c029c9938 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:54:42 +0700 Subject: [PATCH] feat: get active only customer branch quotation --- src/pages/05_quotation/QuotationForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 152a73b0..504a19f3 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -1237,6 +1237,7 @@ async function getWorkerFromCriteria( page: 1, passport: true, customerBranchId: quotationFormData.value.customerBranchId, + activeOnly: true, }); if (!ret) return false; // error, do not close dialog