WCS下发出库任务添加任务id参数

This commit is contained in:
汤锦科 2024-12-03 17:24:30 +08:00
parent 8cfdc8e7d1
commit 7e3d00a9ca

View File

@ -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,