Commit 2a43a7c9 by guanzhenshan

订单明细隐藏退款金额字段

parent 068b8d09
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
{ field: 'amount_tax', title: '税费收入', width: '110', sortable: true, iscount: true }, { field: 'amount_tax', title: '税费收入', width: '110', sortable: true, iscount: true },
{ field: 'amount_adjustment', title: '调整金额', width: '120', sortable: true, iscount: true }, { field: 'amount_adjustment', title: '调整金额', width: '120', sortable: true, iscount: true },
{ field: 'amount_gift_wrap', title: '礼品包装金额', width: '150', sortable: true, iscount: true }, { field: 'amount_gift_wrap', title: '礼品包装金额', width: '150', sortable: true, iscount: true },
{ field: 'amount_refund', title: '退款金额', width: '90', sortable: true, iscount: true }, //{ field: 'amount_refund', title: '退款金额', width: '90', sortable: true, iscount: true },
{ field: 'cost_total', title: '总支出', width: '110', sortable: true, iscount: true }, { field: 'cost_total', title: '总支出', width: '110', sortable: true, iscount: true },
{ field: 'cost_promotion', title: '促销费用', width: '110', sortable: true, iscount: true }, { field: 'cost_promotion', title: '促销费用', width: '110', sortable: true, iscount: true },
{ field: 'cost_platform_fee', title: '平台费用', width: '100', sortable: true, iscount: true }, { field: 'cost_platform_fee', title: '平台费用', width: '100', sortable: true, iscount: true },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment