xiaohaizhao 3 mēneši atpakaļ
vecāks
revīzija
c069f88eca

+ 2 - 2
packageA/receivables/detail.js

@@ -52,7 +52,7 @@ Page({
       width: 200,
       key: 'amount'
     }, {
-      title: '应收金额',
+      title: '逾期金额',
       width: 200,
       key: 'overdueamount'
     }],
@@ -92,7 +92,7 @@ Page({
     }).then(res => {
       this.setListHeight()
       this.selectComponent('#ListBox').RefreshToComplete();
-      console.log("应收账款明细", res)
+      console.log("逾期账款明细", res)
       let list = res.data.map(v => {
         v.amount = CNY(v.amount)
         v.overdueamount = CNY(v.overdueamount)

+ 3 - 3
packageA/receivables/index.js

@@ -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": '逾期三月以上'

+ 1 - 1
project.private.config.json

@@ -5,6 +5,6 @@
     "compileHotReLoad": true,
     "urlCheck": false
   },
-  "libVersion": "3.6.1",
+  "libVersion": "3.7.1",
   "condition": {}
 }

+ 1 - 1
utils/work/apps.js

@@ -244,7 +244,7 @@ function getedd() {
 		path: "/packageA/remitVoucher/index",
 		icon: "work-dakuanpingzheng"
 	}, {
-		name: "应收账款",
+		name: "逾期账款",
 		path: "/packageA/receivables/index",
 		icon: "work-kaipiao",
 	}, {