|
|
@ -18,18 +18,20 @@ |
|
|
<view class="mid"> |
|
|
<view class="mid"> |
|
|
<text>你希望采购的品类是?</text> |
|
|
<text>你希望采购的品类是?</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="bottom"> |
|
|
|
|
|
<view> |
|
|
|
|
|
<wux-accordion-group title=""> |
|
|
|
|
|
<checkbox-group bindchange="checkboxChange"> |
|
|
|
|
|
<wux-accordion wx:for="{{ categoryListone }}" wx:key="index" title="{{index+1+'、'+item.categoryName}}"> |
|
|
|
|
|
<checkbox class="interestthreecheckbox" style="width:100%;margin-top:30rpx" wx:for="{{ item.childCategoryDtoList }}" wx:for-item="cell" wx:key="index" value="{{cell.categoryId}}" checked="{{cell.isSelected}}">{{cell.categoryName}}</checkbox> |
|
|
|
|
|
</wux-accordion> |
|
|
|
|
|
</checkbox-group> |
|
|
|
|
|
</wux-accordion-group> |
|
|
|
|
|
|
|
|
<scroll-view scroll-y="true" style='height:500rpx;margin-top:15rpx'> |
|
|
|
|
|
<view class="bottom"> |
|
|
|
|
|
<view> |
|
|
|
|
|
<wux-accordion-group title=""> |
|
|
|
|
|
<checkbox-group bindchange="checkboxChange"> |
|
|
|
|
|
<wux-accordion wx:for="{{ categoryListone }}" wx:key="index" title="{{index+1+'、'+item.categoryName}}"> |
|
|
|
|
|
<checkbox class="interestthreecheckbox" style="width:100%;margin-top:30rpx" wx:for="{{ item.childCategoryDtoList }}" wx:for-item="cell" wx:key="index" value="{{cell.categoryId}}" checked="{{cell.isSelected}}">{{cell.categoryName}}</checkbox> |
|
|
|
|
|
</wux-accordion> |
|
|
|
|
|
</checkbox-group> |
|
|
|
|
|
</wux-accordion-group> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view style="width:100%;height:130rpx;padding-top:10rpx;padding-right:10rpx"> |
|
|
|
|
|
<button class="cu-btn offer-btn" disabled="{{loopRequesting}}" bindtap="submitForm">确认</button> |
|
|
|
|
|
|
|
|
</scroll-view> |
|
|
|
|
|
<view class="cu-bar bg-white foot" style="height:{{120 + safeBottom}}rpx;padding: 32rpx 32rpx {{safeBottom + 32}}rpx 32rpx;"> |
|
|
|
|
|
<button class="cu-btn bg-red round shadow-blur page-btn" bindtap="submitForm">确认</button> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |