'.$from_station_name.''.$to_station_name.'

'; echo '

'; echo '

(ID:'.$items->tst_id.')'.$items->tst_realname.'('.$items->tst_ticketype.')    '.$items->tst_seatstype.'  '.$items->tst_seatdetail.'    票价:¥'.$items->tst_ticketprice.'

'; if ((int)$items->tst_status==7){//退票成功 echo '    

退票成功

'; }else if ((int)$items->tst_status==8){ $errMsg = ""; if (!empty($items->tst_returncallback)){ $returnCallBack = json_decode($items->tst_returncallback); if (isset($returnCallBack->failReason)){ $errMsg = $returnCallBack->failReason; } } echo '    

退票失败:'.$errMsg.'

'; } if((int)$items->tst_status == 4 || (int)$items->tst_status==8){ echo '

'; echo '退票'; echo '

'; }elseif((int)$items->tst_status == 9){ echo '

'; echo '改签退票'; echo '

'; }else{ $info = json_decode($items->tst_returncallback); echo '

'; echo ''; echo '
退票处理
'.$items->tst_lasteditdate.'
'.$msg.'

'; } }?>