@layout("/common/_container.html"){
|
<style>
|
.newWidth, .single-line{
|
max-width:150px !important;display: initial !important;
|
}
|
</style>
|
<div class="ibox float-e-margins">
|
<div class="ibox-content">
|
<div class="form-horizontal">
|
|
<div class="row">
|
<div class="col-sm-11">
|
<div class="form-group">
|
<div class="col-sm-10">
|
活动名称: <input type="text" name="zc1" id="num1" class="form-control newWidth" />
|
<br/>
|
<br/>
|
司机邀请司机注册
|
<br/>
|
<br/>
|
|
司机注册既赠送 <input type="text" id="num2" class="form-control newWidth" /> 元
|
<br/>
|
<br/>
|
司机邀请用户注册
|
<br/>
|
<br/>
|
用户注册既赠送 <input type="text" id="num3" class="form-control newWidth" /> 元
|
<br/>
|
<br/>
|
司机APP每天累计在线奖励
|
<br/>
|
<br/>
|
专车累计在线 <input type="text" id="num4" class="form-control newWidth" /> 小时奖励
|
<input type="text" id="num5" class="form-control newWidth" /> 元
|
<br/>
|
<br/>
|
出租车累计在线 <input type="text" id="num6" class="form-control newWidth" /> 小时奖励
|
<input type="text" id="num7" class="form-control newWidth" /> 元
|
<br/>
|
<br/>
|
跨城出行累计在线 <input type="text" id="num8" class="form-control newWidth" /> 小时奖励
|
<input type="text" id="num9" class="form-control newWidth" /> 元
|
<br/>
|
<br/>
|
司机累计达到规定订单数奖励
|
<br/>
|
<br/>
|
每天 <input type="text" id="staTime" class="form-control newWidth" /> 司机接单达到
|
<input type="text" id="num10" class="form-control newWidth" /> 单既奖励
|
<input type="text" id="num11" class="form-control newWidth" /> 元
|
<br/>
|
<br/>
|
有效期为 <input type="text" id="startTime" name="zc7" class="form-control" style="max-width:300px !important;display: initial !important;" />
|
</div>
|
</div>
|
</div>
|
</div>
|
|
<div class="row btn-group-m-t">
|
<div class="col-sm-10">
|
<#button btnCss="info" name="提交" id="ensure" icon="fa-check" clickFun="DriverActivityInfoDlg.addSubmit()"/>
|
<#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="DriverActivityInfoDlg.close()"/>
|
</div>
|
</div>
|
</div>
|
|
</div>
|
</div>
|
<script src="${ctxPath}/static/modular/system/driverActivity/driverActivity_info.js"></script>
|
<script>
|
laydate.render({
|
elem: '#startTime'
|
,type: 'datetime'
|
,range: true
|
,min: 'new Date()' //最小值今天
|
});
|
laydate.render({
|
elem: '#staTime',
|
range: true,
|
type:'time',
|
format: 'HH:mm'
|
});
|
</script>
|
@}
|