diff --git a/flower_user_front/src/views/OrderView.vue b/flower_user_front/src/views/OrderView.vue new file mode 100644 index 0000000..f4e6670 --- /dev/null +++ b/flower_user_front/src/views/OrderView.vue @@ -0,0 +1,755 @@ + + + + + + + + + + + + + + + + {{scope.row.flower_name}} + + 包装辅材: + 无 + + {{pack.pack_name}} + + + + + + {{scope.row.flower_price.toFixed(2)}} + + + + + 待支付 + 待发货 + 待收货 + 已收货 + 待退款 + 已退款 + + + + + 查看订单 + 删除 + + 支付 + + 等待商家发货 + + 确认收货 + + + 评价 + 退款 + + 等待商家退款 + 商家已退款 + + + + + + + + + {{this.FlowerDialogForm.order_id}} + + + {{this.FlowerDialogForm.user_id}} + + + 送货上门 + 到店自取 + + + 待支付 + 待发货 + 待收货 + 已收货 + 待退款 + 已退款 + + + {{this.FlowerDialogForm.order_address}} + + + {{this.FlowerDialogForm.order_phone}} + + + {{this.FlowerDialogForm.order_delivery_number}} + + + {{this.FlowerDialogForm.order_time}} + + + {{this.FlowerDialogForm.order_time_pay}} + + + {{this.FlowerDialogForm.order_time_delivery}} + + + {{this.FlowerDialogForm.order_time_receive}} + + + + + + + + {{ pack.pack_name }} + + + {{ pack.pack_price.toFixed(2) }} + + + + + + + + + + + + {{scope.row.sum.toFixed(2)}} + {{scope.row.sum}} + + + + + {{this.FlowerDialogForm.trans_fee}} + + + {{this.FlowerDialogForm.order_price}} + + + + + + + + + {{comment.flower_name}} + + + + + + + + + + + + + + + + + + + + + + + 待支付 + 待发货 + 待收货 + 已收货 + + + + + 查看订单 + 删除 + + 支付 + + 等待商家发货 + + 确认收货 + + 已收货 + + + + + + + + + {{this.GiftDialogForm.order_id}} + + + {{this.GiftDialogForm.user_id}} + + + 送货上门 + 到店自取 + + + 待支付 + 待发货 + 待收货 + 已收货 + 待退款 + 已退款 + + + {{this.GiftDialogForm.order_address}} + + + {{this.GiftDialogForm.order_phone}} + + + {{this.GiftDialogForm.order_delivery_number}} + + + {{this.GiftDialogForm.order_time}} + + + {{this.GiftDialogForm.order_time_pay}} + + + {{this.GiftDialogForm.order_time_delivery}} + + + {{this.GiftDialogForm.order_time_receive}} + + + + + + + + + + {{this.GiftDialogForm.trans_fee}} + + + {{this.GiftDialogForm.order_price}} + + + + + + + + + + \ No newline at end of file