fix: customer branch id not send as api param
This commit is contained in:
parent
0aeb812143
commit
6c370f4020
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue