死亡,孕检和新增了流产页面

This commit is contained in:
zyk
2025-08-24 00:38:53 +08:00
parent 0bd1c06283
commit 2652c3c5dc
7 changed files with 683 additions and 215 deletions

View File

@@ -17,14 +17,6 @@ export function getDeath(id) {
})
}
// 根据管理耳号查询羊只信息
export function getSheepInfo(manageTags) {
return request({
url: '/sheep_death/death/sheepInfo/' + manageTags,
method: 'get'
})
}
// 新增羊只死淘记录
export function addDeath(data) {
return request({