diff --git a/src/api/oa/erp/contractInfo/types.ts b/src/api/oa/erp/contractInfo/types.ts index 567a7f7..d70ee81 100644 --- a/src/api/oa/erp/contractInfo/types.ts +++ b/src/api/oa/erp/contractInfo/types.ts @@ -45,7 +45,7 @@ export interface ContractInfoVO { contractDeptId: string | number; /** - * 合同时间 + * 合同签订日期 */ contractDate: string; @@ -124,6 +124,31 @@ export interface ContractInfoVO { */ twoDate: string; + /** + * 乙方公司名称(关联查询) + */ + twoCustomerName?: string; + + /** + * 付款方式明细 + */ + paymentMethodDetails?: string; + + /** + * 付款账户信息 + */ + paymentAccountInfo?: string; + + /** + * 甲方办公地(详细地址) + */ + detailedAddress?: string; + + /** + * 部门名称(关联查询) + */ + deptName?: string; + /** * 合同状态(1暂存 2审批中 3可用) */ @@ -160,22 +185,22 @@ export interface ContractInfoVO { signatureAppendix: number; /** - * 内部合同号 + * 海威SAP订单号(后端 erp_contract_info.internal_contract_code) */ internalContractCode: string; /** - * 外部合同号 + * 海威合同归档编号(后端 external_contract_code) */ externalContractCode: string; /** - * 订单号 + * 软控SAP订单号(后端 order_contract_code) */ orderContractCode: string; /** - * 项目号 + * 软控SAP项目号(后端 project_contract_code) */ projectContractCode: string; diff --git a/src/views/oa/erp/contractInfo/contractOrderIndex.vue b/src/views/oa/erp/contractInfo/contractOrderIndex.vue index 2c2be4e..ca772e6 100644 --- a/src/views/oa/erp/contractInfo/contractOrderIndex.vue +++ b/src/views/oa/erp/contractInfo/contractOrderIndex.vue @@ -104,8 +104,8 @@ - - + +