|
@@ -152,7 +152,7 @@
|
|
<div><span>时间区间:</span>{{ detailData.bizFirstDate }}~{{ detailData.bizLastDate }}</div>
|
|
<div><span>时间区间:</span>{{ detailData.bizFirstDate }}~{{ detailData.bizLastDate }}</div>
|
|
<div><span>期初余额:</span>{{ toThousands(detailData.beginBalance) }}</div>
|
|
<div><span>期初余额:</span>{{ toThousands(detailData.beginBalance) }}</div>
|
|
<div><span>借方合计:</span>{{ toThousands(detailData.debitAmount) }}</div>
|
|
<div><span>借方合计:</span>{{ toThousands(detailData.debitAmount) }}</div>
|
|
- <div><span>贷方合计:</span>{{ toThousands(detailData.creditAmount) }}</div>
|
|
|
|
|
|
+ <div><span>贷方合计:</span>{{ toThousands(detailData.creditAmount*-1) }}</div>
|
|
<div><span>余额:</span>{{ toThousands(detailData.totalAmount) }}</div>
|
|
<div><span>余额:</span>{{ toThousands(detailData.totalAmount) }}</div>
|
|
<div>
|
|
<div>
|
|
<span style="width:70px;">备注:</span>
|
|
<span style="width:70px;">备注:</span>
|
|
@@ -327,6 +327,7 @@ export default {
|
|
_this.resetTable(false)
|
|
_this.resetTable(false)
|
|
_this.getChooseList()
|
|
_this.getChooseList()
|
|
_this.$refs.partQuery.clearSelected()
|
|
_this.$refs.partQuery.clearSelected()
|
|
|
|
+ _this.getBasicsData(true)
|
|
}
|
|
}
|
|
_this.$message.info(res.message)
|
|
_this.$message.info(res.message)
|
|
_this.delLoading = false
|
|
_this.delLoading = false
|
|
@@ -400,6 +401,7 @@ export default {
|
|
this.getChooseList()
|
|
this.getChooseList()
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.partQuery.clearSelected()
|
|
this.$refs.partQuery.clearSelected()
|
|
|
|
+ this.getBasicsData(true)
|
|
}
|
|
}
|
|
this.isInster = false
|
|
this.isInster = false
|
|
this.spinning = false
|
|
this.spinning = false
|