From 5e0ce6319d192681f61bb13c72dbb9683b98ab6e Mon Sep 17 00:00:00 2001 From: Jack Goh Date: Thu, 14 Jun 2018 21:50:41 +0800 Subject: [PATCH] updated complete order plage --- .../assets/js/pages/booking/completed.vue | 47 +++++++++++-------- resources/assets/js/pages/home.vue | 4 +- 2 files changed, 30 insertions(+), 21 deletions(-) diff --git a/resources/assets/js/pages/booking/completed.vue b/resources/assets/js/pages/booking/completed.vue index 9d739b0f..17d79c47 100644 --- a/resources/assets/js/pages/booking/completed.vue +++ b/resources/assets/js/pages/booking/completed.vue @@ -3,39 +3,48 @@
-

Transfer Completed

-
Please upload your PO
+

Processing Invoice



- +
- Upload PO + Purchase Order
- - - - -
Drop file here or - click to upload -
-
jpg/png files with a size less than 1mb
-
-
- + + + + + + +
- +
- Proof : China BankSlip + Invoice + +
+ + + + + + + +
+
+ + +
+ China Bank Slip
@@ -105,7 +114,7 @@ }, data() { return { - status: 5, + status: 6, bookingConfirmTable: [{ data1: 'Order Number :', data2: '001' diff --git a/resources/assets/js/pages/home.vue b/resources/assets/js/pages/home.vue index e6a350ec..9b21ef47 100644 --- a/resources/assets/js/pages/home.vue +++ b/resources/assets/js/pages/home.vue @@ -452,7 +452,7 @@ BookingStatus(index, row) { // TODO : Get booking status from server - this.status = 5 + this.status = 6 switch (this.status) { case 1: @@ -484,7 +484,7 @@ case 6: this.$router.push({ - name: 'booking.user.complete' + name: 'booking.complete' }) break; default: