From a75de0cbe07955468c7d1729bbef90f669653a47 Mon Sep 17 00:00:00 2001 From: yinq Date: Fri, 20 Mar 2026 18:36:45 +0800 Subject: [PATCH] =?UTF-8?q?1.0.98=20=E7=BB=B4=E6=8A=A4=E5=90=88=E5=90=8C?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=B7=BB=E5=8A=A0=E6=B5=B7=E5=A8=81=E5=90=88?= =?UTF-8?q?=E5=90=8C=E5=BD=92=E6=A1=A3=E7=BC=96=E5=8F=B7=E3=80=81=E8=BD=AF?= =?UTF-8?q?=E6=8E=A7=E5=90=88=E5=90=8C=E9=A2=9D=EF=BC=88=E5=85=83=EF=BC=89?= =?UTF-8?q?=E7=AD=89=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/erp/contractInfo/types.ts | 10 +++++ src/views/oa/erp/contractInfo/edit.vue | 2 +- src/views/oa/erp/contractInfo/index.vue | 60 +++++++++++++++---------- 3 files changed, 47 insertions(+), 25 deletions(-) diff --git a/src/api/oa/erp/contractInfo/types.ts b/src/api/oa/erp/contractInfo/types.ts index 53f3ff7..774182e 100644 --- a/src/api/oa/erp/contractInfo/types.ts +++ b/src/api/oa/erp/contractInfo/types.ts @@ -139,6 +139,11 @@ export interface ContractInfoVO { */ projectContractCode: string; + /** + * 软控合同额(元) + */ + mesnacContractPrice: number; + /** * 交付启动期限 */ @@ -357,6 +362,11 @@ export interface ContractInfoForm extends BaseEntity { */ projectContractCode?: string; + /** + * 软控合同额(元) + */ + mesnacContractPrice?: number; + /** * 交付启动期限 */ diff --git a/src/views/oa/erp/contractInfo/edit.vue b/src/views/oa/erp/contractInfo/edit.vue index 17a0078..7d1894b 100644 --- a/src/views/oa/erp/contractInfo/edit.vue +++ b/src/views/oa/erp/contractInfo/edit.vue @@ -194,7 +194,7 @@ @click="handleContractTemplateDownload" style="font-weight: 600" > - 合同模板查看 + 合同查看 diff --git a/src/views/oa/erp/contractInfo/index.vue b/src/views/oa/erp/contractInfo/index.vue index 2afbf64..ea53fcf 100644 --- a/src/views/oa/erp/contractInfo/index.vue +++ b/src/views/oa/erp/contractInfo/index.vue @@ -158,10 +158,11 @@ - - - - + + + + + @@ -243,27 +244,34 @@ - + - - + + - - + + - - + + - - + + - - + +