微信小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.wxml 4.9 KiB

3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
3 år sedan
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <!--pages/apply/index.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'}};">支出申请</text>
  5. </view>
  6. <!-- 付款单位开始 -->
  7. <view class="top" style="margin-top:{{isIPX?'100px':'75px'}};">
  8. <image src="../../image/apply/dress_icon.png"></image>
  9. <view class="top-tit">付款单位</view>
  10. <view class="top-title">{{bookName}}</view>
  11. </view>
  12. <view class="main">
  13. <van-tabs sticky color="#000">
  14. <van-tab title="银行账户">
  15. <view class="bank_box" wx:for="{{accountList}}" wx:key="index">
  16. <text class="zt">一般户</text>
  17. <image src="../../image/apply/jsyh_bg2.png" style="width: 100%;position: absolute;bottom:0;z-index: 9;" mode="widthFix"></image>
  18. <image src="../../image/apply/bgt.png" style="width: 100%;position: absolute;top:0;right:0;z-index: 9;height: 100%;"></image>
  19. <view class="bank_content">
  20. <image src="../../image/apply/jsyh_icon.png" style="width: 28%;" mode="widthFix"></image>
  21. <view style="margin-bottom: 2vh;">{{item.bankAccountNumber}}<text>卡号</text></view>
  22. <view>可用余额</view>
  23. <view style="font-weight: bold;font-size: 22px;margin-top: 2vh;">{{item.balance}}</view>
  24. </view>
  25. </view>
  26. </van-tab>
  27. <van-tab title="公务卡">
  28. <view class="bank_box">
  29. <image src="../../image/apply/jsyh_bg2.png" style="width: 100%;position: absolute;bottom:0;z-index: 9;" mode="widthFix"></image>
  30. <view class="bank_content gwk">
  31. <image src="../../image/apply/gwk_icon.png" style="width: 28%;" mode="widthFix"></image>
  32. <view style="margin-bottom: 2vh;">6217 0021 9000 7972 186<text>卡号</text></view>
  33. <view>可用余额</view>
  34. <view style="font-weight: bold;font-size: 22px;margin-top: 2vh;">10,288.83</view>
  35. </view>
  36. <view class="holder">持有人:王强</view>
  37. </view>
  38. </van-tab>
  39. </van-tabs>
  40. </view>
  41. <view class="bottom">
  42. <view class="btn1" bindtap="openBox">支付模板</view>
  43. <view class="btn2" bindtap="swichPaymentApply">下一步</view>
  44. </view>
  45. <van-action-sheet show="{{show}}" title="支付模板" bind:close="closeBox">
  46. <van-swipe-cell right-width="{{ 65 }}">
  47. <van-cell-group>
  48. <van-cell label="支付水电、网费、房租" bindtap="goTemplate" >
  49. <view slot="title">
  50. <view class="van-cell-text">日常支付水电模板<van-tag plain type="danger" color="#FC9A55" style="margin-left:10px;">默认</van-tag></view>
  51. </view>
  52. <van-icon slot="icon" name="https://636c-cloud1-8gya17a31667774d-1310628902.tcb.qcloud.la/icon_mrmb.png?sign=5e5df640777f6a7993c45e1a559dd998&t=1648619865" class="custom-icon" size="40" style="margin-right: 10px;" />
  53. </van-cell>
  54. </van-cell-group>
  55. <view slot="right" class="deleteBox">
  56. <image src="../../image/apply/icon_delete.png" style="width: 25px;height: 25px;margin: 0 auto;"></image>
  57. </view>
  58. </van-swipe-cell>
  59. <van-swipe-cell right-width="{{ 65 }}">
  60. <van-cell-group>
  61. <van-cell title="日常支付水电模板" label="支付水电、网费、房租" >
  62. <van-icon slot="icon" name="https://636c-cloud1-8gya17a31667774d-1310628902.tcb.qcloud.la/icon_mb.png?sign=2a8bbe2cb4d4e0f28a99fddbe042d26c&t=1648620032" class="custom-icon" size="40" style="margin-right: 10px;" />
  63. </van-cell>
  64. </van-cell-group>
  65. <view slot="right" class="deleteBox">
  66. <image src="../../image/apply/icon_delete.png" style="width: 25px;height: 25px;margin: 0 auto;"></image>
  67. </view>
  68. </van-swipe-cell>
  69. <van-swipe-cell right-width="{{ 65 }}">
  70. <van-cell-group>
  71. <van-cell title="日常支付水电模板" label="支付水电、网费、房租" >
  72. <van-icon slot="icon" name="https://636c-cloud1-8gya17a31667774d-1310628902.tcb.qcloud.la/icon_mb.png?sign=2a8bbe2cb4d4e0f28a99fddbe042d26c&t=1648620032" class="custom-icon" size="40" style="margin-right: 10px;" />
  73. </van-cell>
  74. </van-cell-group>
  75. <view slot="right" class="deleteBox">
  76. <image src="../../image/apply/icon_delete.png" style="width: 25px;height: 25px;margin: 0 auto;"></image>
  77. </view>
  78. </van-swipe-cell>
  79. <van-swipe-cell right-width="{{ 65 }}">
  80. <van-cell-group>
  81. <van-cell title="日常支付水电模板" label="支付水电、网费、房租" >
  82. <van-icon slot="icon" name="https://636c-cloud1-8gya17a31667774d-1310628902.tcb.qcloud.la/icon_mb.png?sign=2a8bbe2cb4d4e0f28a99fddbe042d26c&t=1648620032" class="custom-icon" size="40" style="margin-right: 10px;" />
  83. </van-cell>
  84. </van-cell-group>
  85. <view slot="right" class="deleteBox">
  86. <image src="../../image/apply/icon_delete.png" style="width: 25px;height: 25px;margin: 0 auto;"></image>
  87. </view>
  88. </van-swipe-cell>
  89. </van-action-sheet>