+
+
统计:{{ profitSummaryLabel }}
+
后返合计 {{ toYuan(profitSummaryRebateTotal) }} · 利润合计 {{ profitSummaryProfitTotal === '' ? '—' : toYuan(profitSummaryProfitTotal) }}
+
后返金额
{{ toYuan(row.rebateAmount) }}
+
+ 售价渠道
+
+
+
+
+
+
+
+
+ 售价
+
+
+ 手填
+
+
+
+ 利润
+
+
+ 手填
+
+
+
+ 利润
+ {{ toYuan(row.profit) }}
+
+
+ 快捷
+
+ 按型号填价
+ 重算利润
+
+
后返备注
@@ -390,6 +434,45 @@
{{ toYuan(scope.row.rebateAmount) }}
+
+
+
+
+
+
+
+
+ —
+
+
+
+
+
+
+
+ {{ scope.row.sellingPrice != null ? toYuan(scope.row.sellingPrice) : '—' }}
+
+
+
+
+
+
+
+ {{ scope.row.profit != null ? toYuan(scope.row.profit) : '—' }}
+
+
+
+
+
+ 填价
+ 重算
+
+
+ 重算
+
+ —
+
+
@@ -980,7 +1063,7 @@