Browse Source

Merge branch '红色' into 测试

xiaohaizhao 2 weeks ago
parent
commit
e40b39aca5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      packageA/invoice/detail.js
  2. 1 0
      packageA/invoice/index.js

+ 1 - 0
packageA/invoice/detail.js

@@ -216,6 +216,7 @@ Page({
             page.setData({
                 list: res.data.map(v => {
                     v.redamount = CNY(v.redamount)
+                    v.suminvoiceamount = CNY(v.suminvoiceamount)
                     v.factamount = CNY(v.factamount)
                     return v
                 })

+ 1 - 0
packageA/invoice/index.js

@@ -42,6 +42,7 @@ Page({
             this.selectComponent('#ListBox').RefreshToComplete();
             res.data = res.data.map(v => {
                 v.redamount = CNY(v.redamount)
+                v.suminvoiceamount = CNY(v.suminvoiceamount)
                 v.factamount = CNY(v.factamount)
                 return v
             })