mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化 大屏欠费提醒
This commit is contained in:
parent
077641c565
commit
df3072e287
@ -7,7 +7,7 @@ function _loadAssetFee() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
vc.http.apiGet(
|
vc.http.apiGet(
|
||||||
'/bigScreen/getAssetsFee',
|
'/reportFeeMonthStatistics/queryOwePaymentCount',
|
||||||
param,
|
param,
|
||||||
function (json, res) {
|
function (json, res) {
|
||||||
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);
|
//vm.menus = vm.refreshMenuActive(JSON.parse(json),0);
|
||||||
@ -39,8 +39,8 @@ function initFeeChart(_data) {
|
|||||||
|
|
||||||
_data.forEach(item => {
|
_data.forEach(item => {
|
||||||
xAxisData.push(item.feeName);
|
xAxisData.push(item.feeName);
|
||||||
data1.push(-item.feeCount);
|
data1.push(-item.normalCount);
|
||||||
data2.push(item.oweFeeCount);
|
data2.push(item.objCount);
|
||||||
});
|
});
|
||||||
|
|
||||||
// for (var i = 0; i < 10; i++) {
|
// for (var i = 0; i < 10; i++) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user