修改呼叫套轴、子卷装箱

This commit is contained in:
2025-07-11 14:05:30 +08:00
parent b53324d8ca
commit 7228eeb9ff
4 changed files with 54 additions and 19 deletions

View File

@@ -260,6 +260,10 @@ export const queryContainerNameBySaleOrder = (code) => request({
url:'api/pdmBiSubpackagerelation/queryContainerNameBySaleOrder',
data: {type: '1', container_name: code}
})
export const getSameBoxList = (code) => request({
url:'api/samebox/getSameBoxList',
data: {box_code: code}
})
export const queryBoxSpec = (code) => request({
method: 'GET',
url:'api/pdmBiSubpackagerelation/queryBoxSpec',
@@ -572,9 +576,9 @@ export const cutCacheInventory = (code, type) => request({
/**
* 呼叫套轴
*/
export const doCallTubeShaftShow = () => request({
export const doCallTubeShaftShow = (code) => request({
url:'api/pda/slitter/doCallTubeShaftShow',
data: {}
data: {device_code: code}
})
export const doCallTubeShaft = (code, row) => request({
url:'api/pda/slitter/doCallTubeShaft',