- <!-- <web-view src="{{src}}/#/home?openId={{openId}}&phone={{phone}}&from=xiaochengxu&tenantId={{weappId}}"></web-view>-->
-
- <view class="search">
- <view class="searchBtn" bindtap='gosearch'>账单高级查询</view>
- <!-- <view class="searchBtn" bindtap='goAdd'>新增抄表数据</view> -->
- </view>
-
- <!-- <block wx:if="{{!allBillList.length}}">
- <view class="title" wx:if="{{menus.indexOf('81') !== -1}}">
- <image class="warning" src='../../static/images/icon1.png' mode='widthFix'></image>【催缴】:您近期 <text>无</text> 账单被催缴
- </view>
- </block>
-
- <block wx:if="{{allBillList.length}}">
- <view class="title" wx:if="{{menus.indexOf('81') !== -1}}">
- <image class="warning" src='../../static/images/icon1.png' mode='widthFix'></image>【催缴】:您有 <text>{{allBillList.length}} </text>条账单被催缴,请尽快联系商户处理!
- </view>
- </block>
-
- <block wx:if="{{allBillList.length}}">
- <view class="table" wx:if="{{menus.indexOf('81') !== -1}}">
- <view class="tr bg-w">
- <view class="th">商户名称</view>
- <view class="th">联系方式</view>
- <view class="th">账单类型</view>
- <view class="th">账单周期</view>
- <view class="th">欠费金额</view>
- <view class="th">操作</view>
- </view>
- <block wx:for="{{allBillList}}" wx:key="index">
- <view class="tr expectFirst">
- <view class="td">{{item.merchantName}}</view>
- <view class="td">{{item.merchantLinkPerson}} {{item.merchantPhone}}</view>
- <view class="td">{{item.billTypeName}}</view>
- <view class="td">起:{{item.starttime}} <text>止:{{item.endtime}}</text></view>
- <view class="td">{{item.owe}}</view>
- <view class="td">
- <button class='btn' bindtap='gotolook' data-data='{{item}}' data-id='{{item.id}}'>
- 查看
- </button>
- </view>
- </view>
- </block>
- </view>
- </block> -->
-
- <!-- <view style="border-bottom: 20rpx solid #eee;"></view> -->
-
- <view class="title" wx:if="{{menus.indexOf('82') !== -1}}">
- <image class="over" src='../../static/images/icon2.png' mode='widthFix'></image> 逾期账单统计
- </view>
- <view wx:if="{{menus.indexOf('82') !== -1}}" class="billlistP">
- <view class="billlist" wx:for="{{oweBillList}}" wx:key="index">
- <view class="lineI">
- 【{{item.billTypeName}}】:逾期<text>{{item.totalCount}}</text>笔,总金额<text>{{item.totalMoney}}</text>
- </view>
- <view class="lineII">
- 账单最早开始时间 <text>{{item.minBeginTime}}</text>
- </view>
- </view>
-
- <view class="detail" bindtap='gotoDetail' data-name='逾期' data-scale="1">查看明细 >></view>
- </view>
-
- <!-- <view class="title" wx:if="{{menus.indexOf('83') !== -1}}">
- <image class="close" src='../../static/images/icon3.png' mode='widthFix'></image> 临期账单统计
- </view>
- <view wx:if="{{menus.indexOf('83') !== -1}}" class="billlistP">
- <view class="billlist" wx:for="{{nearBillList}}" wx:key="index">
- <view class="lineI">【{{item.billTypeName}}】:临期 <text>{{item.totalCount}}</text>笔,总金额<text>{{item.totalMoney}}</text></view>
- <view class="lineII">账单最早开始时间 <text>{{item.minBeginTime}}</text></view>
- </view>
- <view class="detail" bindtap='gotoDetail' data-name='临期' data-scale="2">查看明细 >></view>
- </view>
-
- <view class="title" wx:if="{{menus.indexOf('84') !== -1}}">账单汇总
- <view class="picker_group" style="float:right;width:500rpx;">
- <picker mode="date" value="{{date}}" end="{{date}}" fields="day" bindchange="bindDateChange1">
- <view wx:if="{{!date}}" class="picker">开始日期</view>
- <view wx:if="{{date}}" class="picker">{{date}}</view>
- </picker>
- 至
- <picker mode="date" value="{{date2}}" start="{{date2}}" fields="day" bindchange="bindDateChange2">
- <view wx:if="{{!date2}}" class="picker">结束日期</view>
- <view wx:if="{{date2}}" class="picker">{{date2}}</view>
- </picker>
- </view>
- </view>
-
- <view class="table" wx:if="{{menus.indexOf('84') !== -1}}">
- <view class="tr bg-w">
- <view class="th">应收</view>
- <view class="th">实收</view>
- <view class="th">欠费</view>
- </view>
- <block>
- <view class="tr">
- <view class="td">{{mallBillSum.needPay}}</view>
- <view class="td">{{mallBillSum.paid}}</view>
- <view class="td">{{mallBillSum.owe}}</view>
- </view>
- </block>
- </view>
- <view class="detail" wx:if="{{menus.indexOf('84') !== -1}}" bindtap='gotoDetailDate'> 查看明细 >></view>
-
- <view style="border-bottom: 20rpx solid #eee;"></view>
-
- <view class="title" wx:if="{{menus.indexOf('85') !== -1}}">商铺租赁情况汇总</view>
- <view class="table" wx:if="{{menus.indexOf('85') !== -1}}">
- <view class="tr bg-w">
- <view class="th">总铺位数</view>
- <view class="th">已租</view>
- <view class="th">未租</view>
- </view>
- <block>
- <view class="tr">
- <view class="td">{{mallRent.total}}</view>
- <view class="td">{{mallRent.rentTotal}}({{mallRent.rentTotalRate}}%)</view>
- <view class="td">{{mallRent.notRentTotal}}({{mallRent.notRentTotalRate}}%)</view>
- </view>
- </block>
- </view>
-
- <view style="border-bottom: 20rpx solid #eee;"></view>
-
- <view class="title" wx:if="{{menus.indexOf('86') !== -1}}">营销报表
- <view class="picker_group" style="float:right;width:500rpx;">
- <picker mode="date" value="{{date3}}" end="{{date3}}" fields="day" bindchange="bindDateChange3">
- <view wx:if="{{!date3}}" class="picker">开始日期</view>
- <view wx:if="{{date3}}" class="picker">{{date3}}</view>
- </picker>
- 至
- <picker mode="date" value="{{date4}}" start="{{date4}}" fields="day" bindchange="bindDateChange4">
- <view wx:if="{{!date4}}" class="picker">结束日期</view>
- <view wx:if="{{date4}}" class="picker">{{date4}}</view>
- </picker>
- </view>
-
- </view>
- <view class="table" wx:if="{{menus.indexOf('86') !== -1}}">
- <view class="tr bg-w">
- <view class="td"></view>
- <view class="th">交易总金额</view>
- <view class="th">总订单数</view>
- <view class="th">核销总金额</view>
- <view class="th">核销订单数</view>
- </view>
- <block>
- <view class="tr">
- <view class="td">券</view>
- <view class="td">{{mallSales.couponMoney}}</view>
- <view class="td">{{mallSales.couponCount}}</view>
- <view class="td">{{mallSales.couponVerifyedMoney}}</view>
- <view class="td">{{mallSales.couponVerifyedCount}}</view>
- </view>
- <view class="tr">
- <view class="td">卡</view>
- <view class="td">{{mallSales.cardMoney}}</view>
- <view class="td">{{mallSales.cardCount}}</view>
- <view class="td">{{mallSales.cardVerifyedMoney}}</view>
- <view class="td">{{mallSales.cardVerifyedCount}}</view>
- </view>
- <view class="tr">
- <view class="td">拼团</view>
- <view class="td">{{mallSales.groupMoney}}</view>
- <view class="td">{{mallSales.groupCount}}</view>
- <view class="td">{{mallSales.groupVerifyedMoney}}</view>
- <view class="td">{{mallSales.groupVerifyedCount}}</view>
- </view>
- <view class="tr">
- <view class="td">砍价</view>
- <view class="td">{{mallSales.pressMoney}}</view>
- <view class="td">{{mallSales.pressCount}}</view>
- <view class="td">{{mallSales.pressVerifyedMoney}}</view>
- <view class="td">{{mallSales.pressVerifyedCount}}</view>
- </view>
- <view class="tr">
- <view class="td">停车券</view>
- <view class="td">{{mallSales.parkMoney}}</view>
- <view class="td">{{mallSales.parkCount}}</view>
- <view class="td">{{mallSales.parkVerifyedMoney}}</view>
- <view class="td">{{mallSales.parkVerifyedCount}}</view>
- </view>
- </block>
- </view> -->
-
-
- <!-- <view class="title" wx:if="{{menus.indexOf('87') !== -1}}">抄表</view>
- <view class="section" wx:if="{{menus.indexOf('87') !== -1}}">
- <view class="section__title">账单类型:</view>
- <picker class="pickerArr" bindchange="bindPickerChange" value="{{index}}" range="{{billtypes}}" range-key="name">
- <view class="picker">
- {{billTypesObj.name || '请选择'}}
- </view>
- </picker>
-
- <view class=" tc">
- <view class="picker_group" style="justify-content:left;margin-bottom:20rpx">
- <view class="section__title">所属周期:</view>
- <picker mode="date" value="{{starttime}}" end="{{starttime}}" fields="day" bindchange="starttimeChange">
- <view wx:if="{{!starttime}}" class="picker">开始日期</view>
- <view wx:if="{{starttime}}" class="picker">{{starttime}}</view>
- </picker>
- 至
- <picker mode="date" value="{{endtime}}" start="{{endtime}}" fields="day" bindchange="endtimeChange">
- <view wx:if="{{!endtime}}" class="picker">结束日期</view>
- <view wx:if="{{endtime}}" class="picker">{{endtime}}</view>
- </picker>
- </view>
- <view class="section__title" style="float:left;line-height: 80rpx;">费用:</view>
- <view class="courier">
- <input class="courierInput" placeholder="请输入" bindinput="inputauditRemark" value="{{billRemark}}"></input>
- </view>
- </view>
-
- <button class='btns' hover-class='active1' bindtap='confirm'>确定</button>
- </view> -->
-
-
- <!-- <scroll-view wx:if="{{allBillList.length>0}}" scroll-top="{{scrollTop}}" scroll-y="true" style="height:{{scrollHeight}}px;" bindscrolltolower="bindDownLoad" bindscroll="scroll"> -->
-
- <!-- </scroll-view> -->
- <!-- <view class="loading {{allBillList.length==0?'mr':''}}">{{loading}}</view> -->
-
- <!-- 查询列表 无结果 -->
- <!-- <view class='recond' wx:if="{{allBillList.length==0}}">暂无数据!</view> -->
|