{{$t(`发票类型`)}}
{{orderInfo.invoice.type === 1 ? $t(`增值税电子普通发票`) : $t(`增值税电子专用发票`)}}
{{$t(`发票抬头`)}}
{{orderInfo.invoice.name}}
{{$t(`税号`)}}
{{orderInfo.invoice.duty_number}}
{{$t(`手机号`)}}
{{orderInfo.invoice.drawer_phone}}
{{$t(`邮箱`)}}
{{orderInfo.invoice.email}}
{{$t(`开户银行`)}}
{{orderInfo.invoice.bank}}
{{$t(`银行账号`)}}
{{orderInfo.invoice.card_number}}
{{$t(`企业地址`)}}
{{orderInfo.invoice.address}}
{{$t(`企业电话`)}}
{{orderInfo.invoice.tell}}
{{$t(`发票编号`)}}
{{orderInfo.invoice.invoice_number}}
{{$t(`发票备注`)}}
{{orderInfo.invoice.remark}}
{{$t(`订单编号`)}}:
{{orderInfo.order_id}}
{{$t(`复制`)}}
{{$t(`复制`)}}
{{$t(`下单时间`)}}:
{{(orderInfo.add_time_y || '') +' '+(orderInfo.add_time_h || 0)}}
{{$t(`支付状态`)}}:
{{$t(`已支付`)}}
{{$t(`未支付`)}}
{{$t(`支付方式`)}}:
{{orderInfo._status._payType}}
{{$t(`买家留言`)}}:
{{orderInfo.mark}}
{{$t(`备注`)}}:
{{orderInfo.fictitious_content}}
{{$t(`收货人`)}}:
{{orderInfo.real_name}}
{{$t(`联系电话`)}}:
{{orderInfo.user_phone}}
{{$t(`收货地址`)}}:
{{orderInfo.user_address}}
{{$t(`配送方式`)}}:
{{$t(`发货`)}}
{{$t(`快递公司`)}}:
{{orderInfo.delivery_name || ''}}
{{$t(`快递号`)}}:
{{orderInfo.delivery_id || ''}}
{{$t(`配送方式`)}}:
{{$t(`送货`)}}
{{$t(`配送人姓名`)}}:
{{orderInfo.delivery_name || ''}}
{{$t(`联系电话`)}}:
{{orderInfo.delivery_id || ''}}{{$t(`dial`)}}
{{$t(`虚拟发货`)}}:
{{$t(`已发货,请注意查收`)}}
{{$t(`支付金额`)}}:
{{$t(`¥`)}}{{orderInfo.pay_price}}