配种计划页面更新

This commit is contained in:
zyk
2026-02-01 10:00:01 +08:00
parent c8570748fa
commit 670c5ed198
4 changed files with 1532 additions and 204 deletions

View File

@@ -109,4 +109,14 @@ export function delBreedPlanGenerate(id) {
url: '/mating_plan/generate/' + id,
method: 'delete'
})
}
}
// 模糊查询母羊耳号列表
export function searchEarNumbers(query) {
return request({
url: '/mating_plan/generate/search_ear_numbers', // 根据实际路径修改
method: 'get',
params: { query }
})
}