From cdb54f1baa6a4a755bb17f1100d058f0e560bb9a Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 11 May 2026 18:11:05 +0800 Subject: [PATCH] =?UTF-8?q?1.1.33=20=E9=94=80=E5=94=AE=E5=90=88=E5=90=8C?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=8F=B0=E8=B4=A6=EF=BC=9A=E5=90=88=E5=90=8C?= =?UTF-8?q?=E6=80=BB=E4=BB=B7=E6=94=BE=E5=88=B0=E5=9B=9E=E6=AC=BE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=AD=EF=BC=8C=E5=9B=9E=E6=AC=BE=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=8F=AA=E5=85=81=E8=AE=B8=E5=88=9B=E5=BB=BA=E4=BA=BA=E3=80=81?= =?UTF-8?q?=E5=90=88=E5=90=8C=E8=B4=9F=E8=B4=A3=E4=BA=BA=E3=80=81=E5=88=98?= =?UTF-8?q?=E5=AE=B6=E6=AC=A2=E3=80=81=E4=B8=9A=E5=8A=A1=E6=96=B9=E5=90=91?= =?UTF-8?q?=E8=B4=9F=E8=B4=A3=E4=BA=BA=E6=9C=89=E6=9D=83=E9=99=90=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/erp/contractInfo/types.ts | 35 +- .../erp/contractInfo/contractOrderIndex.vue | 62 ++-- src/views/oa/erp/orderLedger/index.vue | 314 ++++++++++++++---- 3 files changed, 313 insertions(+), 98 deletions(-) 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 @@ - - + +