- <view>
- <view class="inputView">
- <label class="inputLabel">PO号:</label>
- <input class="inputText" focus placeholder="请输入PO号" bindinput="bindpoCodeInput" />
- </view>
- <view class="inputView">
- <label class="inputLabel">SC号:</label>
- <input class="inputText" placeholder="请输入SC号" bindinput="bindscCodeInput" />
- </view>
- <view class="btnView">
- <button type="primary" bindtap="search">搜索</button>
- </view>
- </view>
|