From e5ca8bbe26b2983348fd50d8cfc1f5afe9c7adc8 Mon Sep 17 00:00:00 2001
From: mch <1332099529@qq.com>
Date: Fri, 14 Jul 2023 18:22:57 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../unitGrouping/unitGroupCategory.vue | 6 +-
src/views/common-settings/SampleGroup.vue | 19 +++++-
src/views/fee-settings/Asbitem.vue | 13 ++--
src/views/fee-settings/Item.vue | 61 ++++++++++++++-----
4 files changed, 72 insertions(+), 27 deletions(-)
diff --git a/src/components/unitGrouping/unitGroupCategory.vue b/src/components/unitGrouping/unitGroupCategory.vue
index 18a0619..14ca113 100644
--- a/src/components/unitGrouping/unitGroupCategory.vue
+++ b/src/components/unitGrouping/unitGroupCategory.vue
@@ -224,8 +224,8 @@ export default {
);
}
// if (this.title == 2) {
- // if (!this.personnelUnit.customerOrgGroupId) {
- // alert("请先选择单位分组");
+ // if (!this.personnelUnit.customerOrgGroupId) { 3a0c563d-cb6a-3638-6e06-651f282e17ca
+ // alert("请先选择单位分组");
// return;
// } else {
// console.log(this.personnelUnit.nogroupselected);
@@ -268,7 +268,7 @@ export default {
// this.title = 2;
let count = this.rightselctedata.length - 1;
for (var i = count; i >= 0; i--) {
- if ([...new Set(this.rightselctedata)]) {
+ if ([...new Set(this.tabledata)]) {
this.tabledata.push(this.rightselctedata[i]);
this.personnelUnit.nogroupselected.splice(i, 1);
}
diff --git a/src/views/common-settings/SampleGroup.vue b/src/views/common-settings/SampleGroup.vue
index 99f4500..097c87e 100644
--- a/src/views/common-settings/SampleGroup.vue
+++ b/src/views/common-settings/SampleGroup.vue
@@ -100,15 +100,28 @@
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+