From 5eccf4c1d2c1cf0c90885937c9911ce5889013a0 Mon Sep 17 00:00:00 2001 From: Aditya Patel Date: Fri, 20 Oct 2023 20:04:15 +0530 Subject: [PATCH] Add grid layout to other shipgroups Add grid layout to other ship groups section --- src/views/OrderDetail.vue | 82 ++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 40 deletions(-) diff --git a/src/views/OrderDetail.vue b/src/views/OrderDetail.vue index 0436dcc1..897d3dda 100644 --- a/src/views/OrderDetail.vue +++ b/src/views/OrderDetail.vue @@ -159,45 +159,47 @@

{{ translate('Other shipments in this order') }}

- - -
- {{ getfacilityTypeDesc(shipGroup.facilityTypeId) }} - {{ shipGroup.facilityName }} -
- {{ shipGroup.category ? shipGroup.category : translate('Pending allocation') }} -
- - - {{ getPartyName(shipGroup.carrierPartyId) }} - {{ shipGroup.trackingCode }} - - - - - -

{{ translate("Handling Instructions") }}

-

{{ shipGroup.shippingInstructions }}

-
-
- - - - - - -

{{ getProduct(item.productId).sku }}

- {{ getProduct(item.productId).parentProductName }} -
- - -
-
+
+ + +
+ {{ getfacilityTypeDesc(shipGroup.facilityTypeId) }} + {{ shipGroup.facilityName }} +
+ {{ shipGroup.category ? shipGroup.category : translate('Pending allocation') }} +
+ + + {{ getPartyName(shipGroup.carrierPartyId) }} + {{ shipGroup.trackingCode }} + + + + + +

{{ translate("Handling Instructions") }}

+

{{ shipGroup.shippingInstructions }}

+
+
+ + + + + + +

{{ getProduct(item.productId).sku }}

+ {{ getProduct(item.productId).parentProductName }} +
+ + +
+
+
@@ -1100,4 +1102,4 @@ ion-segment > ion-segment-button > ion-skeleton-text, ion-item > ion-skeleton-te width: 100%; height: 30px; } - \ No newline at end of file +