'msg-form', 'options' => ['class' => 'form-horizontal', "enctype" => "multipart/form-data"], 'enableAjaxValidation' => false, // 'validationUrl' => Url::toRoute(['validate-form','tourist_id'=>]), 'fieldConfig' => [ 'template' => "
{label}
{input}
", 'labelOptions' => ['class' => 'col-lg-1 control-label'], ], 'action' => ['/zzcs/tourist/add-tourist-base'], ]); ?>
基本信息
field($model_otc, 'tourist_name', [])->textInput(['class' => 'form-control', 'placeholder' => '产品名称', 'style' => 'width:250px'])->label('*产品名称:'); ?> field($model_otc, 'tourist_code', [])->textInput(['class' => 'form-control', 'placeholder' => '内部编号', 'style' => 'width:250px'])->label('*内部编号:'); ?> field($model_ott, 'ctrip_prod_id', [])->textInput(['class' => 'form-control', 'placeholder' => '携程产品编号', 'style' => 'width:250px'])->label('携程产品编号:'); ?>
field($model_otc, 'tp_start_area_id1', ['template' => "{label}
{input}
",])->dropDownList(BaseTourist::getArea(), ['class' => 'select_screen form-control province', 'style' => '', 'placeholder' => '行程天数', 'onchange' => 'changeArea(this)'])->label('*出发城市:'); ?>
'start_city']) ?> field($model_otc, 'start_area_id', ['template' => "{label}
{input}
",])->dropDownList($data['op'] == 'add' ? $data['area'] : BaseTourist::getArea($model_otc->tp_start_area_id1), ['class' => 'select_screen form-control city', 'placeholder' => '行程天数', 'style' => 'margin-left:10px'])->label(false) ?>
field($model_otc, 'tp_end_area_list')->dropDownList(BaseTourist::dealArea(), ['class' => 'select_screen form-control destination', 'placeholder' => '行程天数', 'onchange' => 'addLabel(this)', 'style' => 'width:250px', 'id' => 'tp_end_area_list'])->label('*目的地:'); ?>
end_area_list, 0, -1)); $area_id_name_obj = BaseArea::find()->where(['in', 'ID', $area_id_arr])->all(); foreach ($area_id_name_obj as $k => $v) { echo ''; } } ?>
field($model_otc, 'pre_days', ['template' => "{label}
{input}
",])->dropDownList(['0' => '请选择', 1 => '1天', 2 => '2天', 3 => '3天', 4 => '4天', 5 => '5天'], ['class' => 'select_screen form-control day', 'placeholder' => '行程天数'])->label('预订截至:'); ?>
field($model_otc, 'refund_limit_day', ['template' => "{label}
{input}
",])->dropDownList(['-1' => '不限', 0=>'0天',1 => '1天', 2 => '2天', 3 => '3天', 4 => '4天', 5 => '5天'], ['class' => 'select_screen form-control day','onchange'=>"refund_time_display()", 'placeholder' => '截止天数'])->label('退款截至:'); ?>
更多说明
field($model_ote, 'hint_point', [])->textarea(['class' => 'form-control', 'placeholder' => '产品亮点'])->label('*产品亮点:'); ?> field($model_ote, 'price_explain', [])->textarea(['class' => 'form-control', 'placeholder' => '费用说明'])->label('*费用说明:');; ?> field($model_ote, 'must_read', [])->textarea(['class' => 'form-control', 'placeholder' => '预订须知'])->label('*预订须知:');; ?> field($model_otc, 'message', [])->textarea(['class' => 'form-control', 'placeholder' => '短信模板', 'style' => 'width:250px'])->label('短信模板:'); ?>
产品图片
field($model_otc, "top_image_url", ['template' => ' 选择图片 重新选择 {input} 重置
{error}
'])->fileInput(); ?>
top_image_url) ?> tourist_id, ['id' => 'tourist_id']) ?>
$v) { ?>
选择图片 重新选择 {input} 删除图片 重置 删除图片
{error}
"?> field($model_img[$k], "[$k]image_url", ['template' => $template])->fileInput(); ?>
image_url) : '' ?> image_name) : '' ?>
'btn btn-primary', 'name' => 'submit-button']) ?> 'btn btn-default']) ?>
field($model_otc, 'end_area_list')->hiddenInput(['id' => 'end_area_list'])->label(false) ?>