修改空轴退回,删除空轴绑定130

This commit is contained in:
2025-04-27 17:55:54 +08:00
parent 459329335d
commit c5840259de
5 changed files with 34 additions and 137 deletions

View File

@@ -531,16 +531,9 @@ export const boxReturn = (code, box) => request({
/**
* 空轴退回
*/
export const returnShaft = (code) => request({
export const returnShaft = (code, size1, size2) => request({
url:'api/pda/slitter/returnShaft',
data: {point_code: code}
})
/**
* 空轴绑定
*/
export const slitterShaftBinding = (code, size) => request({
url:'api/pda/slitter/ShaftBinding',
data: {point_code: code, size: size}
data: {point_code: code, size1: size1, size2: size2}
})
/**
* 饵料下卷