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: