diff --git a/jshERP-web/src/views/system/CustomerList.vue b/jshERP-web/src/views/system/CustomerList.vue
index 7a2b571a..cc07e8ec 100644
--- a/jshERP-web/src/views/system/CustomerList.vue
+++ b/jshERP-web/src/views/system/CustomerList.vue
@@ -13,23 +13,36 @@
+
+
+
+
+
-
-
-
-
-
-
+
查询
重置
-
-
+
+ {{ toggleSearchStatus ? '收起' : '展开' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -105,6 +118,7 @@
queryParam: {
supplier:'',
type:'客户',
+ contacts:'',
telephone:'',
phonenum:''
},
diff --git a/jshERP-web/src/views/system/VendorList.vue b/jshERP-web/src/views/system/VendorList.vue
index 4ba1e555..21ca315b 100644
--- a/jshERP-web/src/views/system/VendorList.vue
+++ b/jshERP-web/src/views/system/VendorList.vue
@@ -12,23 +12,36 @@
+
+
+
+
+
-
-
-
-
-
-
+
查询
重置
-
-
+
+ {{ toggleSearchStatus ? '收起' : '展开' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -104,6 +117,7 @@
queryParam: {
supplier:'',
type:'供应商',
+ contacts:'',
telephone:'',
phonenum:''
},