|
|
@@ -526,7 +526,7 @@
|
|
|
color: #5078cb;
|
|
|
border: 1px solid #5078cb;
|
|
|
margin-top: 6px;
|
|
|
- padding: 0 5px;" ng-click="setActive();changeDateZone(1, true);condition.$open=false">查看对账记录
|
|
|
+ padding: 0 5px;" ng-click="setActive();changeDateZone(1, true);condition.$open=false;showNotCheck=false">查看对账记录
|
|
|
<!--<b class="new-dot" ng-if="unread.cancelled > 0">{{unread.cancelled > 99 ? '99+' : unread.cancelled}}</b>-->
|
|
|
</div>
|
|
|
</li>
|
|
|
@@ -548,7 +548,7 @@
|
|
|
<!--<li style="float: right;font-size: 14px;cursor: pointer;" ng-hide="!showNotCheck" ng-click="hideshowNotCheck()"><img src="/static/img/vendor/images/backIcon.png" width="20"/>返回</li>-->
|
|
|
<!--</ul>-->
|
|
|
<!--</div>-->
|
|
|
- <div class="screen check-filter" ng-show="!showNotCheck">
|
|
|
+ <div class="screen check-filter" ng-show="!showNotCheck" style="padding-left: 10px">
|
|
|
<div class="radio-block date-radio" ng-show="active !== 'all'" style="width: 33%">
|
|
|
时间:
|
|
|
<label class="com-check-radio">
|
|
|
@@ -573,6 +573,7 @@
|
|
|
</label>
|
|
|
</div>
|
|
|
<div class="fl" ng-show="active === 'all'" >
|
|
|
+ <div style="width: 298px;display: inline-block">
|
|
|
<label class="control-label">请选择月份:</label>
|
|
|
<span ng-click="addMouthOut(-1)" style=" display: inline-block;
|
|
|
width: 32px;
|
|
|
@@ -606,8 +607,8 @@
|
|
|
<!--<label class="com-check-radio">-->
|
|
|
<!--<input type="radio" id="autoMonth_man" name="date" ng-click="condition.$open=!condition.$open;changeDateZone(-1)">-->
|
|
|
<!--<label for="autoMonth_man"></label>-->
|
|
|
-
|
|
|
- <a ng-click="resetHandle()" title="自定义" ng-class="{'active':condition.dateZone=='-1'}" style="margin-left: 10px;display: inline-block;padding: 0px 12px;background: #3f84f6;color: #fff" >自定义</a>
|
|
|
+ </div>
|
|
|
+ <a ng-click="resetHandle()" title="自定义" ng-class="{'active':condition.dateZone=='-1'}" style="display: inline-block;padding: 0px 12px;background: #3f84f6;color: #fff" >自定义</a>
|
|
|
<!--</label>-->
|
|
|
<!--</div>-->
|
|
|
|
|
|
@@ -900,6 +901,7 @@
|
|
|
</div>
|
|
|
<div class="col-sm-5 control-label">
|
|
|
<div>
|
|
|
+
|
|
|
<label class="control-label">请选择月份:</label>
|
|
|
<span ng-click="addMouth(-1)" style=" display: inline-block;
|
|
|
width: 32px;
|