mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
container-export-pdf-ui add export button and call api
This commit is contained in:
@@ -51,6 +51,9 @@
|
||||
<p class="no-margin bold" :class="{'text-success': item.status === 3, 'text-complete': item.status !== 3}">{{item.status === 3 ? 'Un-stuffed' : 'In Progress'}}</p>
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<a class="btn btn-default no-border" :href="route('container.packaging_list.export', item.id)">
|
||||
<i class="fa fa-file-pdf-o"></i>
|
||||
</a>
|
||||
<div class="btn btn-default no-border" @click="expanded = !expanded">
|
||||
<i class="fa" :class="{'fa-angle-down': !expanded, 'fa-angle-up': expanded}" ></i>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user