index.wxml 498 B

1234567891011121314
  1. <view class="sample-search">
  2. <view class="inputView">
  3. <label class="inputLabel">采购合同号:</label>
  4. <input class="inputText" focus placeholder="请输入采购合同号" bindinput="bindSScCodeInput"/>
  5. </view>
  6. <view class="inputView">
  7. <label class="inputLabel">我司货号:</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>