diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index c28a7a07..f7e0745f 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -46,6 +46,7 @@ import { EditButton, UndoButton, DeleteButton, + CancelButton, } from 'components/button'; import ProductServiceForm from './ProductServiceForm.vue'; import QuotationFormInfo from './QuotationFormInfo.vue'; @@ -210,6 +211,10 @@ const productServiceList = ref< Required[] >([]); +function closeTab() { + window.close(); +} + async function assignToProductServiceList() { const ret = await productServiceStore.fetchProductGroup({ page: 1, @@ -873,24 +878,27 @@ async function searchEmployee(text: string) { {{ $t('general.view', { msg: $t('general.example') }) }} - - +
+ + + +