托盘号补录

This commit is contained in:
2024-06-28 16:58:16 +08:00
parent 330ff9489c
commit e2eb930cdc
10 changed files with 104 additions and 8 deletions

View File

@@ -41,3 +41,14 @@ export const handTaskoperation = (type, id) => request({
task_uuid: id
}
})
/**
* 托盘号补录--c
*/
export const handRecord = (st, mt) => request({
url:'api/hand/record',
data: {
sub_tray: st,
mother_tray: mt
}
})