diff --git a/resources/assets/js/pages/booking/completed.vue b/resources/assets/js/pages/booking/completed.vue
index 8ef4dfb1..e8c263a4 100644
--- a/resources/assets/js/pages/booking/completed.vue
+++ b/resources/assets/js/pages/booking/completed.vue
@@ -37,9 +37,9 @@
-
+
-
+
+
+
@@ -222,6 +220,12 @@ export default {
var getUrl = window.location
var baseUrl = getUrl.protocol + '//' + getUrl.host
return baseUrl + path
+ },
+ onDownloadPO () {
+ alert('Downloading PO')
+ },
+ onDownloadDO () {
+ alert('Downloading DO')
}
}
}