From a450c8112db7df205e0296f8899562bb3e9a5357 Mon Sep 17 00:00:00 2001 From: yinq Date: Tue, 7 Apr 2026 08:48:49 +0800 Subject: [PATCH] =?UTF-8?q?1.1.17=20=E5=9B=9E=E6=AC=BE=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E5=88=97?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/erp/erpProjectPlan/types.ts | 4 +- src/views/oa/erp/contractCollection/index.vue | 159 ++++++++++++++---- .../oa/erp/contractInfo/orderActivate.vue | 2 +- 3 files changed, 133 insertions(+), 32 deletions(-) diff --git a/src/api/oa/erp/erpProjectPlan/types.ts b/src/api/oa/erp/erpProjectPlan/types.ts index c876830..4f8cf05 100644 --- a/src/api/oa/erp/erpProjectPlan/types.ts +++ b/src/api/oa/erp/erpProjectPlan/types.ts @@ -323,7 +323,6 @@ export interface ContractCollectionStageDetailVO { contractId: string | number; paymentStageId: string | number; stageName: string; - /** base_payment_stage.collection_stage,可选 */ collectionStage?: string; repaymentRate: number; paymentPercentage: number; @@ -332,10 +331,13 @@ export interface ContractCollectionStageDetailVO { paymentDescription: string; planStageId: string | number; repaymentAmount?: number; + /** 合同订单金额(erp_project_info.amount),实际回款比例分母 */ + contractTotalPrice?: number; receivableDate: string; actualRepaymentAmount: number; actualRepaymentRate?: number; collectionConfirmUserId: string | number; + collectionConfirmNickName?: string; collectionConfirmTime: string; collectionConfirmStatus: string; collectionConfirmRemark: string; diff --git a/src/views/oa/erp/contractCollection/index.vue b/src/views/oa/erp/contractCollection/index.vue index 26ebf7c..84bebea 100644 --- a/src/views/oa/erp/contractCollection/index.vue +++ b/src/views/oa/erp/contractCollection/index.vue @@ -45,7 +45,7 @@ - +