|
@@ -357,6 +357,10 @@ class Returngoods extends Start_Controller {
|
|
|
$this->data['open_back_url'] = "/fullordersmt/edit/".$info['back_id'];
|
|
|
}
|
|
|
//亚马逊暂无 1513
|
|
|
+ if($shop['type'] == 1513){
|
|
|
+ $this->data['open_url'] = "/fullorderamz/edit/".$order_info['id'];
|
|
|
+ $this->data['open_back_url'] = "/fullorderamz/edit/".$info['back_id'];
|
|
|
+ }
|
|
|
//tiktok平台
|
|
|
if($shop['type'] == 1514){
|
|
|
$this->data['open_url'] = "/fullordertt/edit/".$order_info['id'];
|
|
@@ -368,6 +372,15 @@ class Returngoods extends Start_Controller {
|
|
|
$this->data['open_back_url'] = "/fullorderxw/edit/".$info['back_id'];
|
|
|
}
|
|
|
|
|
|
+ $jjcd_list = $this->returngoods->getJinJiChengDu();
|
|
|
+ $shpjxx_list= $this->returngoods->getShouHouPingJiaXuanXian();
|
|
|
+ if($info['table_type'] == 2){
|
|
|
+ $info['jjcd_show'] = isset($jjcd_list[$info['jjcd']])?$jjcd_list[$info['jjcd']]:'--';
|
|
|
+ $info['shpjxx_show'] = isset($shpjxx_list[$info['shpjxx']])?$shpjxx_list[$info['shpjxx']]:'--';
|
|
|
+ }else{
|
|
|
+ $info['jjcd_show'] = "--";
|
|
|
+ $info['shpjxx_show'] = "--";
|
|
|
+ }
|
|
|
|
|
|
$this->data['info'] = $info;
|
|
|
$this->_Template('returngoods_detail',$this->data);
|