| | |
| | | @} |
| | | <div class="row btn-group-m-t"> |
| | | <div class="col-sm-10 col-sm-offset-5" > |
| | | @if(type==1){ |
| | | <#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="TSiteInfo.addSubmit()"/> |
| | | <#button btnCss="primary" name="下一步,设置价格" id="btn_next_price" icon="fa-arrow-right" clickFun="TSiteInfo.nextStep()"/> |
| | | @} |
| | | <#button btnCss="danger" name="关闭" id="cancel" icon="fa-eraser" clickFun="TSiteInfo.close()"/> |
| | | <#button btnCss="primary" name="下一步,设置价格" id="btn_next_price" icon="fa-arrow-right" clickFun="TSiteInfo.nextStep()"/> |
| | | </div> |
| | | </div> |
| | | <input hidden id="role" value="${role}"> |
| | |
| | | <div class="info-alert"> |
| | | <i class="fa fa-info-circle"></i> |
| | | <strong>说明:</strong> |
| | | 点击"添加时段"按钮添加新的时段价格配置。全场价格适用于所有子场地,半场价格适用于所有半场。 |
| | | 请先选择面向人群和半场配置,然后点击"生成价格表"按钮来创建价格配置表。 |
| | | </div> |
| | | |
| | | <!-- 面向人群 --> |
| | |
| | | <input type="checkbox" value="2" id="audience_walkin" checked> 散客 |
| | | </label> |
| | | </div> |
| | | <small class="text-muted">至少选择一项,选择后对应的价格表才会显示</small> |
| | | <small class="text-muted">至少选择一项</small> |
| | | </div> |
| | | |
| | | <!-- 容纳散客数 --> |
| | |
| | | <label class="control-label">*容纳散客数:</label> |
| | | <input type="number" id="walkin_capacity" class="form-control" style="width: 200px;" min="1" value="20" placeholder="请输入容纳散客数"> |
| | | </div> |
| | | |
| | | <!-- 生成价格表按钮 --> |
| | | <div class="form-group"> |
| | | <button type="button" class="btn btn-primary" onclick="TSiteInfo.generatePriceTables()"> |
| | | <i class="fa fa-table"></i> 生成价格表 |
| | | </button> |
| | | <small class="text-muted" style="margin-left: 10px;">修改面向人群或半场配置后,需要重新生成价格表</small> |
| | | </div> |
| | | </div> |
| | | |
| | | <!-- 订场价格表区域 --> |