From 78a8451699cb3d53588d28dff7e61487fde9ddc0 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Tue, 27 Sep 2022 13:31:28 +0800 Subject: [PATCH] fix unclaimed packing list pending invoice --- .../elements/AdminPaymentsBillingComponent.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue b/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue index d7756791..f2785e18 100644 --- a/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/elements/AdminPaymentsBillingComponent.vue @@ -3,7 +3,7 @@
-
+

Marking

@@ -24,9 +24,12 @@
{{ item.shippng_transaction.updated_at }}
-

Address

-
{{ item.order.address.post_code_area}}
-
{{ item.order.address.district.name +' '+item.order.address.postcode+' '+item.order.address.state.name }}
+
+

Address

+
{{ item.order.address.post_code_area}}
+
{{ item.order.address.district.name +' '+item.order.address.postcode+' '+item.order.address.state.name }}
+
+
Unclaimed

Status

@@ -49,7 +52,7 @@
-
+