diff --git a/src/api/auth/customer.js b/src/api/auth/customer.js index c7bfcb5..404d210 100644 --- a/src/api/auth/customer.js +++ b/src/api/auth/customer.js @@ -61,3 +61,10 @@ export function modifyCustomers(data) { } +export function restAssuredOnCodeAdd(data) { + return axios({ + url: "/salewarehouse/customer/restAssuredOnCodeAdd", + method: "post", + data: data + }); +} diff --git a/src/views/supplier/company/basicCompany.vue b/src/views/supplier/company/basicCompany.vue index 1f4a257..223d0fd 100644 --- a/src/views/supplier/company/basicCompany.vue +++ b/src/views/supplier/company/basicCompany.vue @@ -179,6 +179,65 @@ + + +
+ + 码上放心企业信息: + +
+
+ 保存信息 + + +
+ + + + + + + + + + + + + + + + + +
@@ -208,79 +267,80 @@ border highlight-current-row > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +