diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 03940e81..25f50316 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -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'), }, diff --git a/src/pages/05_quotation/peview/ViewForm.vue b/src/pages/05_quotation/peview/ViewForm.vue index 1c6b3f9f..1bb7ec58 100644 --- a/src/pages/05_quotation/peview/ViewForm.vue +++ b/src/pages/05_quotation/peview/ViewForm.vue @@ -148,6 +148,7 @@ onMounted(async () => { contactName: parsed.meta.source.contactName, contactTel: parsed.meta.source.contactTel, workName: parsed.meta.source.workName, + dueDate: parsed.meta.source.dueDate, }; const resBranch = await branchStore.fetchById( diff --git a/src/pages/05_quotation/peview/ViewHeader.vue b/src/pages/05_quotation/peview/ViewHeader.vue index 21e0e2b8..8c1da4cb 100644 --- a/src/pages/05_quotation/peview/ViewHeader.vue +++ b/src/pages/05_quotation/peview/ViewHeader.vue @@ -91,7 +91,7 @@ defineProps<{