|
@@ -557,6 +557,12 @@ const handleSave = () => {
|
|
|
}
|
|
|
}
|
|
|
if (flag) {
|
|
|
+ if(form.value.groupRejectList.length > 0){
|
|
|
+ form.value.groupRejectList.forEach(item => {
|
|
|
+ item.deptId = detailInfo.value.deptId
|
|
|
+ item.processId = detailInfo.value.processId
|
|
|
+ });
|
|
|
+ }
|
|
|
form.value.dayworkId = detailInfo.value.dayworkId;
|
|
|
//同工序的所有合格数
|
|
|
form.value.temporaryProcessQualifiedNum =
|