|
|
|
@ -1288,7 +1288,7 @@ $meta_subnavi_arr = array(
|
|
|
|
|
<option value="transfer" <?php echo get_meta($information->ic_id, 'meta_trippest_type') === 'transfer' ? 'selected' : false; ?>>接送</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-18">
|
|
|
|
|
<div class="col-sm-12">
|
|
|
|
|
<label>目的地产品Package
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_trippest_package', $('#meta_trippest_package').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_trippest_package', $('#meta_trippest_package').val())"><i class="text-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
@ -1296,6 +1296,14 @@ $meta_subnavi_arr = array(
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" name="meta_trippest_package" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_trippest_package'); ?>" id="meta_trippest_package"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<label>目的地产品不开放月份
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_trippest_excludemonth', $('#meta_trippest_excludemonth').val())"><i class="text-muted glyphicon glyphicon-remove"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" onclick="meta('save', '<?php echo $information->ic_id; ?>', 'meta_trippest_excludemonth', $('#meta_trippest_excludemonth').val())"><i class="text-muted glyphicon glyphicon-hdd"></i></a>
|
|
|
|
|
<a href="javascript:void(0);" title="产品不开发的月份,用逗号隔开,比如:2,3 标识2月,3月关闭预订"><i class="text-muted glyphicon glyphicon-question-sign"></i></a>
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" name="meta_trippest_excludemonth" class="form-control" value="<?php echo get_meta($information->ic_id, 'meta_trippest_excludemonth'); ?>" id="meta_trippest_excludemonth"/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|