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 @@ - + - - + + - - + + - - + + - - + + - - + +