|
@@ -39,7 +39,7 @@ Page({
|
|
|
width: 200,
|
|
|
key: 'name'
|
|
|
}, {
|
|
|
- title: '总应收',
|
|
|
+ title: '总逾期',
|
|
|
width: 200,
|
|
|
key: 'allaoverduemount'
|
|
|
}, {
|
|
@@ -87,10 +87,10 @@ Page({
|
|
|
})
|
|
|
this.setListHeight()
|
|
|
this.selectComponent('#ListBox').RefreshToComplete();
|
|
|
- console.log("应收账款列表", res)
|
|
|
+ console.log("逾期账款列表", res)
|
|
|
let showList = [],
|
|
|
obj = {
|
|
|
- "sumallaoverduemount": '总应收',
|
|
|
+ "sumallaoverduemount": '总逾期',
|
|
|
"sumonemonthamount": '逾期1月',
|
|
|
"sumthreemonthamount": '逾期1-3月',
|
|
|
"sumupthreemonthamount": '逾期三月以上'
|