diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 787b971c..b289c2b6 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -594,10 +594,6 @@ async function searchEmployee(text: string) { ); if (retEmp) workerList.value = retEmp.data.result; } - -function printPDF() { - window.print(); -}