From 9dd01959348496ee231ceeb5fc0f19e6ee006ca2 Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 27 Jan 2026 16:20:05 +0800 Subject: [PATCH] =?UTF-8?q?1.0.59=20=E7=89=A9=E6=96=99=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=B9=E5=BC=8F=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/base/materialInfo/types.ts | 15 +++++++++ src/views/oa/base/materialInfo/index.vue | 41 ++++++++++++++++++------ 2 files changed, 46 insertions(+), 10 deletions(-) diff --git a/src/api/oa/base/materialInfo/types.ts b/src/api/oa/base/materialInfo/types.ts index 2d68536..3ec5c8d 100644 --- a/src/api/oa/base/materialInfo/types.ts +++ b/src/api/oa/base/materialInfo/types.ts @@ -59,6 +59,11 @@ export interface MaterialInfoVO { */ activeFlag: string; + /** + * 添加方式(1物料页面 2合同页面 3导入) + */ + addMethod?: string; + } export interface MaterialInfoForm extends BaseEntity { @@ -122,6 +127,11 @@ export interface MaterialInfoForm extends BaseEntity { */ activeFlag?: string; + /** + * 添加方式(1物料页面 2合同页面 3导入) + */ + addMethod?: string; + } export interface MaterialInfoQuery extends PageQuery { @@ -176,6 +186,11 @@ export interface MaterialInfoQuery extends PageQuery { */ activeFlag?: string; + /** + * 添加方式(1物料页面 2合同页面 3导入) + */ + addMethod?: string; + /** * 排序字段 */ diff --git a/src/views/oa/base/materialInfo/index.vue b/src/views/oa/base/materialInfo/index.vue index d7081d2..8d627d2 100644 --- a/src/views/oa/base/materialInfo/index.vue +++ b/src/views/oa/base/materialInfo/index.vue @@ -66,11 +66,29 @@ + + + + + + + + + + + +