Commit fe2186ae authored by chenzj's avatar chenzj

退料申请优化

parent d6d777b7
...@@ -2753,11 +2753,11 @@ export default { ...@@ -2753,11 +2753,11 @@ export default {
taskId: taskInfo.taskId, taskId: taskInfo.taskId,
backNum: s.applyNum, backNum: s.applyNum,
issueLineId: s.lineId, issueLineId: s.lineId,
taskWorkunitId: this.curTaskInfo.taskWorkunitId, taskWorkunitId: this.curTaskInfo.taskWorkunNitId,
workOrderId: s.workorderId, workOrderId: s.workorderId,
batchNo: s.batchCode, batchNo: s.batchCode,
packNo: s.packNo, packNo: s.packNo,
apply_no: apply_no, applyNo: apply_no,
isQualified: s.isQualified isQualified: s.isQualified
}; };
if (this.materialReturnFormData.workorderCode) { if (this.materialReturnFormData.workorderCode) {
......
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