template("myOrder/detail",function(e,t){var n=this,r=e.showNavBar,i=n.$escape,s=e.orderID,o=e.order,u=n.$each,a=(e.product,e.i),f=(e.appendProduct,e.appendOrder,e.time),l="";return r&&(l+='

订单详情

'),l+='
  • 订单状态
    ',l+=i(o.status_str),l+='
    订单编号
    ',l+=i(o.order_num),l+='
    服务地点
    ',l+=i(o.address.city),l+=i(o.address.area),l+=i(o.address.poi.name),l+=i(o.address.detail),l+='
    预约时间
    ',l+=i(o.booking_time_str),l+='
    下单时间
    ',l+=i(o.order_time_str),l+="
    ",o.cancel_time&&(l+='
    取消时间
    ',l+=i(o.cancel_time_str),l+="
    "),l+=" ",o.finish_time&&(l+='
    完成时间
    ',l+=i(o.finish_time_str),l+="
    "),l+='
  • ',4==o.status&&o.technician_name&&(l+='
  • ',l+=i(o.technician_name),l+='已出发,电话:',l+=i(o.tech_info.mobile),l+='
  • '),l+='
  • 订单明细
  • ',u(o.products,function(e,t){l+='
  • ',l+=i(e.name),e.count>1&&(l+='x',l+=i(e.count),l+=""),l+='
    ',l+=i(e.price),l+="元
  • "}),l+=" ",u(o.append_orders,function(e,t){l+='
  • ',l+=i(e.products_str),l+='
    ',l+=i(e.price),l+="元
  • "}),l+='
  • 总价
    ',l+=i(o.sum_price),l+='元
  • 订单状态
    ',l+=i(o.status_str),l+="
  • ",""!==o.pay_channel&&(l+='
  • 支付方式
    ',l+="alipay"==o.pay_channel?"支付宝":"微信",u(o.append_orders,function(e,t){l+="+",l+="alipay"==e.pay_channel?"支付宝":"微信"}),l+="
  • "),l+='
  • 订单备注 ',""!==o.memo&&(l+="(",l+=i(o.memo),l+=")"),l+='
',0==o.status&&(l+=' '),l+=" ",o.status>=1&&o.status<=5&&(l+='
',o.booking_time>f&&1==o.status&&(l+=' 申请退款 '),l+=" ","7"!==o.products[0].type&&"6"!==o.products[0].type&&(l+=' 追加服务 '),l+=" ",f>o.booking_time&&(l+=' 确认完成 '),l+="
"),l+=" ",6!=o.status||o.have_comment||(l+=' '),l+="
",new String(l)});