You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

order-cardQuota-progress.vue 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <template>
  2. <!-- <navBar title="补卡额申请"></navBar> -->
  3. <view class="cardQuota">
  4. <view class="details">
  5. <view class="head">
  6. <view class="head-row" style="margin-bottom: 30rpx">
  7. <view class="">
  8. 流水单号:<text style="color: #333333">MA89200010</text>
  9. </view>
  10. <view> 交易金额 </view>
  11. </view>
  12. <view class="head-row">
  13. <view class="">
  14. ETC卡号:<text style="color: #333333">0110200001</text>
  15. </view>
  16. <view class="price">
  17. ¥<text style="font-size: 36rpx">104</text>.00
  18. </view>
  19. </view>
  20. </view>
  21. <view class="content">
  22. <view class="">
  23. <view>贵阳西</view>
  24. <view>12:09</view>
  25. <text>2023-01-08</text>
  26. </view>
  27. <view class="">
  28. <view>XXXXX</view>
  29. <view>18:52</view>
  30. <text>2023-01-08</text>
  31. </view>
  32. <view class="icon-left">
  33. <text>粤A12345</text>
  34. <image :src="`${$imgUrl}order/arrowCard.png`" mode=""></image>
  35. </view>
  36. </view>
  37. </view>
  38. <view class="order-details">
  39. <view class="head">
  40. <view class=""> 售后单号:GZ92400001 </view>
  41. <text>审核中</text>
  42. </view>
  43. <view class="content">
  44. <view class="item">
  45. <text>业务类型:</text><text class="item-text">补卡额退费</text>
  46. </view>
  47. <view class="item">
  48. <text>补卡额:</text
  49. ><text class="item-text" style="color: #00b38b">12.00</text>
  50. </view>
  51. <view class="item">
  52. <text>创建时间:</text
  53. ><text class="item-text">2023-01-10 12:09:00</text>
  54. </view>
  55. <view class="item">
  56. <text>完成时间:</text
  57. ><text class="item-text">2023-01-10 12:09:00</text>
  58. </view>
  59. <view class="item">
  60. <text>不通过原因:</text
  61. ><text class="item-text">XXXXXXXXXXXXXXXXXXXX</text>
  62. </view>
  63. <view class="item">
  64. <text>业务员:</text><text class="item-text">XXX</text>
  65. </view>
  66. <view class="image-box">
  67. <view> </view>
  68. </view>
  69. </view>
  70. </view>
  71. </view>
  72. </template>
  73. <script lang="ts" setup>
  74. // import navBar from "@/pages/ETCcancellation/components/nav-bar.vue"
  75. </script>
  76. <style>
  77. page {
  78. width: 100%;
  79. height: 100%;
  80. }
  81. </style>
  82. <style lang="scss" scoped>
  83. .cardQuota {
  84. width: 100%;
  85. height: 100%;
  86. background-color: #eef7f7;
  87. padding: 30rpx;
  88. .details {
  89. height: 338rpx;
  90. background: #ffffff;
  91. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  92. border-radius: 20rpx;
  93. display: flex;
  94. flex-direction: column;
  95. .head {
  96. border-bottom: 1rpx solid #dcdcdc;
  97. padding: 30rpx;
  98. .head-row {
  99. display: flex;
  100. justify-content: space-between;
  101. view {
  102. font-size: 26rpx;
  103. font-family: Noto Sans S Chinese;
  104. font-weight: 400;
  105. color: #999999;
  106. }
  107. .price {
  108. font-size: 25rpx;
  109. font-family: Noto Sans S Chinese;
  110. font-weight: 400;
  111. color: #333333;
  112. }
  113. }
  114. }
  115. .content {
  116. display: flex;
  117. flex: 1;
  118. justify-content: space-between;
  119. padding: 20rpx 60rpx;
  120. line-height: 45rpx;
  121. position: relative;
  122. view {
  123. text-align: center;
  124. font-size: 30rpx;
  125. font-family: Noto Sans S Chinese;
  126. font-weight: 400;
  127. color: #333333;
  128. }
  129. text {
  130. font-size: 24rpx;
  131. font-family: Noto Sans S Chinese;
  132. font-weight: 400;
  133. color: #999999;
  134. }
  135. .icon-left {
  136. position: absolute;
  137. left: 50%;
  138. transform: translate(-50%);
  139. top: 35rpx;
  140. text {
  141. font-size: 26rpx;
  142. font-family: Noto Sans S Chinese;
  143. font-weight: 400;
  144. color: #666666;
  145. }
  146. image {
  147. width: 186rpx;
  148. height: 12rpx;
  149. display: block;
  150. }
  151. }
  152. }
  153. }
  154. .order-details {
  155. margin-top: 30rpx;
  156. // height: 680rpx;
  157. background: #ffffff;
  158. box-shadow: 0rpx 2rpx 6rpx 0rpx rgba(223, 223, 223, 0.8);
  159. border-radius: 20rpx;
  160. .head {
  161. display: flex;
  162. justify-content: space-between;
  163. padding: 30rpx;
  164. border-bottom: 1rpx solid #dcdcdc;
  165. view {
  166. font-size: 30rpx;
  167. font-family: Noto Sans S Chinese;
  168. font-weight: 400;
  169. color: #333333;
  170. }
  171. text {
  172. font-size: 26rpx;
  173. font-family: Microsoft YaHei;
  174. font-weight: 400;
  175. color: #00b38b;
  176. }
  177. }
  178. .content {
  179. padding: 30rpx;
  180. .item {
  181. font-size: 26rpx;
  182. font-family: Noto Sans S Chinese;
  183. font-weight: 400;
  184. color: #999999;
  185. margin-bottom: 35rpx;
  186. .item-text {
  187. font-size: 26rpx;
  188. font-family: Noto Sans S Chinese;
  189. font-weight: 400;
  190. color: #333333;
  191. }
  192. }
  193. .image-box {
  194. view {
  195. width: 161rpx;
  196. height: 161rpx;
  197. background: #f3f3f3;
  198. border: 1px solid #dcdcdc;
  199. border-radius: 6rpx;
  200. }
  201. }
  202. }
  203. }
  204. }
  205. </style>