diff --git a/src/views/OrderDetail.vue b/src/views/OrderDetail.vue index fa12975f..60fea9d6 100644 --- a/src/views/OrderDetail.vue +++ b/src/views/OrderDetail.vue @@ -39,6 +39,12 @@

{{ translate("Ordered") }} {{ formatUtcDate(order.orderDate, 'dd MMMM yyyy t a ZZZZ') }}

+
+ + + {{ order.shipGroupSeqId }} + +
@@ -166,6 +172,7 @@
{{ getfacilityTypeDesc(shipGroup.facilityTypeId) }} {{ shipGroup.facilityName }} + {{ shipGroup.shipGroupSeqId }}
{{ shipGroup.category ? shipGroup.category : translate('Pending allocation') }}