diff --git a/jshERP-web/src/views/report/CustomerAccount.vue b/jshERP-web/src/views/report/CustomerAccount.vue
index 52064635..cdfff0fa 100644
--- a/jshERP-web/src/views/report/CustomerAccount.vue
+++ b/jshERP-web/src/views/report/CustomerAccount.vue
@@ -60,6 +60,12 @@
{{record.id?'详情':''}}
+
+ 期末应收
+
+
+
+
@@ -147,7 +153,9 @@
{title: '期初应收', dataIndex: 'preNeed', width: 80},
{title: '本期欠款', dataIndex: 'debtMoney', width: 80},
{title: '本期收款', dataIndex: 'backMoney', width: 80},
- {title: '期末应收', dataIndex: 'allNeed', width: 80}
+ {dataIndex: 'allNeed', width: 80,
+ slots: { title: 'customTitle' }
+ }
],
url: {
list: "/depotHead/getStatementAccount",
diff --git a/jshERP-web/src/views/report/VendorAccount.vue b/jshERP-web/src/views/report/VendorAccount.vue
index cd87315f..014150f8 100644
--- a/jshERP-web/src/views/report/VendorAccount.vue
+++ b/jshERP-web/src/views/report/VendorAccount.vue
@@ -60,6 +60,12 @@
{{record.id?'详情':''}}
+
+ 期末应付
+
+
+
+
@@ -147,7 +153,9 @@
{title: '期初应付', dataIndex: 'preNeed', width: 80},
{title: '本期欠款', dataIndex: 'debtMoney', width: 80},
{title: '本期付款', dataIndex: 'backMoney', width: 80},
- {title: '期末应付', dataIndex: 'allNeed', width: 80}
+ {dataIndex: 'allNeed', width: 80,
+ slots: { title: 'customTitle' }
+ }
],
url: {
list: "/depotHead/getStatementAccount",
diff --git a/jshERP-web/src/views/report/modules/DebtAccountList.vue b/jshERP-web/src/views/report/modules/DebtAccountList.vue
index 9343ac86..d1201ef3 100644
--- a/jshERP-web/src/views/report/modules/DebtAccountList.vue
+++ b/jshERP-web/src/views/report/modules/DebtAccountList.vue
@@ -51,11 +51,11 @@
{{record.number}}
- 实际欠款
-
-
-
-
+ 实际欠款
+
+
+
+