WCS下发出库任务添加任务id参数
This commit is contained in:
parent
8cfdc8e7d1
commit
7e3d00a9ca
@ -522,9 +522,9 @@ export default {
|
||||
res.data.outInfoList.forEach(outInfo => {
|
||||
const param = {
|
||||
// 计划ID
|
||||
planId: outInfo.planInId,
|
||||
planId: res.data.wmsOutPlanId,
|
||||
// 任务ID
|
||||
taskId: outInfo.id,
|
||||
taskId: res.data.wmsOutTaskId,
|
||||
// 库位 信息
|
||||
cellCode: outInfo.wmStorageAreaCode,
|
||||
cellX: outInfo.cellX,
|
||||
|
Loading…
Reference in New Issue
Block a user