Showing
1 changed file
with
7 additions
and
7 deletions
@@ -248,13 +248,13 @@ class OrderModel | @@ -248,13 +248,13 @@ class OrderModel | ||
248 | $result['invoice']['type'] = $result['invoice']['type'] * 1 === 2 ? true : false; | 248 | $result['invoice']['type'] = $result['invoice']['type'] * 1 === 2 ? true : false; |
249 | } | 249 | } |
250 | 250 | ||
251 | - $result['invoice'] = array( | ||
252 | - 'type' => true,//-- 纸质 false,电子 true | ||
253 | - 'title' => '发票抬头',// --发票抬头 | ||
254 | - 'contentValue' => '服饰',//-- 发票内容 | ||
255 | - 'mobilePhone' => '13651898702',//--电话 | ||
256 | - '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下载地址 | ||
257 | - ); | 251 | +// $result['invoice'] = array( |
252 | +// 'type' => true,//-- 纸质 false,电子 true | ||
253 | +// 'title' => '发票抬头',// --发票抬头 | ||
254 | +// 'contentValue' => '服饰',//-- 发票内容 | ||
255 | +// 'mobilePhone' => '13651898702',//--电话 | ||
256 | +// '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下载地址 | ||
257 | +// ); | ||
258 | } | 258 | } |
259 | //取消订单原因列表 | 259 | //取消订单原因列表 |
260 | $resons = OrderData::closeReasons(); | 260 | $resons = OrderData::closeReasons(); |
-
Please register or login to post a comment