diff --git a/gasStation-uni/pagesRefuel/orderDetail/index.vue b/gasStation-uni/pagesRefuel/orderDetail/index.vue
new file mode 100644
index 000000000..4cb3e4c6b
--- /dev/null
+++ b/gasStation-uni/pagesRefuel/orderDetail/index.vue
@@ -0,0 +1,221 @@
+
+
+
+
+
+
+
+ 订单详情
+
+ 油站名称
+ {{store.name}}{{store.description ? "("+store.description+")" : ""}}
+
+
+ 油号油枪
+ {{oilName}}/{{oilOrder.oilGunNum}}
+
+
+ 加油金额
+ {{oilOrder.orderAmount}}
+
+
+ 加油数量
+ {{oilOrder.oilNum}}
+
+
+ 油品单价
+ {{oilPrice}}/元
+
+
+ 加油员工
+ {{staff.realName}}
+
+
+
+
+
+ 优惠券
+ 未选择优惠券
+
+
+
+
+ 加油金
+ (余额:0.00)
+
+ 未选择优惠券
+
+
+
+
+ 支付方式
+
+ 微信支付
+
+
+
+
+
+
+
+
+
+
+ ¥0.01
+
+ 应付金额
+
+
+ 确认支付
+
+
+
+
+
+
+
+
+
\ No newline at end of file