分切上料人工呼叫
This commit is contained in:
@@ -429,6 +429,22 @@ export const feedingConfirm = (row) => request({
|
||||
cut_rows: row
|
||||
}
|
||||
})
|
||||
// 1.3扫码起点带出母卷
|
||||
export const feedingQueryPoint = (code) => request({
|
||||
url:'api/pda/feeding/queryPoint',
|
||||
data: {
|
||||
point_code: code
|
||||
}
|
||||
})
|
||||
// 1.4人工呼叫
|
||||
export const feedingHandleConfirm = (code, cn, ncode) => request({
|
||||
url:'api/pda/feeding/handleConfirm',
|
||||
data: {
|
||||
point_code: code,
|
||||
container_name: cn,
|
||||
next_point_code: ncode
|
||||
}
|
||||
})
|
||||
|
||||
/**
|
||||
* 任务管理
|
||||
|
||||
Reference in New Issue
Block a user