Răsfoiți Sursa

pms 瑞都 任务 更新平台井的 关联任务状态

zhangcl 1 zi în urmă
părinte
comite
9fc2c9519d
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      src/views/pms/iotrddailyreport/FillDailyReportForm.vue

+ 2 - 0
src/views/pms/iotrddailyreport/FillDailyReportForm.vue

@@ -753,6 +753,7 @@ const formData = ref({
   id: undefined,
   deptId: undefined,
   taskId: undefined,
+  platformWell: undefined,
   companyId: undefined,
   deptName: undefined,
   constructionStartDate: undefined,
@@ -1525,6 +1526,7 @@ const initFormData = (reportData: any) => {
     id: reportData.id,
     deptId: reportData.deptId,
     taskId: reportData.taskId,
+    platformWell: reportData.platformWell,
     rdStatus: reportData.rdStatus || '',
     techniqueIds: techniqueIds,
     productionStatus: reportData.productionStatus || '',