人工混碾搬运
This commit is contained in:
@@ -162,7 +162,7 @@ export const callDefective = (code) => post('api/pda/callDefective', {
|
||||
export const ExceptionHandlingRegionList = () => post('api/pda/manual/ExceptionHandlingTask/regionList', {})
|
||||
// 点位下拉框
|
||||
export const ExceptionHandlingTaskList = () => post('api/pda/manual/ExceptionHandlingTask/list', {})
|
||||
// 任务信息
|
||||
// 任务信息列表
|
||||
export const ExceptionHandlingTaskShow = (code) => post('api/pda/manual/ExceptionHandlingTask/show', {
|
||||
region_code: code
|
||||
})
|
||||
@@ -171,3 +171,16 @@ export const ExceptionHandlingTask = (id, point) => post('api/pda/manual/Excepti
|
||||
task_id: id,
|
||||
end_point: point
|
||||
})
|
||||
/**
|
||||
* 人工混碾搬运
|
||||
*/
|
||||
// 混碾位置下拉框
|
||||
export const getMixingPointList = () => post('api/pda/manual/getMixingPointList', {})
|
||||
// 混碾人工任务列表
|
||||
export const getMixingTaskList = () => post('/api/pda/manual/getMixingTaskList', {})
|
||||
// 确认
|
||||
export const mixingMoveTask = (point, code, weight) => post('api/pda/manual/mixingMoveTask', {
|
||||
point_code: point,
|
||||
vehicle_code: code,
|
||||
weight: weight
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user