|
@@ -99,14 +99,14 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="form-group">
|
|
|
|
|
|
+ <div class="form-group" style="display: none">
|
|
<label class="col-xs-12 col-sm-3 col-md-2 control-label">确认订单</label>
|
|
<label class="col-xs-12 col-sm-3 col-md-2 control-label">确认订单</label>
|
|
<div class="col-sm-9">
|
|
<div class="col-sm-9">
|
|
<label class="radio-inline">
|
|
<label class="radio-inline">
|
|
- <input type="radio" name="is_order" value="1" {if $item['is_order']==1 }checked{/if} />开启
|
|
|
|
|
|
+ <input type="radio" name="is_order" value="1" checked />开启
|
|
</label>
|
|
</label>
|
|
<label class="radio-inline">
|
|
<label class="radio-inline">
|
|
- <input type="radio" name="is_order" value="2" {if $item['is_order']==2 || empty($item['is_order'])}checked{/if} />关闭
|
|
|
|
|
|
+ <input type="radio" name="is_order" value="2" />关闭
|
|
</label>
|
|
</label>
|
|
<span class="help-block">*用户下单之后是否需要确认订单?关闭则直接是待入住状态</span>
|
|
<span class="help-block">*用户下单之后是否需要确认订单?关闭则直接是待入住状态</span>
|
|
</div>
|
|
</div>
|