生箔工序

This commit is contained in:
2023-02-21 17:23:52 +08:00
parent 998b61ce32
commit c909ab79cf
2 changed files with 4 additions and 4 deletions

View File

@@ -48,14 +48,14 @@ export const needEmptyVehicle = (pcode) => request({
point_code: pcode
}
})
// 1.3确认下卷
// 1.3确认下卷-改为:准备就绪
export const confirmBlanking = (rjo) => request({
url: 'api/pda/raw/confirmBlanking',
data: {
raw_jo: rjo
}
})
// 1.4下卷完成
// 1.4下卷完成-改为:确认下卷
export const finishBlanking = (rjo) => request({
url: 'api/pda/raw/finishBlanking',
data: {