|
|
@ -574,6 +574,10 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '其它融中年利率不能为空' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (parseInt(this.formobj.period) < parseInt(this.formobj.loanFinOtherPolicy.period)) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '其它融中期数不能大于主产品期数' }) |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
if (this.useDept_list.length > 0) { |
|
|
|
const aa = [] |
|
|
|