whycq
2024-07-25 a8bbfa5addff1f556c670e049f8eb86ebe8c58d0
1
<view><view class="cu-form-group margin-top"><view class="title">库位</view><input placeholder="库位编号" name="input" data-event-opts="{{[['input',[['__set_model',['','locNo','$event',[]]]]]]}}" value="{{locNo}}" bindinput="__e"/></view><view class="cu-form-group margin-top"><view class="title">产品</view><input placeholder="产品信息" name="input" data-event-opts="{{[['input',[['__set_model',['','matNo','$event',[]]]]]]}}" value="{{matNo}}" bindinput="__e"/></view><view><button class="cu-btn bg-yellow pda-btn">搜索</button><button data-event-opts="{{[['tap',[['reset',['$event']]]]]}}" class="cu-btn bg-grey pda-btn" bindtap="__e">重置</button></view></view>