|
@@ -526,10 +526,9 @@ export default {
|
|
|
this.form.black = this.userInfo.black
|
|
this.form.black = this.userInfo.black
|
|
|
this.form.showStock = this.userInfo.showStock
|
|
this.form.showStock = this.userInfo.showStock
|
|
|
this.discount = parseFloat(res.data.discount)
|
|
this.discount = parseFloat(res.data.discount)
|
|
|
- console.log('111111111')
|
|
|
|
|
- console.log(res.data)
|
|
|
|
|
if(res.data.remainDebtAmount && Number(res.data.remainDebtAmount)>0){
|
|
if(res.data.remainDebtAmount && Number(res.data.remainDebtAmount)>0){
|
|
|
- this.title = '待结金额 ¥'+res.data.remainDebtAmount
|
|
|
|
|
|
|
+ let name = res.data.name && !this.$util.isEmpty(res.data.name) ? res.data.name+' 待结款' : '待结款'
|
|
|
|
|
+ this.title = name+' ¥'+res.data.remainDebtAmount
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|