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