Commit f49367bc authored by 沈翠玲's avatar 沈翠玲

领取申请

parent 2a0baab2
......@@ -2629,7 +2629,7 @@ export default {
workunitCode: this.curTaskInfo.workunitCode,
workunitName: this.curTaskInfo.workunitName,
taskWorkunitId: this.curTaskInfo.taskWorkunitId,
workorderCode: s.workorderCode,
workorderCode: this.curTaskInfo.workorderCode,
taskId: taskInfo.taskId,
applyNum: s.applyNum,
applyType: 1
......@@ -2695,7 +2695,7 @@ export default {
this.materialRequestArrays = this.materialRequests.filter((item, index, self) => {
return self.findIndex((t) => t.itemCode === item.itemCode) === index;
});
console.log(materialRequestArrays, 'materialRequestArrays');
console.log(this.materialRequestArrays, 'materialRequestArrays');
}
});
}
......
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