index.wxml 1.1 KB

123456789101112131415161718192021222324
  1. <view class="DrawerPage {{modalName=='viewModal'?'show':''}}">
  2. <van-search use-action-slot placeholder='请输入搜索关键词' shape='round' bind:search="onSearch" bind:clear="onSearch" />
  3. <van-tabs color='var(--assist)' title-active-color='var(--assist)' bind:change="tabsChange">
  4. <van-tab title="全部" />
  5. <van-tab title="新建" />
  6. <van-tab title="提交" />
  7. <van-tab title="确认" />
  8. <van-tab title="审核" />
  9. <van-tab title="关闭" />
  10. </van-tabs>
  11. <!-- <view class="tips">
  12. 共计{{total}}单,合计{{handleHide.verify(amount,'订货单列表金额',privacyFieldC)}}元
  13. </view> -->
  14. <view class="header" style="height: 20rpx;"></view>
  15. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  16. <List list="{{list}}" privacyFieldC='{{privacyFieldC}}' />
  17. <view style="height:150rpx;" />
  18. </Yl_ListBox>
  19. <view class="footer" wx:if="{{isInsert}}">
  20. <van-button custom-class='but' bindtap="createOrder">新建订单</van-button>
  21. </view>
  22. </view>
  23. <wxs src="/utils/hidePrice.wxs" module="handleHide" />