From a04734f3611354c910265d52d4eab00fd9296ba6 Mon Sep 17 00:00:00 2001 From: yinq Date: Sat, 7 Mar 2026 14:40:06 +0800 Subject: [PATCH] =?UTF-8?q?1.0.78=20=E5=90=88=E5=90=8C=E6=BF=80=E6=B4=BB?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=88=E5=A4=9A=E4=B8=AA=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=88=86=E9=87=91=E9=A2=9D=EF=BC=89=E6=B7=BB=E5=8A=A0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=A0=87=E8=AF=86=EF=BC=88=E5=8F=AF=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=88=96=E9=80=89=E6=8B=A9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E3=80=90=E7=9D=BF=E5=8E=9F=E5=AE=A1=E6=89=B9=E3=80=91=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/erp/projectContracts/types.ts | 26 + .../oa/erp/contractInfo/orderActivate.vue | 582 ++++++++++++++---- src/views/oa/erp/projectInfo/edit.vue | 2 +- 3 files changed, 476 insertions(+), 134 deletions(-) diff --git a/src/api/oa/erp/projectContracts/types.ts b/src/api/oa/erp/projectContracts/types.ts index e77ca36..97b9668 100644 --- a/src/api/oa/erp/projectContracts/types.ts +++ b/src/api/oa/erp/projectContracts/types.ts @@ -29,6 +29,16 @@ export interface ProjectContractsVO { */ activeFlag: string; + /** + * 项目来源(1新增项目 0选择已有项目) + */ + projectSource?: string; + + /** + * 项目编号 + */ + projectCode?: string; + /** * 项目名称 */ @@ -49,6 +59,22 @@ export interface ProjectContractsVO { */ totalPrice?: number; + /** + * 部门名称 + */ + deptName?: string; + + /** + * 项目经理名称 + */ + managerName?: string; + + /** + * 项目金额 + */ + amount?: number; + + projectCategory?: string; /** * 业务方向 */ diff --git a/src/views/oa/erp/contractInfo/orderActivate.vue b/src/views/oa/erp/contractInfo/orderActivate.vue index 2fe808f..f06564d 100644 --- a/src/views/oa/erp/contractInfo/orderActivate.vue +++ b/src/views/oa/erp/contractInfo/orderActivate.vue @@ -13,6 +13,42 @@ /> + + + + + + + + + + + + + + + + + + + + @@ -274,6 +310,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -282,9 +411,12 @@