add 呼叫套轴

This commit is contained in:
2025-07-11 09:52:45 +08:00
parent fa6194b565
commit b53324d8ca
4 changed files with 177 additions and 0 deletions

View File

@@ -568,4 +568,15 @@ export const updatePackagePoint = (ivt, code) => request({
export const cutCacheInventory = (code, type) => request({
url:'/api/pda/slitter/cutCacheInventory',
data: {point_code: code, type: type}
})
/**
* 呼叫套轴
*/
export const doCallTubeShaftShow = () => request({
url:'api/pda/slitter/doCallTubeShaftShow',
data: {}
})
export const doCallTubeShaft = (code, row) => request({
url:'api/pda/slitter/doCallTubeShaft',
data: {device_code: code, row: row}
})