#
zjj
2024-08-21 54fce333aae7d6f596616a6eb5e65c27c28a9994
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>