Commit 6cf496fb authored by chenzj's avatar chenzj

领料生产修复bug

parent f6cc4acd
...@@ -2057,6 +2057,8 @@ export default { ...@@ -2057,6 +2057,8 @@ export default {
rst.push({ rst.push({
pickingReason: this.curTaskInfo.pickingReason, pickingReason: this.curTaskInfo.pickingReason,
itemId: s.itemId, itemId: s.itemId,
workunitCode: this.curTaskInfo.workunitCode,
workunitName: this.curTaskInfo.workunitName,
taskWorkunitId: this.curTaskInfo.taskWorkunitId, taskWorkunitId: this.curTaskInfo.taskWorkunitId,
workorderCode: items?.text, workorderCode: items?.text,
taskId: taskInfo.taskId, taskId: taskInfo.taskId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment