From ec41b55f64511cb9024668b00ad0188fce408c4a Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 28 Jun 2024 22:24:15 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=8A=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B9=84=E0=B8=9F=E0=B8=A5=E0=B9=8C=E0=B9=80?= =?UTF-8?q?=E0=B8=AD=E0=B8=81=E0=B8=AA=E0=B8=B2=E0=B8=A3=E0=B9=81=E0=B8=99?= =?UTF-8?q?=E0=B8=9A=E0=B8=97=E0=B9=89=E0=B8=B2=E0=B8=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/10_order/components/step/step04.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/modules/10_order/components/step/step04.vue b/src/modules/10_order/components/step/step04.vue index 12afee165..b4436113b 100644 --- a/src/modules/10_order/components/step/step04.vue +++ b/src/modules/10_order/components/step/step04.vue @@ -127,7 +127,11 @@ const downloadCover = async (type: string) => { // โหลด เอกสารแนบท้าย const downloadAttachment = async (type: string) => { - genReport(dataAttachment.value, `คำสั่ง ${orderName.value}`, type); + genReport( + dataAttachment.value, + `เอกสารแนบท้าย คำสั่ง ${orderName.value}`, + type + ); }; const dataCover = ref();