订单详情
订单编号 :
{{order?.orderNum}}
服务类型 :
{{ ss.getStoreBuyServiceTitle(order?.money) }}
金额 :
{{ order?.money }}
门店名称 :
{{ order?.shopName }}
门店数量 :
{{ order?.shopNum }}
发票抬头 :
{{order.invoiceTitle ? order?.invoiceTitle : '无'}}
联系人:
{{order?.linkman}}
联系电话:
{{order?.tel}}
创建时间:
{{ moment(order?.created, 'YYYY-MM-DD HH:mm') }}
支付方式 :
{{order?.payType}}
订单状态 :
{{order.status === 1 ? '未支付' : '已支付'}}