From db4d8badfec1fcee11f1c71c60ac2f4b5f518d0b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 26 Jul 2021 20:01:00 +0000 Subject: [PATCH] --- ayanova/src/components/quote-header.vue | 694 +++++++ ayanova/src/components/quote-items.vue | 1430 +++++++++++++++ ayanova/src/router.js | 6 +- ayanova/src/views/svc-quote.vue | 2207 +++++++++++++++++++++++ 4 files changed, 4334 insertions(+), 3 deletions(-) create mode 100644 ayanova/src/components/quote-header.vue create mode 100644 ayanova/src/components/quote-items.vue create mode 100644 ayanova/src/views/svc-quote.vue diff --git a/ayanova/src/components/quote-header.vue b/ayanova/src/components/quote-header.vue new file mode 100644 index 00000000..779b1deb --- /dev/null +++ b/ayanova/src/components/quote-header.vue @@ -0,0 +1,694 @@ + + diff --git a/ayanova/src/components/quote-items.vue b/ayanova/src/components/quote-items.vue new file mode 100644 index 00000000..98c66d3a --- /dev/null +++ b/ayanova/src/components/quote-items.vue @@ -0,0 +1,1430 @@ + + diff --git a/ayanova/src/router.js b/ayanova/src/router.js index a7e7db8c..e89a1f07 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -407,10 +407,10 @@ export default new Router({ import(/* webpackChunkName: "svc" */ "./views/svc-quotes.vue") }, { - path: "/svc-quote-templates", - name: "svc-quote-templates", + path: "/svc-quotes/:recordid", + name: "quote-edit", component: () => - import(/* webpackChunkName: "svc" */ "./views/svc-quote-templates.vue") + import(/* webpackChunkName: "svc" */ "./views/svc-quote.vue") }, { path: "/svc-pm-list", diff --git a/ayanova/src/views/svc-quote.vue b/ayanova/src/views/svc-quote.vue new file mode 100644 index 00000000..c41a5830 --- /dev/null +++ b/ayanova/src/views/svc-quote.vue @@ -0,0 +1,2207 @@ + + +