子卷拼盘
This commit is contained in:
@@ -587,4 +587,18 @@ export const doCallTubeShaftShow = (code) => request({
|
||||
export const doCallTubeShaft = (code, row) => request({
|
||||
url:'api/pda/slitter/doCallTubeShaft',
|
||||
data: {device_code: code, row: row}
|
||||
})
|
||||
})
|
||||
|
||||
/**
|
||||
* 子卷拼单(二期-分切管理)
|
||||
*/
|
||||
// 1、查询可用点位
|
||||
export const getConmbinationlnfo = (parea) => request({
|
||||
url:'/api/pda/slitter/getConmbinationlnfo',
|
||||
data: {product_area: parea}
|
||||
})
|
||||
// 2、拼单
|
||||
export const conCombination = (rows) => request({
|
||||
url:'api/pda/slitter/conCombination',
|
||||
data: {rows: rows}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user