From a8c88a5bf02319b6dd499d8639cd097de8ab6441 Mon Sep 17 00:00:00 2001
From: jishenghua <752718920@qq.com>
Date: Sun, 13 Apr 2025 17:05:16 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E4=BE=9B=E5=BA=94=E5=95=86=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E8=81=94=E7=B3=BB=E4=BA=BA=E7=9A=84=E6=9F=A5=E8=AF=A2?=
=?UTF-8?q?=E6=9D=A1=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jshERP-web/src/views/system/CustomerList.vue | 30 ++++++++++++++------
jshERP-web/src/views/system/VendorList.vue | 30 ++++++++++++++------
2 files changed, 44 insertions(+), 16 deletions(-)
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:''
},