diff --git a/src/api/produce/bodyManage/body_measure.js b/src/api/produce/bodyManage/body_measure.js
index 66862eb..99226d2 100644
--- a/src/api/produce/bodyManage/body_measure.js
+++ b/src/api/produce/bodyManage/body_measure.js
@@ -42,3 +42,10 @@ export function delBody_measure(id) {
method: 'delete'
})
}
+//获取羊只类别列表
+export function getSheepTypeList() {
+ return request({
+ url: '/base/base/list',
+ method: 'get'
+ })
+}
\ No newline at end of file
diff --git a/src/views/produce/bodyManage/body_measure/index.vue b/src/views/produce/bodyManage/body_measure/index.vue
index ebf88b3..bca09c7 100644
--- a/src/views/produce/bodyManage/body_measure/index.vue
+++ b/src/views/produce/bodyManage/body_measure/index.vue
@@ -8,6 +8,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -43,6 +62,24 @@
+
+
+
+
+
+ {{ parseTime(scope.row.measureDate, '{y}-{m}-{d}') }}
+
+
+
+
+
+ {{ genderMap[scope.row.gender] || '未知' }}
+
+
+
+
+
+
@@ -53,6 +90,30 @@
+
+
+
+ {{ scope.row.breedStatusName || '未设置' }}
+
+
+
+
+
+ {{ scope.row.lactationDay || '-' }}
+
+
+
+
+
+ {{ scope.row.gestationDay || '-' }}
+
+
+
+
+
+ {{ scope.row.postMatingDay || '-' }}
+
+
@@ -84,7 +145,10 @@
-
+
+
+
@@ -149,10 +213,11 @@
diff --git a/src/views/produce/bodyManage/body_score/index.vue b/src/views/produce/bodyManage/body_score/index.vue
index ea09165..3798777 100644
--- a/src/views/produce/bodyManage/body_score/index.vue
+++ b/src/views/produce/bodyManage/body_score/index.vue
@@ -8,6 +8,11 @@
+
+
+
+
+
@@ -17,8 +22,8 @@
style="max-width: 150px;" />
-
-
+
+
删除
@@ -58,27 +63,29 @@
-
-
+
+
+
+
{{ parseTime(scope.row.datetime, '{y}-{m}-{d}') }}
-
-
+
+
-
+
{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
-
+
- 修改
+
删除
@@ -133,8 +140,8 @@
diff --git a/src/views/produce/bodyManage/breast_rating/index.vue b/src/views/produce/bodyManage/breast_rating/index.vue
index 28c141f..f10e00d 100644
--- a/src/views/produce/bodyManage/breast_rating/index.vue
+++ b/src/views/produce/bodyManage/breast_rating/index.vue
@@ -8,6 +8,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -23,10 +37,10 @@
新增
-
+
删除
@@ -42,25 +56,33 @@
-
+
+
+
+
+
+ {{ parseTime(scope.row.eventDate, '{y}-{m}-{d}') }}
+
+
+
-
+
-
+
{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}
-
+
- 修改
+
删除
@@ -80,6 +102,11 @@
+
+
+
+
@@ -117,7 +144,8 @@
diff --git a/src/views/produce/manage_sheep/changeComment/index.vue b/src/views/produce/manage_sheep/changeComment/index.vue
index 775410f..b689ebe 100644
--- a/src/views/produce/manage_sheep/changeComment/index.vue
+++ b/src/views/produce/manage_sheep/changeComment/index.vue
@@ -36,10 +36,10 @@
新增
-
+
删除
@@ -66,8 +66,8 @@
- 修改
+
删除
@@ -90,7 +90,7 @@
-
+
diff --git a/src/views/produce/manage_sheep/changeEar/index.vue b/src/views/produce/manage_sheep/changeEar/index.vue
index 0486f44..b2b6f83 100644
--- a/src/views/produce/manage_sheep/changeEar/index.vue
+++ b/src/views/produce/manage_sheep/changeEar/index.vue
@@ -31,10 +31,10 @@
新增
-
+
删除
@@ -67,8 +67,8 @@
- 修改
+
删除
@@ -98,7 +98,7 @@
-
+
@@ -115,7 +115,7 @@
\ No newline at end of file
diff --git a/src/views/produce/other/fixHoof/index.vue b/src/views/produce/other/fixHoof/index.vue
index 15b0e4b..40da417 100644
--- a/src/views/produce/other/fixHoof/index.vue
+++ b/src/views/produce/other/fixHoof/index.vue
@@ -219,9 +219,9 @@ async function loadSheepInfo() {
form.value.tagDetails = tagDetails;
if (validTags.length > 0) {
- const firstValidTag = validTags[0]; 耳号
+ const firstValidTag = validTags[0];
const firstSheepfoldId = tagDetails[firstValidTag].sheepfoldId;
- form.value.sheepfold = firstSheepfoldId;
+ form.value.sheepfold = firstSheepfoldId;
}
}