Ver Fonte

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

zhangcl há 1 dia atrás
pai
commit
9fc2c9519d
1 ficheiros alterados com 2 adições e 0 exclusões
  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 || '',