|
@@ -2842,7 +2842,7 @@ class common {
|
|
|
$temp = array();
|
|
$temp = array();
|
|
|
$temp['container_no'] = $d['container_no'];
|
|
$temp['container_no'] = $d['container_no'];
|
|
|
$temp['description'] = $d['description'];
|
|
$temp['description'] = $d['description'];
|
|
|
- $temp['time'] = common::dealDateTime($d['eventdate'],$d['eventtime'],$d['timezone'],"m/d/Y H:i:s");
|
|
|
|
|
|
|
+ $temp['time'] = common::dealDateTime($d['eventdate'],$d['eventtime'],$d['timezone'],"m/d/Y");
|
|
|
$temp['uncity'] = $d['uncity'];
|
|
$temp['uncity'] = $d['uncity'];
|
|
|
|
|
|
|
|
$serial_no = common::deCode($d['serial_no'], 'E');
|
|
$serial_no = common::deCode($d['serial_no'], 'E');
|
|
@@ -2900,7 +2900,7 @@ class common {
|
|
|
$temp['place_of_receipt_exp'] = $d['place_of_receipt_exp'];
|
|
$temp['place_of_receipt_exp'] = $d['place_of_receipt_exp'];
|
|
|
$temp['place_of_delivery_exp'] = $d['place_of_delivery_exp'];
|
|
$temp['place_of_delivery_exp'] = $d['place_of_delivery_exp'];
|
|
|
$temp['action_type'] = $d['action_type'];
|
|
$temp['action_type'] = $d['action_type'];
|
|
|
- $temp['time'] = common::dealDateTime($d['act_date'],$d['act_time'],$d['timezone'],"m/d/Y H:i:s");
|
|
|
|
|
|
|
+ $temp['time'] = common::dealDateTime($d['act_date'],$d['act_time'],$d['timezone'],"m/d/Y");
|
|
|
$temp['locations'] = $d['locations'];
|
|
$temp['locations'] = $d['locations'];
|
|
|
|
|
|
|
|
$serial_no = common::deCode($d['serial_no'], 'E');
|
|
$serial_no = common::deCode($d['serial_no'], 'E');
|