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