去除打印,抄表路线支持所有园区,支持部分选择框清除内容
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
placeholder="请选择园区"
|
||||
text="{{parkName}}"
|
||||
bind:search="onParkFocus"
|
||||
allowClear="{{true}}"
|
||||
bind:clear="onClearPark"
|
||||
/>
|
||||
|
||||
<searchSelectWrapper
|
||||
@@ -13,18 +15,24 @@
|
||||
placeholder="请选择电表"
|
||||
text="{{meterName}}"
|
||||
bind:search="onMeterFocus"
|
||||
allowClear="{{true}}"
|
||||
bind:clear="onClearMeter"
|
||||
/>
|
||||
<searchSelectWrapper
|
||||
label="流程类型"
|
||||
placeholder="请选择流程类型"
|
||||
text="{{noticeFlowTypeName}}"
|
||||
bind:search="onNoticeFlowFocus"
|
||||
allowClear="{{true}}"
|
||||
bind:clear="onClearType"
|
||||
/>
|
||||
<searchSelectWrapper
|
||||
label="确认状态"
|
||||
placeholder="请选择确认状态"
|
||||
text="{{noticeFlowStatusName}}"
|
||||
bind:search="onNoticeFlowStatusFocus"
|
||||
allowClear="{{true}}"
|
||||
bind:clear="onClearStatus"
|
||||
/>
|
||||
<view>
|
||||
<view wx:if="{{list.length}}">
|
||||
@@ -52,7 +60,7 @@
|
||||
{{ item.address }}
|
||||
</view>
|
||||
<view class="th" style="flex: 0 0 150rpx;">
|
||||
{{ item.flow_status === 1 ? "处理中" : "已确认" }}
|
||||
{{ item.current_user_audit_status === 0 ? "处理中" : "已确认" }}
|
||||
</view>
|
||||
<view class="th" style="flex: 0 0 120rpx; justify-content: flex-end; display: flex; align-items: center;">
|
||||
<van-icon name="ellipsis" size="24px" bind:tap="showActionMenu" data-id="{{item.id}}" data-data="{{index}}" class="more-icon" />
|
||||
|
||||
Reference in New Issue
Block a user