@ -43,7 +43,7 @@ class Order_model extends CI_Model {
}
//添加客人信息
public function add_customer_info($MEI_Gender,$MEI_Nationality,$MEI_FirstName,$MEI_LastName,$MEI_PassportNo,$MEI_PassportValidDate,$MEI_Birthday,$MEI_Memo,$MEI_Street,$MEI_MailList='',$MEI_Phone='',$CUL_IsEmergency=0,$CUL_COLI_SN='',$visitor_link='')
public function add_customer_info($MEI_Gender,$MEI_Nationality,$MEI_FirstName,$MEI_LastName,$MEI_PassportNo,$MEI_PassportValidDate,$MEI_Birthday,$MEI_Memo,$MEI_Street,$MEI_MailList='',$MEI_Phone='',$CUL_IsEmergency=0,$CUL_COLI_SN='',$visitor_link='',$MEI_ArrivalFlightNo,$MEI_ArrivalTime,$MEI_DepartureFlightNo,$MEI_DepartureTime)
{
$createdate=date('Y-m-d H:i:s');
$sql="INSERT INTO MEmberInfoTmpCheck
@ -69,9 +69,13 @@ class Order_model extends CI_Model {
<h4class="text-red">Passenger Information <spanclass="text-muted"style="font-size:15px;">(we need passport info for all the group members)</span></h4>
<h4class="text-red">Passenger Information <spanclass="text-muted"style="font-size:15px;">(we need passport info for all the group members)</span><br/>
<smallclass="text-muted"style="font-size:15px;">Please ensure the details you provide are <spanclass="text-red">correct, as stated in your passport.</span> We use this information to book all your hotels and transportation. If the name you provide are incorrect, you would not be able to board your flight or trains in China, and therefore reissuing of tickets would be at your expense! </small>
</h4>
</div>
<divclass="col-xs-24 nopadding hidden-xs">
@ -461,25 +464,25 @@
<divclass="col-xs-24 flight-info-box">
<divclass="form-group col-sm-6 nopadding">
<label>Arrival China Flight No.</label>
<inputtype="text"class="form-control input-sm"name="arrive_flight" value=""data-trigger="manual"data-container="body"data-toggle="popover"data-placement="top"data-content="Please fill in your Flight No.!">
<inputtype="text"class="form-control input-sm"name="MEI_ArrivalFlightNo" value=""data-trigger="manual"data-container="body"data-toggle="popover"data-placement="top"data-content="Please fill in your Flight No.!">
</div>
<divclass="form-group col-sm-6 nopadding-R">
<label>Arrival time</label>
<divclass="input-groups date">
<inputclass="form-control input-sm f_datepicker"type="text"name="arrive_time" value=""autocomplete="off"data-trigger="manual"data-container="body"data-toggle="popover"data-placement="top"data-content="Please fill in your arrival time!"style="color:#333333 !important;">
<inputclass="form-control input-sm f_datepicker"type="text"name="MEI_ArrivalTime" value=""autocomplete="off"data-trigger="manual"data-container="body"data-toggle="popover"data-placement="top"data-content="Please fill in your arrival time!"style="color:#333333 !important;">
</div>
</div>
<divclass="form-group col-sm-6 nopadding-R">
<label>Departure China Flight no.</label>
<inputtype="text"class="form-control input-sm"name="departure_flight" value=""data-trigger="manual"data-container="body"data-toggle="popover"data-placement="top"data-content="Please fill in your flight no.!">
<inputtype="text"class="form-control input-sm"name="MEI_DepartureFlightNo" value=""data-trigger="manual"data-container="body"data-toggle="popover"data-placement="top"data-content="Please fill in your flight no.!">
</div>
<divclass="form-group col-sm-6 nopadding-R">
<label>Departure time</label>
<divclass="input-groups date ">
<inputclass="form-control input-sm f_datepicker"type="text"name="depart_time" value=""autocomplete="off"data-trigger="manual"data-container="body"data-toggle="popover"data-placement="top"data-content="Please fill in your departure time!"style="color:#333333 !important;">
<inputclass="form-control input-sm f_datepicker"type="text"name="MEI_DepartureTime" value=""autocomplete="off"data-trigger="manual"data-container="body"data-toggle="popover"data-placement="top"data-content="Please fill in your departure time!"style="color:#333333 !important;">