| | |
| | | <view class="page__hd"> |
| | | <!-- <view class="fyui-panel"> --> |
| | | <view class="head_right" bindtap="changeMonth"> |
| | | <text class="head_tag" >{{showThisMonth ? thisMonth + '本月' : lastMonth + '上月'}}汇总</text> |
| | | <text class="head_tag">{{showThisMonth ? thisMonth + '本月' : lastMonth + '上月'}}汇总</text> |
| | | <mp-icon style="margin-left: 4px;" icon="transfer2" color="white" size="{{20}}"></mp-icon> |
| | | </view> |
| | | <view class="card"> |
| | |
| | | </view> |
| | | <view class="head_row"> |
| | | <view class="head_tag">本期台账提交日:{{deadline}}</view> |
| | | <view wx:if="{{leftday > 0}}" class="head_tag">剩余<text>{{leftday}}</text>天</view> |
| | | <view wx:else class="head_tag">逾期 <text>{{thisMonthInfo.overtime}}</text>天</view> |
| | | <block wx:if="{{thisMonthInfo.percent < 1}}"> |
| | | <view wx:if="{{leftday > 0}}" class="head_tag">剩余<text>{{leftday}}</text>天</view> |
| | | <view wx:else class="head_tag">逾期 <text>{{thisMonthInfo.overtime}}</text>天</view> |
| | | </block> |
| | | </view> |
| | | <view class="head_tag">建议:{{thisMonthInfo.suggestion}}</view> |
| | | <view class="head_tag">{{thisMonthInfo.suggestion}}</view> |
| | | |
| | | </block> |
| | | <block wx:else> |