|
|
@@ -424,6 +424,14 @@
|
|
|
#bill-info .address .form-input-line:first-child {
|
|
|
margin-left: 15px;
|
|
|
}
|
|
|
+ #bill-info .control-label{
|
|
|
+ position: relative;
|
|
|
+ top: 7px;
|
|
|
+ }
|
|
|
+ #bill-info .normal-control-label {
|
|
|
+ position: relative;
|
|
|
+ top: 5px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--右侧主体部分-->
|
|
|
<div class="user_right fr u_c_invoice">
|
|
|
@@ -620,7 +628,7 @@
|
|
|
<div class="form-bottom">
|
|
|
<div class="form-group">
|
|
|
<label class="check-active checkbox-inline text-inverse">
|
|
|
- <input checked="true" type="checkbox" ng-model="bill.is_agree" name="is_agree" required="required" id="check-mzy">
|
|
|
+ <input checked="true" type="checkbox" ng-model="bill.is_agree" name="is_agree" id="check-mzy">
|
|
|
<label for="check-mzy" style="position: relative;bottom: 2px;"></label>
|
|
|
<span style="color: #333;">我已阅读并同意</span>
|
|
|
</label>
|
|
|
@@ -629,7 +637,7 @@
|
|
|
<div class="form-btn">
|
|
|
<input type="button" value="取消" class="btn" ng-click="setChangeBillStatusFlag(false)">
|
|
|
<input type="submit" value="保存" class="btn"
|
|
|
- ng-click="saveBill(form.$invalid||(!bill.is_agree)||(!checkValidFrom()))">
|
|
|
+ ng-click="saveBill(form.$invalid)">
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|