diff --git a/resources/assets/js/components/LocaleDropdown.vue b/resources/assets/js/components/LocaleDropdown.vue
index 5f6efaba..745d1b98 100644
--- a/resources/assets/js/components/LocaleDropdown.vue
+++ b/resources/assets/js/components/LocaleDropdown.vue
@@ -1,72 +1,65 @@
-
Download
diff --git a/resources/assets/js/pages/booking/uploadPo.vue b/resources/assets/js/pages/booking/uploadPo.vue index bfb08d35..9edb5571 100644 --- a/resources/assets/js/pages/booking/uploadPo.vue +++ b/resources/assets/js/pages/booking/uploadPo.vue @@ -142,7 +142,7 @@ text-align:center; margin-bottom:3%; } - .bankinSlipImage { + .image { border: 1px solid #ddd; border-radius: 4px; margin-left: auto; @@ -150,7 +150,7 @@ width: 150px; display: block; } - .bankinSlipImage:hover { + .image:hover { box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); } .uploadAreaTwo { diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue index 9e505fd0..81c89ecd 100644 --- a/resources/assets/js/pages/home.vue +++ b/resources/assets/js/pages/home.vue @@ -168,76 +168,74 @@| Date : | -{{ bookingConfirmTable.date }} | -
| Customer Marking : | -{{ bookingConfirmTable.marking }} | -
| Payment for (Order No.) : | -{{ bookingConfirmTable.payment_order }} | -
| Payment Method : | -{{ bookingConfirmTable.payment_method }} | -
| Remarks : | -{{ bookingConfirmTable.remark }} | -
| - | - |
| CNY/RMB : | -- RM {{ bookingConfirmTable.amount }} - | -
| + Service Charges : | -- RM {{ bookingConfirmTable.service_charge }} - | -
| / Rate : | -- {{ bookingConfirmTable.rate }} - | -
| - | - RM {{ bookingConfirmTable.subtotal }} - | -
| + Tax : | -- RM {{ bookingConfirmTable.taxAmount }} - | -
| + Billing Charge : | -- RM {{ bookingConfirmTable.billingChargeAmount }} - | -
| Bank In Amount : | -- RM {{ bookingConfirmTable.bankin_amount }} - | -
| Date : | +{{ bookingConfirmTable.date }} | +
| Customer Marking : | +{{ bookingConfirmTable.marking }} | +
| Payment for (Order No.) : | +{{ bookingConfirmTable.payment_order }} | +
| Payment Method : | +{{ bookingConfirmTable.payment_method }} | +
| Remarks : | +{{ bookingConfirmTable.remark }} | +
| CNY/RMB : | ++ RM {{ bookingConfirmTable.amount }} + | +
| + Service Charges : | ++ RM {{ bookingConfirmTable.service_charge }} + | +
| Rate : | ++ {{ bookingConfirmTable.rate }} + | +
| + | + RM {{ bookingConfirmTable.subtotal }} + | +
| + Tax : | ++ RM {{ bookingConfirmTable.taxAmount }} + | +
| + Billing Charge : | ++ RM {{ bookingConfirmTable.billingChargeAmount }} + | +
| Bank In Amount : | ++ RM {{ bookingConfirmTable.bankin_amount }} + | +