|
@@ -468,6 +468,11 @@ class Fullorder extends Start_Controller {
|
|
//格式化数据
|
|
//格式化数据
|
|
foreach ($info_list as $key=>$value)
|
|
foreach ($info_list as $key=>$value)
|
|
{
|
|
{
|
|
|
|
+
|
|
|
|
+ $rginfo = $this->returngoods->get_orderinfo($value['orderinfo']);
|
|
|
|
+ if(!empty($rginfo)){
|
|
|
|
+ $info_list[$key]['number'] = $value['number']."<br/>".'<p style="color:blue"><i class="method fa fa-exclamation-circle" data-t="'.$rginfo['remark'].'"></i><p>';
|
|
|
|
+ }
|
|
$ud = $this->fullorder->read($value['id']);
|
|
$ud = $this->fullorder->read($value['id']);
|
|
$ud['address'] = str_replace("'","’",$ud['address']);
|
|
$ud['address'] = str_replace("'","’",$ud['address']);
|
|
$ud['name'] = str_replace("'","’",$ud['name']);
|
|
$ud['name'] = str_replace("'","’",$ud['name']);
|