From 6048f2da3b0c45dc3e6f4fc5de9e56b3d7b5fe89 Mon Sep 17 00:00:00 2001 From: dimengzhe Date: Thu, 5 Jun 2025 15:15:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/loancaseprogress/LawerListVo.java | 34 + .../loancaseprogress/LoanCaseProgress.java | 38 + .../LoanCaseProgressDetailsVo.java | 43 +- .../api/loancaseprogress/PurchaseListVo.java | 34 + .../LoanCaseEntrustLawyerApplyMapper.java | 3 +- .../LoanCaseEntrustLawyerApplyMapper.xml | 11 +- .../LoanCaseEntrustLawyerApplyService.java | 3 +- .../LoanCaseProgressService.java | 74 +- .../LoanRepurchaseApplyMapper.java | 4 + .../LoanRepurchaseApplyMapper.xml | 11 + .../LoanRepurchaseApplyService.java | 5 + .../src/main/resources/ftl/clrzxy旧.ftl | 5097 +++++++++++++++++ 12 files changed, 5338 insertions(+), 19 deletions(-) create mode 100644 anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LawerListVo.java create mode 100644 anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/PurchaseListVo.java create mode 100644 anrui-riskcenter/anrui-riskcenter-biz/src/main/resources/ftl/clrzxy旧.ftl diff --git a/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LawerListVo.java b/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LawerListVo.java new file mode 100644 index 0000000000..6afbf282c2 --- /dev/null +++ b/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LawerListVo.java @@ -0,0 +1,34 @@ +package com.yxt.anrui.riskcenter.api.loancaseprogress; + +import com.yxt.common.core.vo.Vo; +import io.swagger.annotations.ApiModelProperty; +import lombok.Data; + +/** + * @description: + * @author: dimengzhe + * @date: 2025/6/5 + **/ +@Data +public class LawerListVo implements Vo { + private static final long serialVersionUID = 2685316129048166227L; + + private String sid; + @ApiModelProperty("流程状态") + private String nodeState; + + //分公司 + private String useOrgName; + + //申请部门 + private String deptName; + + //申请人 + private String createByName; + + //申请日期 + private String createTime; + + //办结日期 + private String closeDate; +} diff --git a/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LoanCaseProgress.java b/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LoanCaseProgress.java index 209bc07092..304033e978 100644 --- a/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LoanCaseProgress.java +++ b/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LoanCaseProgress.java @@ -7,6 +7,7 @@ import io.swagger.annotations.ApiModelProperty; import lombok.Data; import java.math.BigDecimal; +import java.util.Date; /** * @author Administrator @@ -94,4 +95,41 @@ public class LoanCaseProgress extends BaseEntity { @ApiModelProperty("是否转诉讼") private String isZfull; + //---------------------------新添加 + /** 是否需要回购:0否,1是 */ + private Integer needRepurchase; + + /** 是否已回购0否1是 */ + private Integer repurchased; + + /** 回购资方金额 */ + private BigDecimal repurchaseAmount; + + /** 起诉时逾期金额 */ + private BigDecimal overdueAmountAtLawsuit; + + /** 起诉时垫资方逾期利息 */ + private BigDecimal overdueInterestAtLawsuit; + + /** 起诉时资金占用费 */ + private BigDecimal capitalOccupationFeeAtLawsuit; + + /** 最终判决日期 */ + private Date finalJudgmentDate; + + /** 最终判决结果 */ + private String finalJudgmentResult; + + /** 最终判决金额 */ + private BigDecimal finalJudgmentAmount; + + /** 其中判决欠款金额 */ + private BigDecimal judgmentDebtAmount; + + /** 其中判决费用金额 */ + private BigDecimal judgmentFeeAmount; + + /** 最终判决资金占用费 */ + private BigDecimal finalCapitalOccupationFee; + } diff --git a/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LoanCaseProgressDetailsVo.java b/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LoanCaseProgressDetailsVo.java index c7685d0cff..d87dbdbc9f 100644 --- a/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LoanCaseProgressDetailsVo.java +++ b/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/LoanCaseProgressDetailsVo.java @@ -6,6 +6,7 @@ import lombok.Data; import java.math.BigDecimal; import java.util.ArrayList; +import java.util.Date; import java.util.List; /** @@ -90,16 +91,46 @@ public class LoanCaseProgressDetailsVo implements Vo { private String lawSubSid; //查看案件委托律师申请 - private String lawerApplySid; + private List lawerList = new ArrayList<>(); //查看回购申请 - private String repurchaseSid; + private List purchaseList = new ArrayList<>(); - //是否已回购 - private boolean repo; + /** 是否需要回购:0否,1是 */ + private Integer needRepurchase; - //诉讼申请中欠款合计--已有 -// private String amountAll; + /** 是否已回购0否1是 */ + private Integer repurchased; + + /** 回购资方金额 */ + private String repurchaseAmount; + + /** 起诉时逾期金额 */ + private String overdueAmountAtLawsuit; + + /** 起诉时垫资方逾期利息 */ + private String overdueInterestAtLawsuit; + + /** 起诉时资金占用费 */ + private String capitalOccupationFeeAtLawsuit; + + /** 最终判决日期 */ + private String finalJudgmentDate; + + /** 最终判决结果 */ + private String finalJudgmentResult; + + /** 最终判决金额 */ + private String finalJudgmentAmount; + + /** 其中判决欠款金额 */ + private String judgmentDebtAmount; + + /** 其中判决费用金额 */ + private String judgmentFeeAmount; + + /** 最终判决资金占用费 */ + private String finalCapitalOccupationFee; diff --git a/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/PurchaseListVo.java b/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/PurchaseListVo.java new file mode 100644 index 0000000000..3993f9b93e --- /dev/null +++ b/anrui-riskcenter/anrui-riskcenter-api/src/main/java/com/yxt/anrui/riskcenter/api/loancaseprogress/PurchaseListVo.java @@ -0,0 +1,34 @@ +package com.yxt.anrui.riskcenter.api.loancaseprogress; + +import com.yxt.common.core.vo.Vo; +import io.swagger.annotations.ApiModelProperty; +import lombok.Data; + +/** + * @description: + * @author: dimengzhe + * @date: 2025/6/5 + **/ +@Data +public class PurchaseListVo implements Vo { + private static final long serialVersionUID = 7732834042350922582L; + + private String sid; + @ApiModelProperty("流程状态") + private String nodeState; + + //分公司 + private String useOrgName; + + //申请部门 + private String deptName; + + //申请人 + private String createByName; + + //申请日期 + private String createTime; + + //办结日期 + private String closeDate; +} diff --git a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyMapper.java b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyMapper.java index 4e2464cd7f..1c8c76d033 100644 --- a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyMapper.java +++ b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyMapper.java @@ -29,6 +29,7 @@ import com.baomidou.mybatisplus.core.conditions.Wrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.baomidou.mybatisplus.core.toolkit.Constants; +import com.yxt.anrui.riskcenter.api.loancaseprogress.LawerListVo; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; @@ -72,5 +73,5 @@ public interface LoanCaseEntrustLawyerApplyMapper extends BaseMapper selectByAnjianSid(String sid); } \ No newline at end of file diff --git a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyMapper.xml b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyMapper.xml index c8b7e35869..6ffa391628 100644 --- a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyMapper.xml +++ b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyMapper.xml @@ -50,8 +50,11 @@ AND nodeState != '终止' - + \ No newline at end of file diff --git a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyService.java b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyService.java index 5c4228c387..586c4cef0e 100644 --- a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyService.java +++ b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseentrustlawyerapply/LoanCaseEntrustLawyerApplyService.java @@ -54,6 +54,7 @@ import com.yxt.anrui.riskcenter.api.loancaseentrustlawyerapply.flowable.LoanCase import com.yxt.anrui.riskcenter.api.loancaseentrustlawyerapply.flowable.LoanCaseEntrustLawyerApplyNodeVo; import com.yxt.anrui.riskcenter.api.loancaseentrustlawyerapply.flowable.LoanCaseEntrustLawyerApplyTaskQuery; import com.yxt.anrui.riskcenter.api.loancaseentrustlawyerapply.flowable.SubmitLoanCaseEntrustLawyerApplyDto; +import com.yxt.anrui.riskcenter.api.loancaseprogress.LawerListVo; import com.yxt.anrui.riskcenter.api.loancaseprogress.LoanCaseProgress; import com.yxt.anrui.riskcenter.api.loancaseprogressexecute.LoanCaseProgressExecute; import com.yxt.anrui.riskcenter.api.loancaseprogressexecutemeasure.LoanCaseProgressExecuteMeasure; @@ -669,7 +670,7 @@ public class LoanCaseEntrustLawyerApplyService extends MybatisBaseService selectByAnjianSid(String sid) { return baseMapper.selectByAnjianSid(sid); } } \ No newline at end of file diff --git a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseprogress/LoanCaseProgressService.java b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseprogress/LoanCaseProgressService.java index 9f5b3c8ff8..6f308ed1d6 100644 --- a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseprogress/LoanCaseProgressService.java +++ b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loancaseprogress/LoanCaseProgressService.java @@ -38,6 +38,7 @@ import com.yxt.anrui.riskcenter.api.loanfile.LoanFile; import com.yxt.anrui.riskcenter.api.loanfile.LoanFileEnum; import com.yxt.anrui.riskcenter.api.loanlawsuitsubapply.LoanLawsuitSubApply; import com.yxt.anrui.riskcenter.api.loanoverduefin.UrlQuery; +import com.yxt.anrui.riskcenter.api.loanrepurchaseapply.LoanRepurchaseApply; import com.yxt.anrui.riskcenter.api.loanreturnvehledger.LoanReturnVehLedger; import com.yxt.anrui.riskcenter.biz.loancaseentrustlawyerapply.LoanCaseEntrustLawyerApplyService; import com.yxt.anrui.riskcenter.biz.loancaseprogressclosed.LoanCaseProgressClosedService; @@ -50,6 +51,7 @@ import com.yxt.anrui.riskcenter.biz.loancaseprogresstrial.LoanCaseProgressTrialS import com.yxt.anrui.riskcenter.biz.loancaseprogressveh.LoanCaseProgressVehService; import com.yxt.anrui.riskcenter.biz.loanfile.LoanFileService; import com.yxt.anrui.riskcenter.biz.loanlawsuitsubapply.LoanLawsuitSubApplyService; +import com.yxt.anrui.riskcenter.biz.loanrepurchaseapply.LoanRepurchaseApplyService; import com.yxt.common.base.config.component.FileUploadComponent; import com.yxt.common.base.service.MybatisBaseService; import com.yxt.common.base.utils.PagerUtil; @@ -62,8 +64,10 @@ import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; +import java.math.BigDecimal; import java.text.ParseException; import java.text.SimpleDateFormat; +import java.time.format.DateTimeFormatter; import java.util.*; import java.util.stream.Collectors; @@ -113,6 +117,8 @@ public class LoanCaseProgressService extends MybatisBaseService lawerListVoList = loanCaseEntrustLawyerApplyService.selectByAnjianSid(sid); + lawerListVoList.removeAll(Collections.singleton(null)); + if(!lawerListVoList.isEmpty()){ + vo.setLawerList(lawerListVoList); + } + List busVinSidList = detailsVehs.stream().map(v->v.getBusVinSid()).collect(Collectors.toList()); + busVinSidList.removeAll(Collections.singleton(null)); + if(!busVinSidList.isEmpty()){ + //查询回购申请sid + List purchaseListVoList = loanRepurchaseApplyService.selectByBusVinSids(busVinSidList); + purchaseListVoList.removeAll(Collections.singleton(null)); + if(!purchaseListVoList.isEmpty()){ + vo.setPurchaseList(purchaseListVoList); + } } - //查询回购申请sid - - } return rb.success().setData(vo); } @@ -1069,9 +1083,53 @@ public class LoanCaseProgressService extends MybatisBaseService selectByBusVinSids(@Param("list") List busVinSidList); } diff --git a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanrepurchaseapply/LoanRepurchaseApplyMapper.xml b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanrepurchaseapply/LoanRepurchaseApplyMapper.xml index 72648797be..da292ab582 100644 --- a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanrepurchaseapply/LoanRepurchaseApplyMapper.xml +++ b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanrepurchaseapply/LoanRepurchaseApplyMapper.xml @@ -246,4 +246,15 @@ + + \ No newline at end of file diff --git a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanrepurchaseapply/LoanRepurchaseApplyService.java b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanrepurchaseapply/LoanRepurchaseApplyService.java index 6bab3c5d8c..823d524e04 100644 --- a/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanrepurchaseapply/LoanRepurchaseApplyService.java +++ b/anrui-riskcenter/anrui-riskcenter-biz/src/main/java/com/yxt/anrui/riskcenter/biz/loanrepurchaseapply/LoanRepurchaseApplyService.java @@ -45,6 +45,7 @@ import com.yxt.anrui.portal.api.sysstafforg.SysStaffOrgFeign; import com.yxt.anrui.portal.api.sysuser.PrivilegeQuery; import com.yxt.anrui.portal.api.sysuser.SysUserFeign; import com.yxt.anrui.portal.api.sysuser.SysUserVo; +import com.yxt.anrui.riskcenter.api.loancaseprogress.PurchaseListVo; import com.yxt.anrui.riskcenter.api.loanfile.LoanFile; import com.yxt.anrui.riskcenter.api.loanfile.LoanFileEnum; import com.yxt.anrui.riskcenter.api.loanfinbank.LoanFinBank; @@ -1603,4 +1604,8 @@ public class LoanRepurchaseApplyService extends MybatisBaseService selectByBusVinSids(List busVinSidList) { + return baseMapper.selectByBusVinSids(busVinSidList); + } } diff --git a/anrui-riskcenter/anrui-riskcenter-biz/src/main/resources/ftl/clrzxy旧.ftl b/anrui-riskcenter/anrui-riskcenter-biz/src/main/resources/ftl/clrzxy旧.ftl new file mode 100644 index 0000000000..3551545f47 --- /dev/null +++ b/anrui-riskcenter/anrui-riskcenter-biz/src/main/resources/ftl/clrzxy旧.ftl @@ -0,0 +1,5097 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 车辆融资协议 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 甲方: + + + + + + + + + + ${jf!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 乙方: + + + + + + + + + + ${yf!} + + + + + + + + + + + + + + + + + + + 证件号码 + + + + + + + + + + + + + + + + + + ${yfID!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 签订日期: + + + + + + + + + + ${qdDate!} + + + + + + + + + + + + + + + + + + 签订地点: + + + + + + + + + + ${qdAddress!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 甲方协助乙方办理车辆融资,本协议各方当事人本着自愿、平等原则,经充 + + + + + + + + 分协商,签订本合同,以共同遵守。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 第一条 甲乙双方一致认可以下事项 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1、乙方办理车辆融资指乙方办理车辆消费贷款或融资租赁业务获得资金支持。融资车辆系购买甲方的车辆或乙方自有的车辆(含自购保险、购置税及其他),具体以融资合同载明的车辆为准。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2、资金提供方系为乙方提供资金的银行、财务公司、融资租赁公司等,由乙方自行选择确定,本协议及还款协议中均称资金提供方。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3、乙方办理的融资业务以乙方与资金提供方签署的合同为准。资金提供方拒绝为乙方提供资金款项,甲方不承担责任。乙方与资金提供方签署的合同称为融资合同。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4、乙方按照本协议和融资合同的约定全面履行义务。甲方为乙方向资金提供方提供连带责任担保。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5、乙方融资完成,甲方对乙方的咨询服务履行完毕。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 第二条 融资项目、融资金额、融资所需费用 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 资金提供方 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${bankName!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 融资类型 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 以融资合同约定为准 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 融资项目 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${zc!} + + + + + + + + + 主车 + + + + + + + + + + ${gc!} + + + + + + + + + 挂车 + + + + + + + + + + ${bx!} + + + + + + + + + 保险 + + + + + + + + + + ${gzs!} + + + + + + + + + 购置税 + + + + + + + + + + ${pj!} + + + + + + + + + 配件 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 融资金额 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${downPayMoney!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 乙方应付甲 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 方费用明细 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 项目 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 金额 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保证金款项 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${bondAmounts!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 车辆落户保证金 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${carAmounts!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 保险保证金 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${premAmounts!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 咨询服务费 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${serviceAmounts!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 首年保险费 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${proxyPremium!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 购置税 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${proxyPurch!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 意外险 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${proxyAcciden!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 杂费 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${otherAmount!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 9 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 合计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${totalMoney!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 第三条 融资资料签署 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1、本协议签订视为乙方同意甲方、资金提供方查询其征信。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2、本协议签订后乙方应按资金提供方要求提交融资所需材料,配合资金提供方办理融资手续,签署相应的合同。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3、无论何时,资金提供方要求重新提交材料、重新签署合同,乙方均应予配合。乙方拒绝配合的,视为乙方不再办理车辆融资业务。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 第四条 担保 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1、甲方为乙方向资金提供方提供连带责任担保。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2、因甲方对资金提供方具有担保义务,乙方未按约定日期、数额偿还资金提供方相关款项的,甲方无须通知乙方即可履行担保责任,垫款偿付资金提供方的相关款项,该款项称为甲方履行担保义务垫款。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 3、甲方有权根据自身资金情况选择垫款日期,垫款数额。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4、乙方应及时偿还甲方履行担保义务垫款。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5、乙方先行向甲方支付保证金款项。甲方根据融资合同使用保证金款项。融资合同中,资金提供方收取乙方保证金的,该款项由甲方交给资金提供方(方式:资金提供方在发放融资款时直接扣除),此时,该保证金系乙方向资金提供方交纳的保证金。融资合同中,资金提供方未收取乙方保证金的,该款项留在甲方,此时,该保证金系乙方向甲方还款的履约保证金。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 第五条 争议解决 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 本合同项下发生的争议双方协商解决。如果协商不成,双方均可向本协议载明的签订地人民法院提起诉讼解决。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 第六条 合同生效 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 本协议自各方当事人签字或盖章完毕之日起生效。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 特别提示:本合同系各方当事人协商确定 + + + + + + + + + ,甲方提请 + + + + + + + + + 各方当事人 + + + + + + + + + 详细阅读所有条款并充分理解其含义及其法律后果,尤其是关于双方权利义务和管辖条款的约定 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 如有不明条款或其他约定可在下列补充条款中予以补充约定。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 补充条款: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 如对所有条款的含义及相应的法律后果 + + + + + + + + + 全部知晓并充分理解 + + + + + + + + + 后签署本合同。 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 甲方: 乙方: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CHINA + 2 + 265 + 1511 + 12 + 3 + 3 + false + false + 1773 + WPS Office_12.1.0.16250_F1E327BC-269C-435d-A152-05C5408002CA + 0 + + + + + + + 2020-07-29T02:24:00Z + Administrator + WPS_1599826008 + 2020-07-29T02:22:00Z + 2024-02-01T09:41:21Z + 4 + + + + + + + + 2052-12.1.0.16250 + + + D0CAA1EC9B574CE1AACB36658D69296E_13 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PAGE \* MERGEFORMAT + + + + + + + + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 合同编号: + + + + + + + + + + + R${loanContractNo!} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file