guoyujia 11 ماه پیش
والد
کامیت
d92d3fa18b
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/views/business/daywork/form.vue

+ 6 - 0
src/views/business/daywork/form.vue

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