...
|
...
|
@@ -29,39 +29,39 @@ exports.orderDetail = (req, res, next) => { |
|
|
pageFooter: true,
|
|
|
orderDetail: [
|
|
|
{
|
|
|
'pay_expire': '2016-07-28 17:26:28',
|
|
|
'user_confirm_paid': 'N',
|
|
|
'payment_type_str': '在线支付',
|
|
|
'use_limit_code': 'Y',
|
|
|
'is_cancel': 'N',
|
|
|
'uid': '20000266',
|
|
|
'update_time': '0',
|
|
|
'name': '张三',
|
|
|
'phoneNum': '15999999999',
|
|
|
'isVirtual': false,
|
|
|
'mobile': '15999999999',
|
|
|
'orderNum': '1606688700',
|
|
|
'address': '测试地址测试地址测试地址测试地址',
|
|
|
'orderStatus': '已取消',
|
|
|
'orderTime': '2016-08-17 11:24:28',
|
|
|
'logisticsUrl': '#',
|
|
|
'logisticsCompany': '顺丰',
|
|
|
'logisticsNum': '111111',
|
|
|
'yohoCoin': '999',
|
|
|
'invoice': {
|
|
|
'title': '有货',
|
|
|
'contentValue': '有货',
|
|
|
'pdfUrl': '#'
|
|
|
pay_expire: '2016-07-28 17:26:28',
|
|
|
user_confirm_paid: 'N',
|
|
|
payment_type_str: '在线支付',
|
|
|
use_limit_code: 'Y',
|
|
|
is_cancel: 'N',
|
|
|
uid: '20000266',
|
|
|
update_time: '0',
|
|
|
name: '张三',
|
|
|
phoneNum: '15999999999',
|
|
|
isVirtual: false,
|
|
|
mobile: '15999999999',
|
|
|
orderNum: '1606688700',
|
|
|
address: '测试地址测试地址测试地址测试地址',
|
|
|
orderStatus: '已取消',
|
|
|
orderTime: '2016-08-17 11:24:28',
|
|
|
logisticsUrl: '#',
|
|
|
logisticsCompany: '顺丰',
|
|
|
logisticsNum: '111111',
|
|
|
yohoCoin: '999',
|
|
|
invoice: {
|
|
|
title: '有货',
|
|
|
contentValue: '有货',
|
|
|
pdfUrl: '#'
|
|
|
},
|
|
|
'qrcode': '#',
|
|
|
'orderBalance': [{
|
|
|
'promotion': '商品总金额',
|
|
|
'account': '100.00'
|
|
|
qrcode: '#',
|
|
|
orderBalance: [{
|
|
|
promotion: '商品总金额',
|
|
|
account: '100.00'
|
|
|
}, {
|
|
|
'promotion': '运费',
|
|
|
'account': '10.00'
|
|
|
promotion: '运费',
|
|
|
account: '10.00'
|
|
|
}],
|
|
|
'price': '999.99'
|
|
|
price: '999.99'
|
|
|
}
|
|
|
]
|
|
|
}));
|
...
|
...
|
|