feat: get active only customer branch quotation

This commit is contained in:
Methapon2001 2024-12-23 08:54:42 +07:00
parent eaabb14492
commit dc5c111726

View file

@ -1237,6 +1237,7 @@ async function getWorkerFromCriteria(
page: 1, page: 1,
passport: true, passport: true,
customerBranchId: quotationFormData.value.customerBranchId, customerBranchId: quotationFormData.value.customerBranchId,
activeOnly: true,
}); });
if (!ret) return false; // error, do not close dialog if (!ret) return false; // error, do not close dialog