|
|
@@ -253,7 +253,7 @@ export default {
|
|
|
return getDetB({ id: this.option.id }).then(res => {
|
|
|
this.orderInfo = res.data;
|
|
|
this.orderInfo.deadline = commonUtil.getFormatDate(this.orderInfo.deadline,'MM-dd hh:mm')
|
|
|
- this.dj = this.orderInfo.actPrice - this.orderInfo.debtPrice
|
|
|
+ this.dj = this.orderInfo.actPrice - this.orderInfo.remainDebtPrice
|
|
|
this.dj = parseFloat(this.dj.toFixed(2))
|
|
|
});
|
|
|
}
|