mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-28 08:54:19 +00:00
package tracking page
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
<div class="col">
|
||||
<list-component key="2" section="originWarehouse" :endpoint="route('api.packing_list.package.list')" :options="{in_origin_warehouse: true}" :columns=3>
|
||||
<template slot="list" slot-scope="{data}">
|
||||
<package-component :data="data"></package-component>
|
||||
<package-component :data="data" status="Ready To Ship"></package-component>
|
||||
</template>
|
||||
</list-component>
|
||||
</div>
|
||||
@@ -160,7 +160,7 @@
|
||||
<div class="col">
|
||||
<list-component key="3" section="inTransit" :endpoint="route('api.packing_list.package.list')" :options="{in_transit: true}" :columns=3>
|
||||
<template slot="list" slot-scope="{data}">
|
||||
<package-component :data="data"></package-component>
|
||||
<package-component :data="data" status="In Transit"></package-component>
|
||||
</template>
|
||||
</list-component>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user