wjj 1 tydzień temu
rodzic
commit
098ef6df2f
2 zmienionych plików z 823 dodań i 166 usunięć
  1. 9 0
      src/api/qw/companyCustomer.js
  2. 814 166
      src/views/qw/companyCustomer/index.vue

+ 9 - 0
src/api/qw/companyCustomer.js

@@ -138,3 +138,12 @@ export function getQRCode(orderId) {
     method: 'get'
   })
 }
+
+
+export function getAddress(address) {
+  return request({
+    url: '/qw/companyCustomer/getAddress',
+    method: 'get',
+    params: { address: address }
+  })
+}

Plik diff jest za duży
+ 814 - 166
src/views/qw/companyCustomer/index.vue


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików