From 47138a5a4d9f9f5cdc8c17249563c0e7c46b9c86 Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 3 Feb 2026 16:23:07 +0800 Subject: [PATCH] =?UTF-8?q?1.0.65=20=E9=A1=B9=E7=9B=AE=E7=B1=BB=E5=88=AB?= =?UTF-8?q?=EF=BC=881=E9=94=80=E5=94=AE=EF=BC=88=E5=AE=9E=E6=96=BD?= =?UTF-8?q?=E3=80=81=E7=89=A9=E6=B5=81=EF=BC=89=202=E9=94=80=E5=94=AE?= =?UTF-8?q?=EF=BC=88=E5=A4=87=E4=BB=B6=EF=BC=89=203=E7=A0=94=E5=8F=91=204?= =?UTF-8?q?=E9=A2=84=E6=8A=95=209=E5=90=88=E5=90=8C=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E3=80=90=E9=9D=9E=E9=A1=B9=E7=9B=AE=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/projectInfo/types.ts | 6 +++--- src/views/oa/erp/contractInfo/orderActivate.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/oa/erp/projectInfo/types.ts b/src/api/oa/erp/projectInfo/types.ts index 5e37266..b0b2992 100644 --- a/src/api/oa/erp/projectInfo/types.ts +++ b/src/api/oa/erp/projectInfo/types.ts @@ -25,7 +25,7 @@ export interface ProjectInfoVO { businessDirection: string; /** - * 项目类别(1销售(实施、物流) 2销售(备件) 3研发 4预投) + * 项目类别(1销售(实施、物流) 2销售(备件) 3研发 4预投 9合同订单【非项目】) */ projectCategory: string; @@ -155,7 +155,7 @@ export interface ProjectInfoForm extends BaseEntity { businessDirection?: string; /** - * 项目类别(1销售(实施、物流) 2销售(备件) 3研发 4预投) + * 项目类别(1销售(实施、物流) 2销售(备件) 3研发 4预投 9合同订单【非项目】) */ projectCategory?: string; @@ -295,7 +295,7 @@ export interface ProjectInfoQuery extends PageQuery { businessDirection?: string; /** - * 项目类别(1销售(实施、物流) 2销售(备件) 3研发 4预投) + * 项目类别(1销售(实施、物流) 2销售(备件) 3研发 4预投 9合同订单【非项目】) */ projectCategory?: string; diff --git a/src/views/oa/erp/contractInfo/orderActivate.vue b/src/views/oa/erp/contractInfo/orderActivate.vue index ef2e7b5..ad9e373 100644 --- a/src/views/oa/erp/contractInfo/orderActivate.vue +++ b/src/views/oa/erp/contractInfo/orderActivate.vue @@ -393,7 +393,7 @@ const initFormData: ProjectInfoFormEx = { projectCode: undefined, projectName: undefined, businessDirection: undefined, - projectCategory: '5', + projectCategory: '9', spareFlag: '1', projectTypeId: undefined, paymentMethod: undefined,