แก้ชื่อไฟล์เอกสารแนบท้าย

This commit is contained in:
Warunee Tamkoo 2024-06-28 22:24:15 +07:00
parent faccdf2079
commit ec41b55f64

View file

@ -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<any>();