From e9ade10c12cce875fd56467498bbac36cf52928c Mon Sep 17 00:00:00 2001
From: wyt <414651037@qq.com>
Date: Fri, 18 Jul 2025 13:01:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BE=8A=E5=8F=AA=E6=A1=A3?=
=?UTF-8?q?=E6=A1=88=E5=92=8C=E7=BE=8A=E5=8F=AA=E5=88=86=E7=BB=84=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/fileManagement/sheep_grouping.js | 10 +++
src/views/fileManagement/sheep_file/index.vue | 16 ++++
.../fileManagement/sheep_grouping/index.vue | 81 ++++++++++++++++---
3 files changed, 94 insertions(+), 13 deletions(-)
diff --git a/src/api/fileManagement/sheep_grouping.js b/src/api/fileManagement/sheep_grouping.js
index 2af0cba..2e74e58 100644
--- a/src/api/fileManagement/sheep_grouping.js
+++ b/src/api/fileManagement/sheep_grouping.js
@@ -9,6 +9,16 @@ export function listSheep_grouping(query) {
})
}
+
+// 查询羊只分组关联列表(联表)
+export function listSheep_grouping_join(query) {
+ return request({
+ url: '/sheep_grouping/sheep_grouping/listJoin',
+ method: 'get',
+ params: query
+ })
+}
+
// 查询羊只分组关联详细
export function getSheep_grouping(id) {
return request({
diff --git a/src/views/fileManagement/sheep_file/index.vue b/src/views/fileManagement/sheep_file/index.vue
index bfbb700..a2af697 100644
--- a/src/views/fileManagement/sheep_file/index.vue
+++ b/src/views/fileManagement/sheep_file/index.vue
@@ -318,6 +318,9 @@
羊只状态
+
+
+
配种类型
+
+
+
是否性控
+
+
+
入群来源
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
- {{ getGroupName(scope.row.groupId) }}
+ {{ getGroupName(scope.row.group_id) }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
修改
@@ -128,6 +154,8 @@