refactor: by dueDate

This commit is contained in:
Thanaphon Frappet 2024-10-22 13:35:34 +07:00
parent 61bade2013
commit 7ae74cdd5d
4 changed files with 4 additions and 1 deletions

View file

@ -656,6 +656,7 @@ function storeDataLocal() {
contactName: quotationFormData.value.contactName,
contactTel: quotationFormData.value.contactTel,
workName: quotationFormData.value.workName,
dueDate: quotationFormData.value.dueDate,
},
createdBy: quotationFormState.value.createdBy('tha'),
},