工作台代码提交

This commit is contained in:
2025-11-09 17:33:32 +08:00
parent 0d38e006e1
commit 639f92540f
27 changed files with 1257 additions and 27 deletions

View File

@@ -36,6 +36,36 @@
bind:confirm="onMeterTypeConfirm"
/>
</view>
<view wx:elif="{{type === 'noticeFlowType'}}">
<van-picker
custom-style="width: 100%;"
columns="{{ noticeFlowType }}"
title="{{title}}"
show-toolbar="{{true}}"
bind:cancel="onCancel"
bind:confirm="onNoticeFlowTypeConfirm"
/>
</view>
<view wx:elif="{{type === 'meterMode'}}">
<van-picker
custom-style="width: 100%;"
columns="{{ meterMode }}"
title="{{title}}"
show-toolbar="{{true}}"
bind:cancel="onCancel"
bind:confirm="onMeterModeConfirm"
/>
</view>
<view wx:elif="{{type === 'noticeFlowStatus'}}">
<van-picker
custom-style="width: 100%;"
columns="{{ noticeFlowStatus }}"
title="{{title}}"
show-toolbar="{{true}}"
bind:cancel="onCancel"
bind:confirm="onNoticeFlowStatusConfirm"
/>
</view>
<view wx:elif="{{type !== 'pay'}}">
<van-search
value="{{ value }}"