diff --git a/src/api/crm/project/inspection/record/index.ts b/src/api/crm/project/inspection/record/index.ts index 927f1417b..1105969d7 100644 --- a/src/api/crm/project/inspection/record/index.ts +++ b/src/api/crm/project/inspection/record/index.ts @@ -5,7 +5,7 @@ export interface ProjectInspectionRecordVO { id: number // 主键ID projectId: number // 项目ID inspectionDate: Date // 巡检日期时间 - inspector: number // 巡检人 + ownerUserId: number // 巡检人 overallStatus: number // 总体状态 summary: string // 巡检总结 remark: string // 备注 diff --git a/src/views/crm/project/inspection/record/ProjectInspectionRecordForm.vue b/src/views/crm/project/inspection/record/ProjectInspectionRecordForm.vue index c58f0c30a..9c515797f 100644 --- a/src/views/crm/project/inspection/record/ProjectInspectionRecordForm.vue +++ b/src/views/crm/project/inspection/record/ProjectInspectionRecordForm.vue @@ -41,9 +41,9 @@ - + { id: undefined, projectId: undefined, inspectionDate: undefined, - inspector: undefined, + ownerUserId: undefined, overallStatus: undefined, summary: undefined, remark: undefined, diff --git a/src/views/crm/project/inspection/record/ProjectInspectionRecordUploadForm.vue b/src/views/crm/project/inspection/record/ProjectInspectionRecordUploadForm.vue index c0ef51b95..f2b22f6b6 100644 --- a/src/views/crm/project/inspection/record/ProjectInspectionRecordUploadForm.vue +++ b/src/views/crm/project/inspection/record/ProjectInspectionRecordUploadForm.vue @@ -13,8 +13,8 @@ - - + + @@ -135,7 +135,22 @@ - + + + 备注 + + + + +