From c802f5f0338c4fd93f5dc8df2450a0ce20fbac55 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 4 Dec 2025 10:47:47 +0800 Subject: [PATCH] =?UTF-8?q?1.0.45=20=E4=BE=9B=E5=BA=94=E5=95=86=E3=80=81?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/erp/projectPurchase/types.ts | 15 + src/views/oa/crm/crmSupplierInfo/index.vue | 1193 ++++++++++---------- src/views/oa/erp/projectPurchase/index.vue | 15 +- 3 files changed, 622 insertions(+), 601 deletions(-) diff --git a/src/api/oa/erp/projectPurchase/types.ts b/src/api/oa/erp/projectPurchase/types.ts index 020b756..3f41885 100644 --- a/src/api/oa/erp/projectPurchase/types.ts +++ b/src/api/oa/erp/projectPurchase/types.ts @@ -56,6 +56,11 @@ export interface ProjectPurchaseVO { */ deputyName?: string; + /** + * 版本 + */ + version?: number; + /** * 提报人 */ @@ -164,6 +169,11 @@ export interface ProjectPurchaseForm extends BaseEntity { */ deputyId?: string | number; + /** + * 版本 + */ + version?: number; + /** * 部门ID */ @@ -332,6 +342,11 @@ export interface ProjectPurchaseQuery extends PageQuery { * 日期范围参数 */ params?: any; + + /** + * 项目经理名称 + */ + managerName?: string; } diff --git a/src/views/oa/crm/crmSupplierInfo/index.vue b/src/views/oa/crm/crmSupplierInfo/index.vue index 1755a23..53c0d8d 100644 --- a/src/views/oa/crm/crmSupplierInfo/index.vue +++ b/src/views/oa/crm/crmSupplierInfo/index.vue @@ -1,618 +1,619 @@ diff --git a/src/views/oa/erp/projectPurchase/index.vue b/src/views/oa/erp/projectPurchase/index.vue index c2161ae..4218324 100644 --- a/src/views/oa/erp/projectPurchase/index.vue +++ b/src/views/oa/erp/projectPurchase/index.vue @@ -4,17 +4,17 @@
- - - + + + - - + + @@ -59,6 +59,11 @@ + + +