| | |
| | | </div> |
| | | <div style="float: left;width: 1200px;margin-left: 50px;"> |
| | | <div class="pushOrderSettings"> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">快车推单:</label> |
| | | <div class="col-sm-10"> |
| | | 第一轮推单:推单距离为 <input type="text" oninput="checkIsDouble(this)" |
| | | @if(isNotEmpty(zcOne)){ |
| | | value="${zcOne.pushDistance}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | | name="zc1" id="zc1" class="form-control newWidth" /> 公里, |
| | | 推单时间为 <input type="text" oninput="checkIsInt(this)" |
| | | @if(isNotEmpty(zcOne)){ |
| | | value="${zcOne.pushTime}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | | name="zc2" id="zc2" class="form-control newWidth" /> 秒钟; |
| | | 每次推所有司机的 <input type="text" oninput="checkIsDouble(this)" |
| | | @if(isNotEmpty(zcOne)){ |
| | | value="${zcOne.driverProportion}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | | name="zc3" id="zc3" class="form-control newWidth" /> % |
| | | <br/> |
| | | <br/> |
| | | 第二轮推单:推单距离为 <input type="text" oninput="checkIsDouble(this)" |
| | | @if(isNotEmpty(zcTwo)){ |
| | | value="${zcTwo.pushDistance}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | | name="zc4" id="zc4" class="form-control newWidth" /> 公里, |
| | | 推单时间为 <input type="text" oninput="checkIsInt(this)" |
| | | @if(isNotEmpty(zcTwo)){ |
| | | value="${zcTwo.pushTime}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | | name="zc5" id="zc5" class="form-control newWidth" /> 秒钟; |
| | | 每次推所有司机的 <input type="text" oninput="checkIsDouble(this)" |
| | | @if(isNotEmpty(zcTwo)){ |
| | | value="${zcTwo.driverProportion}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | | name="zc6" id="zc6" class="form-control newWidth" /> % |
| | | <br/> |
| | | <br/> |
| | | 第三轮推单:推单距离为 <input type="text" oninput="checkIsDouble(this)" |
| | | @if(isNotEmpty(zcThree)){ |
| | | value="${zcThree.pushDistance}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | | name="zc7" id="zc7" class="form-control newWidth" /> 公里, |
| | | 推单时间为 <input type="text" oninput="checkIsInt(this)" |
| | | @if(isNotEmpty(zcThree)){ |
| | | value="${zcThree.pushTime}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | | name="zc8" id="zc8" class="form-control newWidth" /> 秒钟; |
| | | 每次推所有司机的 <input type="text" oninput="checkIsDouble(this)" |
| | | @if(isNotEmpty(zcThree)){ |
| | | value="${zcThree.driverProportion}" |
| | | @}else{ |
| | | value="" |
| | | @} |
| | | name="zc9" id="zc9" class="form-control newWidth" /> % |
| | | <br/> |
| | | </div> |
| | | </div> |
| | | <!--<div class="form-group">--> |
| | | <!--<label class="col-sm-2 control-label">快车推单:</label>--> |
| | | <!--<div class="col-sm-10">--> |
| | | <!--第一轮推单:推单距离为 <input type="text" oninput="checkIsDouble(this)"--> |
| | | <!--@if(isNotEmpty(zcOne)){--> |
| | | <!--value="${zcOne.pushDistance}"--> |
| | | <!--@}else{--> |
| | | <!--value=""--> |
| | | <!--@}--> |
| | | <!--name="zc1" id="zc1" class="form-control newWidth" /> 公里,--> |
| | | <!--推单时间为 <input type="text" oninput="checkIsInt(this)"--> |
| | | <!--@if(isNotEmpty(zcOne)){--> |
| | | <!--value="${zcOne.pushTime}"--> |
| | | <!--@}else{--> |
| | | <!--value=""--> |
| | | <!--@}--> |
| | | <!--name="zc2" id="zc2" class="form-control newWidth" /> 秒钟;--> |
| | | <!--每次推所有司机的 <input type="text" oninput="checkIsDouble(this)"--> |
| | | <!--@if(isNotEmpty(zcOne)){--> |
| | | <!--value="${zcOne.driverProportion}"--> |
| | | <!--@}else{--> |
| | | <!--value=""--> |
| | | <!--@}--> |
| | | <!--name="zc3" id="zc3" class="form-control newWidth" /> %--> |
| | | <!--<br/>--> |
| | | <!--<br/>--> |
| | | <!--第二轮推单:推单距离为 <input type="text" oninput="checkIsDouble(this)"--> |
| | | <!--@if(isNotEmpty(zcTwo)){--> |
| | | <!--value="${zcTwo.pushDistance}"--> |
| | | <!--@}else{--> |
| | | <!--value=""--> |
| | | <!--@}--> |
| | | <!--name="zc4" id="zc4" class="form-control newWidth" /> 公里,--> |
| | | <!--推单时间为 <input type="text" oninput="checkIsInt(this)"--> |
| | | <!--@if(isNotEmpty(zcTwo)){--> |
| | | <!--value="${zcTwo.pushTime}"--> |
| | | <!--@}else{--> |
| | | <!--value=""--> |
| | | <!--@}--> |
| | | <!--name="zc5" id="zc5" class="form-control newWidth" /> 秒钟;--> |
| | | <!--每次推所有司机的 <input type="text" oninput="checkIsDouble(this)"--> |
| | | <!--@if(isNotEmpty(zcTwo)){--> |
| | | <!--value="${zcTwo.driverProportion}"--> |
| | | <!--@}else{--> |
| | | <!--value=""--> |
| | | <!--@}--> |
| | | <!--name="zc6" id="zc6" class="form-control newWidth" /> %--> |
| | | <!--<br/>--> |
| | | <!--<br/>--> |
| | | <!--第三轮推单:推单距离为 <input type="text" oninput="checkIsDouble(this)"--> |
| | | <!--@if(isNotEmpty(zcThree)){--> |
| | | <!--value="${zcThree.pushDistance}"--> |
| | | <!--@}else{--> |
| | | <!--value=""--> |
| | | <!--@}--> |
| | | <!--name="zc7" id="zc7" class="form-control newWidth" /> 公里,--> |
| | | <!--推单时间为 <input type="text" oninput="checkIsInt(this)"--> |
| | | <!--@if(isNotEmpty(zcThree)){--> |
| | | <!--value="${zcThree.pushTime}"--> |
| | | <!--@}else{--> |
| | | <!--value=""--> |
| | | <!--@}--> |
| | | <!--name="zc8" id="zc8" class="form-control newWidth" /> 秒钟;--> |
| | | <!--每次推所有司机的 <input type="text" oninput="checkIsDouble(this)"--> |
| | | <!--@if(isNotEmpty(zcThree)){--> |
| | | <!--value="${zcThree.driverProportion}"--> |
| | | <!--@}else{--> |
| | | <!--value=""--> |
| | | <!--@}--> |
| | | <!--name="zc9" id="zc9" class="form-control newWidth" /> %--> |
| | | <!--<br/>--> |
| | | <!--</div>--> |
| | | <!--</div>--> |
| | | <div class="form-group"> |
| | | <label class="col-sm-2 control-label">出租车推单:</label> |
| | | <div class="col-sm-10"> |