#
whycq
2022-06-20 d57f0f17e7daed9a14cee89a4a38154aed9f6e74
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>