1 |
- <view class="maintenance _div"><view class="selectBody _div"><view class="selectRow _div"><label class="rowTitle _span">用途</label><view class="selectItemBox _div"><van-checkbox-group vue-id="276031a2-1" value="{{roomUseStr}}" data-event-opts="{{[['^change',[['roomUseStrChange']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{HOUSE_USAGE}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><van-checkbox vue-id="{{('276031a2-2-'+__i0__)+','+('276031a2-1')}}" name="{{item.value}}" shape="square" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}">{{item.label}}</van-checkbox></block></van-checkbox-group></view></view><view class="selectRow _div"><label class="rowTitle _span">项目</label><view class="selectItemBox _div"><block wx:for="{{xiangmu}}" wx:for-item="item" wx:for-index="__i1__"><label data-event-opts="{{[['tap',[['clickGroupItem',['$0'],[[['xiangmu','',__i1__]]]]]]]}}" class="{{['unSelectItem','_span',item.select?'selectItem':'']}}" bindtap="__e">{{''+item.name+''}}</label></block></view></view><block wx:if="{{form.groupIds!=null}}"><view class="selectRow _div"><label class="rowTitle _span">分期</label><view class="selectItemBox fenqiBox _div"><block wx:for="{{fenqi_loacldata}}" wx:for-item="item" wx:for-index="__i2__"><label data-event-opts="{{[['tap',[['clickItem',['$0'],[[['fenqi_loacldata','',__i2__]]]]]]]}}" class="{{['unSelectItem','_span',item.select?'selectItem':'']}}" bindtap="__e">{{item.name}}</label></block></view></view></block><view class="selectRow _div"><label class="rowTitle _span">可售状态</label><view class="selectItemBox _div"><van-checkbox-group vue-id="276031a2-3" value="{{saleStatusStr}}" data-event-opts="{{[['^change',[['saleStatusStrChange']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{SALE_STATUS}}" wx:for-item="item" wx:for-index="__i3__" wx:key="id"><van-checkbox vue-id="{{('276031a2-4-'+__i3__)+','+('276031a2-3')}}" name="{{item.value}}" shape="square" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}">{{item.label}}</van-checkbox></block></van-checkbox-group></view></view><view class="selectRow _div"><label class="rowTitle _span">已售状态</label><view class="selectItemBox _div"><van-checkbox-group vue-id="276031a2-5" value="{{soldStatusStr}}" data-event-opts="{{[['^change',[['soldStatusStrChange']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{SOLD_STATUS}}" wx:for-item="item" wx:for-index="__i4__" wx:key="id"><van-checkbox vue-id="{{('276031a2-6-'+__i4__)+','+('276031a2-5')}}" name="{{item.value}}" shape="square" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}">{{item.label}}</van-checkbox></block></van-checkbox-group></view></view><view class="selectRow _div" style="align-items:start;"><label class="rowTitle _span">装修状态</label><view class="selectItemBox selectItemBoxMoreItem _div"><van-checkbox-group vue-id="276031a2-7" value="{{decorationSituationStr}}" data-event-opts="{{[['^change',[['decorationSituationStrChange']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{DECORATION_SITUATION}}" wx:for-item="item" wx:for-index="__i5__" wx:key="id"><van-checkbox vue-id="{{('276031a2-8-'+__i5__)+','+('276031a2-7')}}" name="{{item.value}}" shape="square" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}">{{item.label}}</van-checkbox></block></van-checkbox-group></view></view><view class="selectRow _div"><label class="rowTitle _span">关键字</label><view class="selectItemBox _div"><input class="myIpt" placeholder="请输入房号" data-event-opts="{{[['input',[['__set_model',['$0','roomNo','$event',[]],['form']]]]]}}" value="{{form.roomNo}}" bindinput="__e"/></view></view><view class="btnBox _div"><button data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="czBtn" bindtap="__e">重置</button><button data-event-opts="{{[['tap',[['newSearch']]]]}}" class="ssBtn" bindtap="__e">搜索</button></view></view><view class="bottomBody _div"><view class="listBody _div"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="__i6__"><view data-event-opts="{{[['tap',[['toEdit',['$0'],[[['roomList','',__i6__]]]]]]]}}" class="listItem _div" bindtap="__e"><view class="firstRow _div"><label class="itemTitle _span">{{item.$orig.groupName+"-"+item.$orig.discName+"-"+item.$orig.buildName+"-"+item.$orig.roomNo}}</label><label class="tag _span">{{''+SOLD_STATUS[item.$orig.soldStatus-1].label+''}}</label></view><view class="midRow _div"><label style="width:300rpx;" class="_span">{{"套内面积:"+item.$orig.actualInternalArea+"㎡"}}</label><label class="_span">{{"建筑面积:"+item.$orig.actualBuildArea+"㎡"}}</label></view><view class="midRow _div"><label style="width:300rpx;" class="_span">{{"用途:"+(item.m0==undefined?"未知":item.m1)}}</label><label class="_span">{{"装修情况:"+(!item.m2?"未录入":item.m3)}}</label></view></view></block></view></view></view>
|