#
whycq
2022-02-12 f0ffe3a07738ff34824e2a2eec0bf831d707470b
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>