拣选作业修改

This commit is contained in:
蔡玲
2024-11-13 16:14:58 +08:00
parent 52b8cab3f7
commit f0cf644d5f
3 changed files with 76 additions and 78 deletions

View File

@@ -101,6 +101,11 @@ export const pmFormData2 = (page, size, form_type, status, code) => request({
method: 'GET',
url:'api/pmFormData?page=' + page + '&size=' + size + '&form_type=' + form_type + '&status=' + status + '&vehicle_code=' + code
})
// 扫载具查看拣选单信息
export const queryPick = (type, code) => request({
url:'api/pda/pick/queryPick',
data: {form_type: type, vehicle_code: code}
})
export const savePickTask = (data) => request({
url:'api/pda/pick/savePickTask',
data: data