呼叫取样修改
This commit is contained in:
@@ -38,12 +38,16 @@ export const onlyCallRollTruss = (code) => request({
|
||||
// 呼叫取样
|
||||
export const callAgvToSampling = (code1, code2) => request({
|
||||
url:'api/pda/other/callAgvToSampling',
|
||||
data: {point_code1: code1, point_code1: code2}
|
||||
data: {point_code1: code1, point_code2: code2}
|
||||
})
|
||||
export const callAgvToSamplingVerify = (flag, scode, ecode) => request({
|
||||
url:'api/pda/other/callAgvToSamplingVerify',
|
||||
data: {flag: flag, startPoint: scode, endPoint: ecode}
|
||||
})
|
||||
export const resumeMoveWasteFoilv3 = (flag, scode, ecode) => request({
|
||||
url:'api/pda/other/resumeMoveWasteFoil/v2',
|
||||
data: {flag: flag, startPoint: scode, endPoint: ecode}
|
||||
})
|
||||
// 废箔搬运
|
||||
export const startMoveWasteFoilv2 = (code) => request({
|
||||
url:'api/pda/other/startMoveWasteFoil/v2',
|
||||
|
||||
Reference in New Issue
Block a user