sample.wxml 489 B

1234567891011121314
  1. <view class="sample-search">
  2. <view class="inputView">
  3. <label class="loginLab">样品单号:</label>
  4. <input class="inputText" focus placeholder="请输入样品单号" bindinput="bindDocumentInput"/>
  5. </view>
  6. <view class="inputView">
  7. <label class="loginLab">我司货号:</label>
  8. <input class="inputText" placeholder="请输入我司货号" bindinput="bindpCodeInput" />
  9. </view>
  10. <view class="btnView">
  11. <button type="primary" bindtap="search">搜索</button>
  12. </view>
  13. </view>