Commit 99079b7d authored by Asjoker's avatar Asjoker

bug 55231 修复

parent 9c0d651c
......@@ -2983,7 +2983,7 @@ export default {
this.form.tempDBForm = res.data.data.DBXX[0]
}
// 处理 贷款总额(万元)
if (this.$route.query.number === '18') {
if (this.$route.query.number === '18' && this.form.INCOMEEXPENDTYPE !== '03') {
this.form.HSAMT /= 10000
this.form.HSBGAMT /= 10000
this.form.SKDWXX.forEach(item => {
......@@ -3867,7 +3867,7 @@ export default {
// if (this.checkTotalSum()) {
this.foreachTempDBform()
// 处理 贷款总额(万元)
if (this.$route.query.number === '18') {
if (this.$route.query.number === '18' && this.form.INCOMEEXPENDTYPE !== '03') {
this.form.HSAMT *= 10000
this.form.HSBGAMT *= 10000
if (this.form.SKDWXX && this.form.FKDWXX) {
......@@ -3990,7 +3990,7 @@ export default {
// if (this.checkTotalSum()) {
this.foreachTempDBform()
// 处理 贷款总额(万元)
if (this.$route.query.number === '18') {
if (this.$route.query.number === '18' && this.form.INCOMEEXPENDTYPE !== '03') {
this.form.HSAMT *= 10000
this.form.HSBGAMT *= 10000
if (this.form.SKDWXX && this.form.FKDWXX) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment