refactor: use agent price

This commit is contained in:
Thanaphon Frappet 2025-01-29 16:03:27 +07:00 committed by Methapon2001
parent 82793dc7a8
commit fd62732642
2 changed files with 41 additions and 9 deletions

View file

@ -1122,6 +1122,7 @@ function storeDataLocal() {
},
selectedWorker: selectedWorker.value,
createdBy: quotationFormState.value.createdBy('tha'),
agentPrice: agentPrice.value,
},
}),
);