lsh
2025-05-29 55e7e91abdfd489270d3fa6d6ca0daa77958c0a4
1
<view><view class="cu-form-group margin-top"><view class="title">出库口</view><picker value="{{index}}" range="{{picker}}" data-event-opts="{{[['change',[['PickerChange',['$event']]]]]}}" bindchange="__e"><view class="picker">{{''+(index>-1?picker[index]:'请选择')+''}}</view></picker><button></button></view><view><button class="cu-btn bg-yellow pda-btn">确认</button><button class="cu-btn bg-grey pda-btn">重置</button></view></view>