From 814fe233e4f05afa75c72567aeaaacf5eb0bb89f Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Mon, 20 Mar 2023 21:55:08 +0000 Subject: [PATCH] created product search component --- src/components/ProductSearch.vue | 64 ++++++++++++++++++++++++++++ src/views/contracts/ContractEdit.vue | 41 ++---------------- 2 files changed, 68 insertions(+), 37 deletions(-) create mode 100644 src/components/ProductSearch.vue diff --git a/src/components/ProductSearch.vue b/src/components/ProductSearch.vue new file mode 100644 index 0000000..ad8363c --- /dev/null +++ b/src/components/ProductSearch.vue @@ -0,0 +1,64 @@ + + + + diff --git a/src/views/contracts/ContractEdit.vue b/src/views/contracts/ContractEdit.vue index 076ff22..c2543a7 100644 --- a/src/views/contracts/ContractEdit.vue +++ b/src/views/contracts/ContractEdit.vue @@ -124,26 +124,7 @@ - - - - - - - - - - {{ item.code }} - {{ item.name }} - - - - - +