Merge branch 'master' of gitee.com:hainatravel/information-system

hotfix/远程访问多媒体中心
lyt 7 years ago
commit 3728f32f02

@ -1184,7 +1184,7 @@ $meta_subnavi_arr = array(
<?php if ($information->ic_sitecode == "ct" ) {?>
<div class="row">
<?php if ($information->SRMS_SIC_Code == "Attraction") { ?>
<?php if ($information->SRMS_SIC_Code == "Attraction" || $information->ic_type == "c_attraction_detail") { ?>
<div class="col-sm-6">
<label>景点类别
<a href="javascript:void(0);" onclick="meta('delete', '<?php echo $information->ic_id; ?>', 'meta_attraction_type', $('#meta_attraction_type').val())"><i class="text-muted glyphicon glyphtext-muted glyphicon glyphicon-remove"></i></a>
@ -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">

Loading…
Cancel
Save