余轴退回

This commit is contained in:
2025-03-05 15:11:58 +08:00
parent a64a5efc46
commit 7100156c36
5 changed files with 107 additions and 74 deletions

View File

@@ -450,3 +450,15 @@ export const toEndSub = (code) => request({
container_name: code
}
})
/**
* 余轴退回(一期分切管理)
*/
export const remainShaftBack = (code, size, ge, flag) => request({
url:'api/pda/paper/remainShaftBack',
data: {
point_code: code,
qzz_size: size,
qzz_generation: ge,
flag: flag
}
})