diff --git a/src/api/produce/bodyManage/body_measure.js b/src/api/produce/bodyManage/body_measure.js index 99226d2..1f3da3a 100644 --- a/src/api/produce/bodyManage/body_measure.js +++ b/src/api/produce/bodyManage/body_measure.js @@ -48,4 +48,13 @@ export function getSheepTypeList() { url: '/base/base/list', method: 'get' }) +} + +// 远程模糊搜索耳号 +export function searchEarNumbers(query) { + return request({ + url: '/body_measure/body_measure/search_ear_numbers', + method: 'get', + params: { query } + }) } \ No newline at end of file diff --git a/src/api/produce/bodyManage/body_score.js b/src/api/produce/bodyManage/body_score.js index 5953c19..1b1a8d9 100644 --- a/src/api/produce/bodyManage/body_score.js +++ b/src/api/produce/bodyManage/body_score.js @@ -42,3 +42,12 @@ export function delBody_score(id) { method: 'delete' }) } + +// 远程模糊搜索耳号 +export function searchEarNumbers(query) { + return request({ + url: '/body_score/body_score/search_ear_numbers', + method: 'get', + params: { query } + }) +} \ No newline at end of file diff --git a/src/api/produce/bodyManage/breast_rating.js b/src/api/produce/bodyManage/breast_rating.js index 39b6d03..79e4704 100644 --- a/src/api/produce/bodyManage/breast_rating.js +++ b/src/api/produce/bodyManage/breast_rating.js @@ -42,3 +42,12 @@ export function delBreast_rating(id) { method: 'delete' }) } + +// 远程模糊搜索耳号 +export function searchEarNumbers(query) { + return request({ + url: '/breast_rating/breast_rating/search_ear_numbers', + method: 'get', + params: { query } + }) +} \ No newline at end of file diff --git a/src/api/produce/manage_sheep/trans_group.js b/src/api/produce/manage_sheep/trans_group.js index af75f5b..432d510 100644 --- a/src/api/produce/manage_sheep/trans_group.js +++ b/src/api/produce/manage_sheep/trans_group.js @@ -50,17 +50,6 @@ export function listSheepfold() { method: 'get', }); } - - -//审批转群记录 -export function approveScTransGroup(data) { - return request({ - url: '/produce/manage_sheep/trans_group/approve', - method: 'put', - data - }) -} - // 获取所有牧场列表 export function listRanch() { return request({ @@ -68,4 +57,13 @@ export function listRanch() { method: 'get', params: { pageNum: 1, pageSize: 9999 } }); +} + +// 远程模糊搜索耳号 +export function searchEarNumbers(query) { + return request({ + url: '/produce/manage_sheep/trans_group/search_ear_numbers', + method: 'get', + params: { query } + }) } \ No newline at end of file diff --git a/src/api/produce/other/castrate.js b/src/api/produce/other/castrate.js index cf036a2..da899bf 100644 --- a/src/api/produce/other/castrate.js +++ b/src/api/produce/other/castrate.js @@ -42,3 +42,12 @@ export function delCastrate(id) { method: 'delete' }) } + +// 远程模糊搜索耳号 +export function searchEarNumbers(query) { + return request({ + url: '/produce/other/castrate/search_ear_numbers', + method: 'get', + params: { query } + }) +} \ No newline at end of file diff --git a/src/api/produce/other/fixHoof.js b/src/api/produce/other/fixHoof.js index f1f3289..b05ff0f 100644 --- a/src/api/produce/other/fixHoof.js +++ b/src/api/produce/other/fixHoof.js @@ -75,5 +75,12 @@ export function getSheepBySheepfoldId(id) { params:{ id: String(id) } }) } - +// 远程模糊搜索耳号 +export function searchEarNumbers(query) { + return request({ + url: '/produce/other/fixHoof/search_ear_numbers', + method: 'get', + params: { query } + }) +} diff --git a/src/views/produce/bodyManage/body_measure/index.vue b/src/views/produce/bodyManage/body_measure/index.vue index c191d70..e00aecf 100644 --- a/src/views/produce/bodyManage/body_measure/index.vue +++ b/src/views/produce/bodyManage/body_measure/index.vue @@ -9,9 +9,16 @@ - - + + + + + + 清空 + @@ -33,7 +40,13 @@ 重置 - +
+ 已选耳号: + + {{ tag }} + +
+ \ No newline at end of file diff --git a/src/views/produce/bodyManage/body_score/index.vue b/src/views/produce/bodyManage/body_score/index.vue index 453f0cd..4248d05 100644 --- a/src/views/produce/bodyManage/body_score/index.vue +++ b/src/views/produce/bodyManage/body_score/index.vue @@ -5,9 +5,16 @@
- - + + + + + + 清空 + @@ -24,7 +31,13 @@ 重置 - +
+ 已选耳号: + + {{ tag }} + +
{{ parseTime(scope.row.datetime, '{y}-{m}-{d}') }} - + @@ -116,7 +129,7 @@ + \ No newline at end of file diff --git a/src/views/produce/bodyManage/breast_rating/index.vue b/src/views/produce/bodyManage/breast_rating/index.vue index aa96a91..b34bc16 100644 --- a/src/views/produce/bodyManage/breast_rating/index.vue +++ b/src/views/produce/bodyManage/breast_rating/index.vue @@ -9,9 +9,16 @@
- - + + + + + + 清空 + @@ -47,7 +54,13 @@ - +
+ 已选耳号: + + {{ tag }} + +
@@ -134,7 +147,7 @@ + \ No newline at end of file diff --git a/src/views/produce/manage_sheep/trans_group/index.vue b/src/views/produce/manage_sheep/trans_group/index.vue index 8e49415..2258375 100644 --- a/src/views/produce/manage_sheep/trans_group/index.vue +++ b/src/views/produce/manage_sheep/trans_group/index.vue @@ -5,9 +5,16 @@
- - + + + + + + 清空 + @@ -34,7 +41,13 @@ 重置 - +
+ 已选耳号: + + {{ tag }} + +
- +