暂存商户信息
This commit is contained in:
@@ -55,22 +55,22 @@
|
||||
readonly
|
||||
title-width="140rpx"
|
||||
/>
|
||||
<view wx:if="{{list.length}}">
|
||||
<view wx:if="{{meterList.length}}">
|
||||
<view class="tableWrapper">
|
||||
<view class="table">
|
||||
<view class="thead">
|
||||
<view class="th" style="width: 250rpx"> 电表地址 </view>
|
||||
<view class="th" style="width: 150rpx"> SN </view>
|
||||
<view class="th" style="width: 250rpx"> SN </view>
|
||||
<view class="th" style="width: 200rpx"> 操作 </view>
|
||||
</view>
|
||||
<view class="tbody">
|
||||
<van-radio-group value="{{ record }}" bind:change="onChangeSelectRecharge">
|
||||
<block wx:for="{{list}}" wx:for-index="itemIndex" wx:key="item">
|
||||
<block wx:for="{{meterList}}" wx:for-index="itemIndex" wx:key="item">
|
||||
<view class="tr">
|
||||
<view class="th" style="width: 200rpx"> {{ item.tenement.shortName }} </view>
|
||||
<view class="th" style="width: 200rpx"> {{ item.money }} </view>
|
||||
<view class="th" style="width: 250rpx"> {{ item.address }} </view>
|
||||
<view class="th" style="width: 250rpx"> {{ item.meterSn }} </view>
|
||||
<view class="th" style="width: 200rpx">
|
||||
<view class="primaryTextBtn" bind:tap="jumpToDetail" data-id="{{item.id}}">
|
||||
<view class="primaryTextBtn" bind:tap="unbind" data-id="{{item.meterId}}" data-address="{{item.address}}">
|
||||
解绑
|
||||
</view>
|
||||
</view>
|
||||
@@ -89,6 +89,16 @@
|
||||
type="{{type}}"
|
||||
park="{{park}}"
|
||||
bindconfirm="onConfirm"
|
||||
bindcancel="onConcal"
|
||||
bindcancel="onCancel"
|
||||
/>
|
||||
<kaihu park="{{park}}" visible="{{kaihuVisible}}" />
|
||||
<kaihu
|
||||
park="{{park}}"
|
||||
visible="{{kaihuVisible}}"
|
||||
defaultValue="{{defaultValue}}"
|
||||
bind:close="onKaihuClose"
|
||||
bind:ok="onKaihuConfirm"
|
||||
editType="{{editType}}"
|
||||
title="{{title}}"
|
||||
/>
|
||||
|
||||
<bindMeter />
|
Reference in New Issue
Block a user