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 @@