退桶任务

This commit is contained in:
蔡玲
2024-12-24 13:14:49 +08:00
parent e5566ad781
commit 7c5f201efa
15 changed files with 152 additions and 30 deletions

View File

@@ -35,3 +35,8 @@ export const finishWork = (code) => post('api/pda/finishWork', {
export const pdaPause = (code) => post('api/pda/pause', {
work_code: code
})
// 生成退桶任务
export const callTask = (scode, ncode) => post('api/pda/callTask', {
start_device_code: scode,
next_device_code: ncode
})