fix: customer branch id not send as api param

This commit is contained in:
Methapon2001 2024-12-18 17:23:34 +07:00
parent 0aeb812143
commit 6c370f4020

View file

@ -2759,8 +2759,9 @@ async function exampleReceipt(id: string) {
<QuotationFormWorkerAddDialog
v-if="quotationFormState.source"
:disabled-worker-id="selectedWorker.map((v) => v.id)"
:productServiceList="quotationFormState.source.productServiceList"
:product-service-list="quotationFormState.source.productServiceList"
:quotation-id="quotationFormState.source.id"
:customer-branch-id="quotationFormState.source.customerBranchId"
v-model:open="openQuotation"
@success="
openQuotation = !openQuotation;