|
|
|
@ -11,18 +11,16 @@ |
|
|
|
</view> |
|
|
|
</van-image> |
|
|
|
</view> |
|
|
|
<view class="bg-white" style="height:{{height - safeBottom - 258}}rpx" wx:if="{{factoryList}}"> |
|
|
|
<scroll-view scroll-y style="height:100%;padding: 16rpx 0rpx {{safeBottom + 16}}rpx 0rpx"> |
|
|
|
<van-checkbox-group value="{{ form.paperMillIds }}" bind:change="onChange"> |
|
|
|
<van-cell-group> |
|
|
|
<van-cell wx:for="{{ factoryList }}" wx:key="index" title="{{ item.name }}" value-class="value-class" clickable |
|
|
|
data-index="{{ index }}" bind:click="toggle"> |
|
|
|
<van-checkbox catch:tap="noop" class="checkboxes-{{ index }}" name="{{ item.paperMillId }}" /> |
|
|
|
</van-cell> |
|
|
|
</van-cell-group> |
|
|
|
</van-checkbox-group> |
|
|
|
</scroll-view> |
|
|
|
</view> |
|
|
|
<scroll-view scroll-y style="height:{{height - safeBottom - 378}}rpx;" wx:if="{{factoryList}}"> |
|
|
|
<van-checkbox-group value="{{ form.paperMillIds }}" bind:change="onChange"> |
|
|
|
<van-cell-group> |
|
|
|
<van-cell wx:for="{{ factoryList }}" wx:key="index" title="{{ item.name }}" value-class="value-class" clickable |
|
|
|
data-index="{{ index }}" bind:click="toggle"> |
|
|
|
<van-checkbox catch:tap="noop" class="checkboxes-{{ index }}" name="{{ item.paperMillId }}" /> |
|
|
|
</van-cell> |
|
|
|
</van-cell-group> |
|
|
|
</van-checkbox-group> |
|
|
|
</scroll-view> |
|
|
|
<view class="bg-white flex flex-center" style="height:{{height}}rpx" wx:else> |
|
|
|
<van-loading type="spinner" size="32" /> |
|
|
|
</view> |
|
|
|
|