接口
This commit is contained in:
@@ -23,3 +23,20 @@ export const groupmanual = (vcode, vtype, pcode, weight) => request({
|
||||
material_weight: weight
|
||||
}
|
||||
})
|
||||
|
||||
/**
|
||||
* 混碾搬运
|
||||
*/
|
||||
// 获取混碾机数据
|
||||
export const getBlendingCode = () => request({
|
||||
url:'api/pda/move/getBlendingCode',
|
||||
data: {}
|
||||
})
|
||||
// 确认
|
||||
export const sendTask = (vcode, spcode) => request({
|
||||
url:'api/pda/move/sendTask',
|
||||
data: {
|
||||
vehicle_code: vcode,
|
||||
start_point_code: spcode,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user