微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

liist.wxml 6.0 KiB

il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <!--pages/handle/liist.wxml-->
  2. <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
  3. <image src="../../image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back"></image>
  4. <text style="top:{{isIPX?'54px':'30px'}};">{{pageTitle}}</text>
  5. </view>
  6. <view class="work_plan" wx-if="{{active==1||active==2}}" style="margin-top:{{isIPX?'100px':'75px'}};">
  7. <view>
  8. <view class="menu_item {{active==1?'active':''}}" bindtap="switchTab" data-gid='{{1}}'>待办<text class="remind">{{todoNum}}</text></view>
  9. <view class="menu_item {{active==2?'active':''}}" bindtap="switchTab" data-gid='{{2}}'>已办<text class="remind">{{doneNum}}</text></view>
  10. </view>
  11. <!-- <view style="border:1px solid #ddd;background: #fff;border-radius: 30rpx;line-height: 60rpx;padding: 0 25rpx;">
  12. <picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">
  13. <view class="picker">
  14. {{array[index]}}
  15. <image src="../../image/icon/triangle.png" style="height:25rpx;width:25rpx;margin-right: 10rpx;"></image>
  16. </view>
  17. </picker>
  18. </view> -->
  19. </view>
  20. <view class="work_plan" wx-if="{{active==3||active==4}}" style="margin-top:{{isIPX?'100px':'75px'}};">
  21. <view>
  22. <view class="menu_item {{active==3?'active':''}}" bindtap="switchTab" data-gid='{{3}}'>发起<text class="remind">{{yfqNum}}</text></view>
  23. <view class="menu_item {{active==4?'active':''}}" bindtap="switchTab" data-gid='{{4}}'>制单<text class="remind">{{yzdNum}}</text></view>
  24. </view>
  25. <!-- <view style="border:1px solid #ddd;background: #fff;border-radius: 30rpx;line-height: 60rpx;padding: 0 25rpx;">
  26. <picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">
  27. <view class="picker">
  28. {{array[index]}}
  29. <image src="../../image/icon/triangle.png" style="height:25rpx;width:25rpx;margin-right: 10rpx;"></image>
  30. </view>
  31. </picker>
  32. </view> -->
  33. </view>
  34. <scroll-view scroll-y="true" wx-if="{{active==1}}" style="height: {{wrokScrollHeight}}px;">
  35. <view class="workflow" wx:if="{{active=='1'}}" wx:for-item="item" wx:for="{{todoList}}" wx:key="id">
  36. <!--1-->
  37. <view class="workflow_list">
  38. <view class="process_intro">
  39. <view class="name">{{item.formData.payer}}</view>
  40. <!-- <view class="state">待审</view> -->
  41. <view class="time">{{item.formData.applyDate}}</view>
  42. </view>
  43. <view class="process_pay">
  44. <view class="describe">
  45. <image class="amount_icon" src="../../image/index/process_icon.png" mode="aspectFit"></image>
  46. <text class="textLimit">{{item.formData.remark}}</text>
  47. </view>
  48. <view class="amount"><text class="unit">¥</text>{{item.formData.expenditureAmount}}</view>
  49. </view>
  50. </view>
  51. </view>
  52. </scroll-view>
  53. <scroll-view scroll-y="true" wx-if="{{active==2}}" style="height: {{wrokScrollHeight}}px;">
  54. <view class="workflow" wx:if="{{active=='2'}}" wx:for-item="item" wx:for="{{doneList}}" wx:key="id">
  55. <!--1-->
  56. <view class="workflow_list">
  57. <view class="process_intro">
  58. <view class="name">{{item.formData.payer}}</view>
  59. <!-- <view class="state">已审</view> -->
  60. <view class="time">{{item.formData.applyDate}}</view>
  61. </view>
  62. <view class="process_pay">
  63. <view class="describe">
  64. <image class="amount_icon" src="../../image/index/process_icon.png" mode="aspectFit"></image>
  65. <text class="textLimit">{{item.formData.remark}}</text>
  66. </view>
  67. <view class="amount"><text class="unit">¥</text>{{item.formData.expenditureAmount}}</view>
  68. </view>
  69. </view>
  70. </view>
  71. </scroll-view>
  72. <scroll-view scroll-y="true" wx-if="{{active==3}}" style="height: {{wrokScrollHeight}}px;">
  73. <view class="workflow" wx:if="{{active=='3'}}" wx:for-item="item" wx:for="{{yfqList}}" wx:key="id">
  74. <!--1-->
  75. <view class="workflow_list">
  76. <view class="process_intro">
  77. <view class="name">{{item.payer}}</view>
  78. <!-- <view class="state">已发起</view> -->
  79. <view class="time">{{item.applyDate}}</view>
  80. </view>
  81. <view class="process_pay">
  82. <view class="describe">
  83. <image class="amount_icon" src="../../image/index/process_icon.png" mode="aspectFit"></image>
  84. <text class="textLimit">{{item.remark}}</text>
  85. </view>
  86. <view class="amount"><text class="unit">¥</text>{{item.expenditureAmount}}</view>
  87. </view>
  88. </view>
  89. </view>
  90. </scroll-view>
  91. <scroll-view scroll-y="true" wx-if="{{active==4}}" style="height: {{wrokScrollHeight}}px;">
  92. <view class="workflow" wx:if="{{active=='4'}}" wx:for-item="item" wx:for="{{yzdList}}" wx:key="id">
  93. <!--1-->
  94. <view class="workflow_list">
  95. <view class="process_intro">
  96. <view class="name">{{item.payer}}</view>
  97. <!-- <view class="state">已制单</view> -->
  98. <view class="time">{{item.applyDate}}</view>
  99. </view>
  100. <view class="process_pay">
  101. <view class="describe">
  102. <image class="amount_icon" src="../../image/index/process_icon.png" mode="aspectFit"></image>
  103. <text class="textLimit">{{item.remark}}</text>
  104. </view>
  105. <view class="amount"><text class="unit">¥</text>{{item.expenditureAmount}}</view>
  106. </view>
  107. </view>
  108. </view>
  109. </scroll-view>