调机记录功能修改

This commit is contained in:
2026-01-13 18:43:59 +08:00
parent 3befba7767
commit 256bbeb705
7 changed files with 188 additions and 261 deletions

View File

@@ -84,4 +84,11 @@ export function delEmployeeLineRel(id) {
url: '/basic/employee/line-rel/' + id,
method: 'delete'
})
}
export function getEmployeeByCode(code) {
return request({
url: '/basic/employee/getEmpByCode/' + code,
method: 'get'
})
}