修改呼叫套轴、子卷装箱
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -211,6 +211,10 @@ export const queryContainerNameBySaleOrder = () => {
|
||||
}
|
||||
return res
|
||||
}
|
||||
export const getSameBoxList = () => {
|
||||
let res = [{text: '物料一', value: '001'}, {text: '物料a', value: '002'}, {text: '物料b', value: '003'}]
|
||||
return res
|
||||
}
|
||||
export const queryBoxSpec = () => {
|
||||
let res = {
|
||||
"totalElements": 1,
|
||||
|
||||
Reference in New Issue
Block a user