From a5fe3d15e300a680b9634222b5b14040007e722f Mon Sep 17 00:00:00 2001 From: wersd <1523826083@qq.com> Date: Fri, 5 Dec 2025 08:57:35 +0800 Subject: [PATCH] =?UTF-8?q?mod=20=E6=9B=B4=E6=96=B0=E5=B7=A1=E6=A3=80?= =?UTF-8?q?=E4=BA=BA=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0=E4=B8=BAownerUser?= =?UTF-8?q?Id=EF=BC=8C=E8=B0=83=E6=95=B4=E7=9B=B8=E5=85=B3=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=92=8C=E5=B1=95=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../crm/project/inspection/record/index.ts | 2 +- .../record/ProjectInspectionRecordForm.vue | 10 +- .../ProjectInspectionRecordUploadForm.vue | 85 +++++++++++--- .../crm/project/inspection/record/index.vue | 111 +++++++++++++----- 4 files changed, 159 insertions(+), 49 deletions(-) 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 @@ - + + + 备注 + + + + +