diff --git a/src/api/modular/main/CustomerInformationManagement.js b/src/api/modular/main/CustomerInformationManagement.js
index f680995..16bc530 100644
--- a/src/api/modular/main/CustomerInformationManagement.js
+++ b/src/api/modular/main/CustomerInformationManagement.js
@@ -75,3 +75,11 @@ export function DjyUserConfigAdd(parameter) {
data: parameter
})
}
+// 获取客户
+export function DjyCustomerDetail(parameter) {
+ return axios({
+ url: '/DjyCustomer/detail',
+ method: 'get',
+ params: parameter
+ })
+}
diff --git a/src/views/main/Customer/addForm.vue b/src/views/main/Customer/addForm.vue
index abdacfb..30fab90 100644
--- a/src/views/main/Customer/addForm.vue
+++ b/src/views/main/Customer/addForm.vue
@@ -1,183 +1,248 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ > -->
+
+
+
+
+
+ 保存
+
+
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 联系人信息
+
+
+ 新增
+ 删除选中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 财务信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/main/Customer/editForm copy.vue b/src/views/main/Customer/editForm copy.vue
new file mode 100644
index 0000000..3420b61
--- /dev/null
+++ b/src/views/main/Customer/editForm copy.vue
@@ -0,0 +1,289 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/main/Customer/editForm.vue b/src/views/main/Customer/editForm.vue
index b7c71dd..d10b5b6 100644
--- a/src/views/main/Customer/editForm.vue
+++ b/src/views/main/Customer/editForm.vue
@@ -1,266 +1,390 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ > -->
+
+
+
+
+
+ 保存
+
+
+
+
+ 基本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 联系人信息
+
+
+ 新增
+ 删除选中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 财务信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/main/Customer/index.vue b/src/views/main/Customer/index.vue
index fa92afb..5a99c5b 100644
--- a/src/views/main/Customer/index.vue
+++ b/src/views/main/Customer/index.vue
@@ -1,92 +1,128 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 重置
-
- {{ advanced ? '收起' : '展开' }}
-
-
-
-
-
-
-
-
-
- 设置
-
-
-
-
-
-
-
-
-
-
- 新增客户
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
- 编辑
- 删除
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 编辑
+ {
+ confirm(e, row)
+ }
+ "
+ >
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+