ออกคำสั่ง => เอกสารแนบท้าย
This commit is contained in:
parent
3800da7166
commit
46ea808c84
1 changed files with 2 additions and 8 deletions
|
|
@ -520,9 +520,6 @@ const viewFileUpload = async (url: string) => {
|
||||||
v-close-popup
|
v-close-popup
|
||||||
@click="downloadAttachment('pdf')"
|
@click="downloadAttachment('pdf')"
|
||||||
>
|
>
|
||||||
<!-- type="a"
|
|
||||||
:href="orderAttachmentPdf"
|
|
||||||
target="_blank" -->
|
|
||||||
<q-item-section avatar
|
<q-item-section avatar
|
||||||
><q-icon color="red" name="mdi-file-pdf"
|
><q-icon color="red" name="mdi-file-pdf"
|
||||||
/></q-item-section>
|
/></q-item-section>
|
||||||
|
|
@ -531,13 +528,10 @@ const viewFileUpload = async (url: string) => {
|
||||||
<q-item
|
<q-item
|
||||||
clickable
|
clickable
|
||||||
v-close-popup
|
v-close-popup
|
||||||
@click="downloadAttachment('xlsx')"
|
@click="downloadAttachment('docx')"
|
||||||
>
|
>
|
||||||
<!-- type="a"
|
|
||||||
:href="orderAttachmentXlsx"
|
|
||||||
target="_blank" -->
|
|
||||||
<q-item-section avatar
|
<q-item-section avatar
|
||||||
><q-icon color="green-7" name="mdi-file-excel"
|
><q-icon color="blue" name="mdi-file-word"
|
||||||
/></q-item-section>
|
/></q-item-section>
|
||||||
<q-item-section>ไฟล์ .xls</q-item-section>
|
<q-item-section>ไฟล์ .xls</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue