From 845bdec99de22ec18466b070c10aacb44c7b850f Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 13 May 2026 17:25:33 +0800 Subject: [PATCH] =?UTF-8?q?1.1.40=20=E9=A2=84=E7=AE=97=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=BC=96=E5=8F=B7=E6=9F=A5=E8=AF=A2=EF=BC=8C=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=A4=A7=E7=B1=BBbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/erp/budgetInfo/types.ts | 5 + src/views/oa/erp/budgetInfo/edit.vue | 93 +++++++---- src/views/oa/erp/budgetInfo/index.vue | 151 +++++++++--------- .../oa/erp/budgetInfo/market/BudgetTable.vue | 56 ++++--- .../oa/erp/budgetInfo/rd/BudgetTable.vue | 26 ++- 5 files changed, 198 insertions(+), 133 deletions(-) diff --git a/src/api/oa/erp/budgetInfo/types.ts b/src/api/oa/erp/budgetInfo/types.ts index 3ad9cb3..305100d 100644 --- a/src/api/oa/erp/budgetInfo/types.ts +++ b/src/api/oa/erp/budgetInfo/types.ts @@ -367,6 +367,11 @@ export interface budgetInfoForm extends BaseEntity { } export interface budgetInfoQuery extends PageQuery { + /** + * 预算编号 + */ + budgetCode?: string; + /** * 项目ID */ diff --git a/src/views/oa/erp/budgetInfo/edit.vue b/src/views/oa/erp/budgetInfo/edit.vue index 2150ff9..ced4af4 100644 --- a/src/views/oa/erp/budgetInfo/edit.vue +++ b/src/views/oa/erp/budgetInfo/edit.vue @@ -17,8 +17,14 @@ - - + @@ -35,7 +41,7 @@ - + @@ -51,7 +57,7 @@ - + @@ -90,7 +96,7 @@ @@ -186,7 +192,7 @@