diff --git a/api/kehu.js b/api/kehu.js
index d587236..bd6dd13 100644
--- a/api/kehu.js
+++ b/api/kehu.js
@@ -234,10 +234,15 @@ export function netCrmContractList(data) {
return myRequest('contract/getList',data)
}
- //添加 合同时 获取购买产品
- export function netContractProduct(data) {
- return myRequest('product/getSelectList',data)
- }
+//添加 合同时 获取购买产品
+export function netContractProduct(data) {
+ return myRequest('product/getSelectList',data)
+}
+
+//产品分类
+export function netProductTypeList(data) {
+ return myRequest('product/getTypeList', data)
+}
//获取产品分类
export function netProductClass(data) {
@@ -362,4 +367,3 @@ export function netQueryData(data) {
-
diff --git a/components/selectProduct/index.vue b/components/selectProduct/index.vue
index 506a58d..98bb2c7 100644
--- a/components/selectProduct/index.vue
+++ b/components/selectProduct/index.vue
@@ -1,16 +1,20 @@
-
-
-
-
-
-
-
-
-
-
- {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
{{item.num}}
@@ -51,7 +55,7 @@