|
|
@@ -148,6 +148,8 @@
|
|
|
v-loading="listLoading"
|
|
|
:height="tableHeight - currentClickNum"
|
|
|
style="width: 100%"
|
|
|
+ :summary-method="getSummaries"
|
|
|
+ show-summary
|
|
|
>
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
<el-table-column prop="code" label="单据编号" width="120">
|
|
|
@@ -2071,7 +2073,7 @@ export default {
|
|
|
sums[index] = this.$t("benYeJineheJi"); //this.$t('other.totals');
|
|
|
return;
|
|
|
}
|
|
|
- if (index === 4) {
|
|
|
+ if (index === 9) {
|
|
|
const values = data.map((item) => Number(item[column.property]));
|
|
|
console.log("amount=" + values);
|
|
|
if (!values.every((value) => isNaN(value))) {
|