From cba2b52cb7b264aa07b916da9a3ba95801dfefec Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 20 Oct 2023 18:21:57 +0800 Subject: [PATCH] group --- src/components/customerOrg/ContactPerson.vue | 1 + .../customerOrg/customerOrgGroupAsbitem.vue | 557 ++++++++++++------ .../patientRegister/PatientRegisterItem.vue | 3 +- src/views/Home.vue | 2 + src/views/customerOrg/customerOrgGroup.vue | 2 +- src/views/customerOrg/patientRegister.vue | 4 +- 6 files changed, 397 insertions(+), 172 deletions(-) diff --git a/src/components/customerOrg/ContactPerson.vue b/src/components/customerOrg/ContactPerson.vue index 26b8470..f2f7cac 100644 --- a/src/components/customerOrg/ContactPerson.vue +++ b/src/components/customerOrg/ContactPerson.vue @@ -213,6 +213,7 @@ export default { this.formTitle = "新增"; this.personId = ""; this.customerOrg.contactMethodList = []; + this.contactMethodListEdit = []; }, edit() { diff --git a/src/components/customerOrg/customerOrgGroupAsbitem.vue b/src/components/customerOrg/customerOrgGroupAsbitem.vue index 051a1eb..8406a7e 100644 --- a/src/components/customerOrg/customerOrgGroupAsbitem.vue +++ b/src/components/customerOrg/customerOrgGroupAsbitem.vue @@ -2,36 +2,26 @@
-
+
项目类别 - - - - + +
- + @@ -41,19 +31,18 @@
- 添加 + 添加
- 全部添加 + 全部添加
移除 移除
- 全部移除 + 全部移除
-
+
快速选择 - - - + +
+ :height="window.pageHeight < 668 ? 200:(window.pageHeight - 110 - 358)" + :summary-method="getSummaries" + show-summary :row-class-name="handleRowClassName" @row-dblclick="removeAbs" + @row-click="removeAsbItem"> @@ -102,7 +84,7 @@ @@ -111,7 +93,7 @@ @@ -120,7 +102,7 @@ @@ -142,12 +124,22 @@