mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 22:13:59 +00:00
feat: txt output btn and xlsl output btn
This commit is contained in:
@@ -79,11 +79,18 @@
|
||||
<div class="col-auto">
|
||||
<div class="row parentContainer">
|
||||
<div class="col p-l-0">
|
||||
<a :href="route('group.text', item.id)" target="_blank">
|
||||
<!-- txt format output button-->
|
||||
<a :href="route('group.text', item.id)" target="_blank">
|
||||
<button class="btn btn-xs b-rad-none">
|
||||
<i class="fa fa-align-left"></i>
|
||||
<i class="fa solid fa-file-text"></i>
|
||||
</button>
|
||||
</a>
|
||||
<!---->
|
||||
<!-- xlsl format output button-->
|
||||
<button class="btn btn-xs b-rad-none">
|
||||
<i class="fa solid fa-table" @click="bulkDownloadWhiteForm()"></i>
|
||||
</button>
|
||||
<!-- -->
|
||||
<button class="btn btn-xs btn-complete b-rad-none">
|
||||
<i class="fa fa-refresh" @click="updateDo()"></i>
|
||||
</button>
|
||||
@@ -164,8 +171,10 @@
|
||||
updateDo() {
|
||||
this.isLoading = true;
|
||||
this.submit(this.route('api.transaction.group.bulk.po'), 'post', this.section, true, true);
|
||||
},
|
||||
bulkDownloadWhiteForm() {
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
mixins: [componentHandler, staticFormHandler]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user