分切上料人工呼叫

This commit is contained in:
2023-02-27 14:23:37 +08:00
parent ff84fc44e6
commit 7074bf9db3
3 changed files with 124 additions and 4 deletions

View File

@@ -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
}
})
/**
* 任务管理