แก้ชื่อไฟล์เอกสารแนบท้าย
This commit is contained in:
parent
faccdf2079
commit
ec41b55f64
1 changed files with 5 additions and 1 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue