瀏覽代碼

Merge branch '红色' into 测试

xiaohaizhao 3 月之前
父節點
當前提交
e40b39aca5
共有 2 個文件被更改,包括 2 次插入0 次删除
  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
             })