改备注,改耳号,改品种,转场部分模糊查询+多耳号输入

This commit is contained in:
zyh
2026-01-13 11:18:27 +08:00
parent 4c55e8026e
commit e6beaf3b25
8 changed files with 217 additions and 28 deletions

View File

@@ -70,3 +70,11 @@ export function approveTransitionInfo(data) {
data
})
}
// 远程模糊搜索耳号
export function searchEarNumbers(query) {
return request({
url: '/produce/manage_sheep/transition_info/search_ear_numbers',
method: 'get',
params: { query }
})
}