电商订单查询

顾客姓名: {{datas.maskBuyer}}
顾客电话: {{datas.buyerphone}}
订单状态: 待接单 已完成 订单确认 门店接单 已取消
下单时间: {{datas.date}}
订购车型: {{productCar.product.substring(0,productCar.product.indexOf('-')) }}
       {{ productCar.product.substr(productCar.product.indexOf('-')+1,17) }}
       {{ productCar.product.substr(productCar.product.indexOf('-')+18) }}
数  量: {{productCar.quantity}}
优惠金额: {{datas.deduction}}元
提货方式: 自提 送货
确认后的提货时间: {{datas.deliverydate}}
确认后的提货方式: 自提 送货
常见场景: {{datas.scene}}
场景备注: {{datas.note}}
订单金额: {{datas.totalmoney}}元
订  金: {{datas.deposit}}元
应付金额: {{datas.money}}元
发票信息: {{datas.invoiceInfo}}

{{resultMsg}}