|
|
|
@ -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="2.2" step="0.1" id="wechat_rate_value_input" required>
|
|
|
|
|
min="0.6" max="5" 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 2.2%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.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="2.2" step="0.1" id="alipay_rate_value_input" required>
|
|
|
|
|
min="0.6" max="5" 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 2.2%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.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="2.2" step="0.1" id="alipayonline_rate_value_input" required>
|
|
|
|
|
min="0.6" max="5.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 2.2%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
@ -94,12 +94,12 @@
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="number" name="bestpay_rate_value" stringToNumber2 class="form-control" ng-model="rate.bestpay_rate_value"
|
|
|
|
|
min="0.6" max="2.2" step="0.1" id="bestpay_rate_value_input" required>
|
|
|
|
|
min="0.6" max="5" step="0.1" id="bestpay_rate_value_input" required>
|
|
|
|
|
<div class="input-group-addon">%</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="rate_form.bestpay_rate_value.$error" ng-if="rate_form.bestpay_rate_value.$dirty">
|
|
|
|
|
<div class="small text-danger" ng-message="max">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 2.2%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
@ -117,12 +117,12 @@
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="number" name="jd_rate_value" stringToNumber2 class="form-control" ng-model="rate.jd_rate_value"
|
|
|
|
|
min="0.6" max="2.2" step="0.1" id="jd_rate_value_input" required>
|
|
|
|
|
min="0.6" max="5" step="0.1" id="jd_rate_value_input" required>
|
|
|
|
|
<div class="input-group-addon">%</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="rate_form.jd_rate_value.$error" ng-if="rate_form.jd_rate_value.$dirty">
|
|
|
|
|
<div class="small text-danger" ng-message="max">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 2.2%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
@ -165,12 +165,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="2.2" step="0.1" id="Rpay_rate_value_input" required>
|
|
|
|
|
min="0.6" max="5" 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 2.2%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
@ -213,7 +213,7 @@
|
|
|
|
|
<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.0" step="0.1" id="cb_bankpay_rate_value_input" required>
|
|
|
|
|
min="0.6" max="5" step="0.1" id="cb_bankpay_rate_value_input" required>
|
|
|
|
|
<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">
|
|
|
|
|