-
订单总数
-
55
+
+
笔数
+
{{ orderStatistics.numberOfStrokes?orderStatistics.numberOfStrokes:0 }}
+
+
+
订单总金额
+
{{ orderStatistics.theTotalAmountOfTheOrder?orderStatistics.theTotalAmountOfTheOrder:0 }}
+
+
+
实付总金额
+
{{ orderStatistics.theTotalAmountPaid?orderStatistics.theTotalAmountPaid:0 }}
+
+
+
油品优惠
+
{{ orderStatistics.oilDiscounts?orderStatistics.oilDiscounts:0 }}
+
+
+
油品总金额
+
{{ orderStatistics.theTotalAmountOfOil?orderStatistics.theTotalAmountOfOil:0 }}
+
+
+
商品总金额
+
{{ orderStatistics.theTotalAmountOfTheItem?orderStatistics.theTotalAmountOfTheItem:0 }}
收银台订单列表
-
-
- 导出订单
-
+
+ 导出订单
+
-
+
-
-
+
-
+
+
+ {{scope.row.oilOrderAmount ? scope.row.oilOrderAmount : '0'}}
+
-
+
+
+ {{scope.row.goodsOrderAmount ? scope.row.goodsOrderAmount : '0'}}
+
-
-
-
-
+
+
- 未支付
- 已支付
+ 未支付
+ 已支付
+ 已退款
支付失败
@@ -129,6 +130,7 @@
@click="patchwork(scope.row)"
type="primary" plain round>补打
退款
@@ -150,7 +152,7 @@
-
+
@@ -188,7 +190,7 @@
- {{ getName(oilNameList,scope.row.oils) }}/{{ scope.row.oilGunNum }}号枪
+ {{ getName(oilNameList,scope.row.oils) }}/{{ scope.row.oilGunNum }}
@@ -226,13 +228,13 @@
-
+
- ¥{{ cashierOrder.amount }}
+ ¥{{ cashierOrder.payAmount }}
退款金额
退款单号:{{ cashierOrder.orderNo }}
@@ -245,13 +247,13 @@