|
@@ -530,15 +530,25 @@ class Returngoods extends Start_Controller {
|
|
|
$tmp['orderinfo'] = "<h9 class='window' data-h='/returngoods/edit/".$value['id']."' data-t='订单号:".$value['orderinfo']."'><p>".$value['orderinfo']."</p></h9>";
|
|
|
|
|
|
// $tmp['orderinfo'] = $value['orderinfo'];
|
|
|
+
|
|
|
+ $table_name = "fullorder";
|
|
|
+ if($value['table_type'] == 2){
|
|
|
+ $table_name = "fullordertt";
|
|
|
+ }elseif($value['table_type'] == 3){
|
|
|
+ $table_name = "fullordersmt";
|
|
|
+ }elseif($value['table_type']== 4){
|
|
|
+ $table_name = "fullorderamz";
|
|
|
+ }
|
|
|
+ $forder_info = $this->logic_order->getInfoByPlat($table_name, $value['number']);
|
|
|
|
|
|
- $tmp['number'] = $value['number'];
|
|
|
+ $tmp['number'] = "<h9 class='window' data-h='/".$table_name."/"."readonly/".$forder_info['id']."' data-t='订单号:".$value['orderinfo']."'><p>".$value['number']."</p></h9>";
|
|
|
|
|
|
if(empty($value['cate_two'])){
|
|
|
$tmp['cate_show'] = $cate_one_show[$value['cate_one']];
|
|
|
}else{
|
|
|
$tmp['cate_show'] = $cate_one_show[$value['cate_one']]."-".$cate_two_show[$value['cate_one']][$value['cate_two']];
|
|
|
}
|
|
|
- $tmp['remark'] = $value['remark'];
|
|
|
+ $tmp['remark'] = '<p style="position: relative;padding-top:10px;"><i class="method_self fa fa-list-ul" data-t="'.$forder_info['shipremarks'].'" style="position: absolute;top: 0;right: 0;"></i> '.$value['remark']."<p>";
|
|
|
|
|
|
|
|
|
$tmp['back_type'] = isset($back_status_show[$value['back_type']])?$back_status_show[$value['back_type']]: '';
|