transfer_1230_6
This commit is contained in:
@@ -301,6 +301,7 @@ class Transfer extends HD_Controller
|
||||
}
|
||||
}
|
||||
$jsondata = $re['jsondata'] ? json_decode($re['jsondata'], true) : [];
|
||||
$fields[] = ['title' => '调拨时间', 'value' => date('Y-m-d H:i:s', $re['c_time'])];
|
||||
$fields[] = ['title' => '提车信息', 'value' => $out_content . $out_content_bak];
|
||||
$fields[] = ['title' => '接车信息', 'value' => $in_content . $in_content_bak];
|
||||
$fields[] = ['title' => '运输人员', 'value' => $jsondata['transport']['name'] . ' ' .
|
||||
|
||||
Reference in New Issue
Block a user