index.wxml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!--pages/advancerecord/index.wxml-->
  2. <view class='Theglobalbackground'>
  3. <view class='time_information'>
  4. <view class='ul'>
  5. <view class='li'>
  6. <view class='details'>
  7. <text decode="nbsp">校&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 区:</text>
  8. <text>A校区</text>
  9. </view>
  10. </view>
  11. <view class='li'>
  12. <view class='details'>
  13. <text decode="nbsp">缴&nbsp; 款&nbsp;人:</text>
  14. <text>A校区</text>
  15. </view>
  16. </view>
  17. <view class='li'>
  18. <view class='details'>
  19. <text decode="nbsp">商&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 品:</text>
  20. <text>A校区</text>
  21. </view>
  22. </view>
  23. <view class='li'>
  24. <view class='details'>
  25. <text decode="nbsp">数&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 量:</text>
  26. <text>A校区</text>
  27. </view>
  28. </view>
  29. <view class='li'>
  30. <view class='details'>
  31. <text decode="nbsp">缴费金额:</text>
  32. <text class='red'>1000元</text>
  33. </view>
  34. </view>
  35. <view class='li'>
  36. <view class='details'>
  37. <text decode="nbsp">预收金额:</text>
  38. <text class='red'>1000元</text>
  39. </view>
  40. </view>
  41. <view class='li'>
  42. <view class='details'>
  43. <text decode="nbsp">微信支付:</text>
  44. <text class='red'>1000元</text>
  45. </view>
  46. </view>
  47. <view class='li'>
  48. <view class='details'>
  49. <text decode="nbsp">口碑支付:</text>
  50. <text class='red'>1000元</text>
  51. </view>
  52. </view>
  53. <view class='li'>
  54. <view class='details'>
  55. <text decode="nbsp">现金支付:</text>
  56. <text class='red'>1000元</text>
  57. </view>
  58. </view>
  59. <view class='li'>
  60. <view class='details'>
  61. <text decode="nbsp">微店支付:</text>
  62. <text class='red'>1000元</text>
  63. </view>
  64. </view>
  65. <view class='li'>
  66. <view class='details'>
  67. <text decode="nbsp">押金抵扣:</text>
  68. <text class='red'>1000元</text>
  69. </view>
  70. </view>
  71. <view class='li'>
  72. <view class='details'>
  73. <text decode="nbsp">合作校前台支付:</text>
  74. <text class='red'>1000元</text>
  75. </view>
  76. </view>
  77. <view class='li'>
  78. <view class='details'>
  79. <text decode="nbsp">备 &nbsp;&nbsp; &nbsp;&nbsp; 注:</text>
  80. <text>无</text>
  81. </view>
  82. </view>
  83. </view>
  84. </view>
  85. <view class='time'>
  86. <text>*</text>
  87. <text>如有数据变动请直接联系管理员修改</text>
  88. </view>
  89. <!--确定交付-->
  90. <view>
  91. <button class='delivery'>确定交付</button>
  92. </view>
  93. <!--已交付-->
  94. <!-- <view>
  95. <button class='alreadydelivered'>已交付</button>
  96. </view> -->
  97. </view>