From c7262ac9c1ac9f844f79b9193734c96644e3a165 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 22 七月 2025 15:45:53 +0800
Subject: [PATCH] 报工增加按人员或按组报工

---
 pages/product/report/components/saveForm.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/pages/product/report/components/saveForm.vue b/pages/product/report/components/saveForm.vue
index 22841b1..b8b2169 100644
--- a/pages/product/report/components/saveForm.vue
+++ b/pages/product/report/components/saveForm.vue
@@ -167,6 +167,10 @@
       }
       this.operationTaskList.operationTaskId = this.operationTaskList.id;
       this.form.operationTaskId = this.operationTaskList.id;
+      this.form.status = this.operationTaskList.status;
+      this.form.Persons = this.operationTaskList.Persons;
+      this.form.productStaffIds = this.operationTaskList.productStaffIds;
+      this.form.productStaffs = this.operationTaskList.productStaffs;
       this.operationTaskList.productOutputList = []; // 鍒涘缓涓�涓┖鏁扮粍
       this.operationTaskList.productOutputList.push(this.form); // 鍚戞暟缁勪腑娣诲姞鍏冪礌
       console.log("this.operationTaskList", this.operationTaskList);

--
Gitblit v1.9.3