1 |
- <block wx:if="{{isShow}}"><view class="container"><view class="headerBox"><view class="searchBox"><icon class="icon-small searchIcon" type="search" size="14"></icon><input class="fway-form-input searchInput" type="text" data-code="code" placeholder="请输入编号或者标题搜索" data-event-opts="{{[['input',[['__set_model',['','CodeTitle','$event',[]]]]]]}}" value="{{CodeTitle}}" bindinput="__e"/><text data-event-opts="{{[['tap',[['onTapSearch',['$event']]]]]}}" class="searchBtn" bindtap="__e">搜索</text></view><view class="tabBox"><view data-event-opts="{{[['tap',[['onChangeState',['1']]]]]}}" class="{{['tabItem',tabIndex=='1'?'active':'']}}" bindtap="__e">全部</view><view data-event-opts="{{[['tap',[['onChangeState',['2']]]]]}}" class="{{['tabItem',tabIndex=='2'?'active':'']}}" bindtap="__e">未回复</view><view data-event-opts="{{[['tap',[['onChangeState',['3']]]]]}}" class="{{['tabItem',tabIndex=='3'?'active':'']}}" bindtap="__e">已回复</view><view data-event-opts="{{[['tap',[['onChangeState',['4']]]]]}}" class="{{['tabItem',tabIndex=='4'?'active':'']}}" bindtap="__e">已评价</view></view></view><view class="contentBox"><z-paging class="vue-ref" vue-id="3fb24d3f-1" refresher-update-time-key="list" data-ref="paging" value="{{listData}}" data-event-opts="{{[['^query',[['onGetOrderList']]],['^input',[['__set_model',['','listData','$event',[]]]]]]}}" bind:query="__e" bind:input="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="listInfoBox"><block wx:for="{{listData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['onOrderViewTo',['$0'],[[['listData','',index,'id']]]]]]]}}" class="listInfo" bindtap="__e"><view class="listCode"><view class="codeTextBox"><text>编号:</text><text class="codeText">{{item.orderNo}}</text><block wx:if="{{item.industryName}}"><text class="codeType">{{item.industryName}}</text></block></view><rich-text class="{{['codeStatus',item.statusClass]}}" nodes="{{item.statusText}}"></rich-text></view><rich-text class="listTitle" nodes="{{item.title}}"></rich-text><view class="listDetailBox"><text class="listArea">{{item.area}}</text><text class="listDate">{{item.creationTime}}</text></view></view></block></view></z-paging></view></view></block>
|