From 241c20356fcfb36605525f742ff876f2ca21aae3 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 1 Nov 2024 10:11:30 +0700 Subject: [PATCH] refactor: by view define props --- src/pages/05_quotation/preview/ViewForm.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/05_quotation/preview/ViewForm.vue b/src/pages/05_quotation/preview/ViewForm.vue index ed897742..dbe8037b 100644 --- a/src/pages/05_quotation/preview/ViewForm.vue +++ b/src/pages/05_quotation/preview/ViewForm.vue @@ -263,6 +263,7 @@ function print() { :branch="branch" :customer="customer" :details="details" + :view="view" />