|
|
|
@ -25,12 +25,12 @@
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="number" name="wechat_rate_value" stringToNumber2 class="form-control" ng-model="rate.wechat_rate_value"
|
|
|
|
|
min="0.6" max="5" step="0.1" id="wechat_rate_value_input" required>
|
|
|
|
|
min="0.6" max="10" step="0.1" id="wechat_rate_value_input" required>
|
|
|
|
|
<div class="input-group-addon">%</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="rate_form.wechat_rate_value.$error" ng-if="rate_form.wechat_rate_value.$dirty">
|
|
|
|
|
<div class="small text-danger" ng-message="max">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 10.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
@ -48,12 +48,12 @@
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="number" name="alipay_rate_value" stringToNumber2 class="form-control" ng-model="rate.alipay_rate_value"
|
|
|
|
|
min="0.6" max="5" step="0.1" id="alipay_rate_value_input" required>
|
|
|
|
|
min="0.6" max="10" step="0.1" id="alipay_rate_value_input" required>
|
|
|
|
|
<div class="input-group-addon">%</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="rate_form.alipay_rate_value.$error" ng-if="rate_form.alipay_rate_value.$dirty">
|
|
|
|
|
<div class="small text-danger" ng-message="max">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 10.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
@ -71,12 +71,12 @@
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="number" name="alipayonline_rate_value" stringToNumber2 class="form-control" ng-model="rate.alipayonline_rate_value"
|
|
|
|
|
min="0.6" max="5.0" step="0.1" id="alipayonline_rate_value_input" required>
|
|
|
|
|
min="0.6" max="10.0" step="0.1" id="alipayonline_rate_value_input" required>
|
|
|
|
|
<div class="input-group-addon">%</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="rate_form.alipayonline_rate_value.$error" ng-if="rate_form.alipayonline_rate_value.$dirty">
|
|
|
|
|
<div class="small text-danger" ng-message="max">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 10.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
@ -95,12 +95,12 @@
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="number" name="Rpay_rate_value" stringToNumber2 class="form-control" ng-model="rate.Rpay_rate_value"
|
|
|
|
|
min="0.6" max="5" step="0.1" id="Rpay_rate_value_input" required>
|
|
|
|
|
min="0.6" max="10" step="0.1" id="Rpay_rate_value_input" required>
|
|
|
|
|
<div class="input-group-addon">%</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="rate_form.Rpay_rate_value.$error" ng-if="rate_form.Rpay_rate_value.$dirty">
|
|
|
|
|
<div class="small text-danger" ng-message="max">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 10.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
@ -143,12 +143,12 @@
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="number" name="cb_bankpay_rate_value" stringToNumber2 class="form-control" ng-model="rate.cb_bankpay_rate_value"
|
|
|
|
|
min="0.6" max="5" step="0.1" id="cb_bankpay_rate_value_input">
|
|
|
|
|
min="0.6" max="10" step="0.1" id="cb_bankpay_rate_value_input">
|
|
|
|
|
<div class="input-group-addon">%</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="rate_form.cb_bankpay_rate_value.$error" ng-if="rate_form.cb_bankpay_rate_value.$dirty">
|
|
|
|
|
<div class="small text-danger" ng-message="max">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 10.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
|