退桶任务
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user