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

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

@@ -68,4 +68,13 @@ export function checkTagExists(tag, earType) {
method: 'get',
params: { tag, earType }
});
}
// 远程模糊搜索耳号
export function searchEarNumbers(query) {
return request({
url: '/changeEar/changeEar/search_ear_numbers',
method: 'get',
params: { query }
})
}