呼叫取样修改

This commit is contained in:
蔡玲
2024-12-05 15:30:14 +08:00
parent a56a3bc628
commit dde6c1aa98
2 changed files with 124 additions and 1 deletions

View File

@@ -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',