Authored by cailing

订单详情页电子发票

... ... @@ -248,13 +248,13 @@ class OrderModel
$result['invoice']['type'] = $result['invoice']['type'] * 1 === 2 ? true : false;
}
$result['invoice'] = array(
'type' => true,//-- 纸质 false,电子 true
'title' => '发票抬头',// --发票抬头
'contentValue' => '服饰',//-- 发票内容
'mobilePhone' => '13651898702',//--电话
'pdfUrl' => 'http://redmine.yoho.cn/attachments/download/2732/%E7%94%B5%E5%AD%90%E5%8F%91%E7%A5%A8-wap%E7%AB%AF.pdf',//--pdf下载地址
);
// $result['invoice'] = array(
// 'type' => true,//-- 纸质 false,电子 true
// 'title' => '发票抬头',// --发票抬头
// 'contentValue' => '服饰',//-- 发票内容
// 'mobilePhone' => '13651898702',//--电话
// 'pdfUrl' => 'http://redmine.yoho.cn/attachments/download/2732/%E7%94%B5%E5%AD%90%E5%8F%91%E7%A5%A8-wap%E7%AB%AF.pdf',//--pdf下载地址
// );
}
//取消订单原因列表
$resons = OrderData::closeReasons();
... ...