changeStoreDetail.vue 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. <template>
  2. <view class="content">
  3. <view class="topView">
  4. <!-- 待处理 -->
  5. <view class="waitBg" v-if="state>0">
  6. <view class="title">请等待平台处理</view>
  7. <!-- 进度条 -->
  8. <view class="progress">
  9. <image :src="(state>0 ? tongguoUrl : waitUrl)" class="waitImg" :class="{tongguoImg:state>0}">
  10. </image>
  11. <view class="line" :class="{lightLine:state>0}"></view>
  12. <image :src="(state>1 ? tongguoUrl : waitUrl)" class="waitImg" :class="{tongguoImg:state>1}">
  13. </image>
  14. <view class="line" :class="{lightLine:state>1}"></view>
  15. <image :src="(state>2 ? tongguoUrl : waitUrl)" class="waitImg" :class="{tongguoImg:state>2}">
  16. </image>
  17. </view>
  18. <!-- 进度条 文字提示 -->
  19. <view class="progressT">
  20. <view class="stateView">
  21. <view class="progressTitle">提交申请</view>
  22. <view class="time" v-if="state>0">2021-11-2 12:43</view>
  23. </view>
  24. <view style="width: 9%;"></view>
  25. <view class="stateView">
  26. <view class="progressTitle">平台审核</view>
  27. <view class="time" v-if="state>1">2021-11-2 12:43</view>
  28. </view>
  29. <view style="width: 9%;"></view>
  30. <view class="stateView">
  31. <view class="progressTitle">平台同意更换</view>
  32. <view class="time" v-if="state>2">2021-11-2 12:43</view>
  33. </view>
  34. </view>
  35. </view>
  36. <!-- 更换关闭 -->
  37. <view class="waitBg" v-if="state==0" style="height: 100rpx;">
  38. <view class="title">更换关闭</view>
  39. <view class="title3">2021年11月12日 12:43</view>
  40. </view>
  41. <!-- 平台拒绝 -->
  42. <view class="waitBg" v-if="state==-1" style="height: 100rpx;">
  43. <view class="title">平台已拒绝</view>
  44. <view class="title3">2021年11月12日 12:43</view>
  45. </view>
  46. </view>
  47. <!-- 更换提交 -->
  48. <view class="whiteView" v-if="state==1">
  49. <view class="title1">您已成功发起更换门店申请,请耐心等待平台处理</view>
  50. <view class="title2">平台同意后,系统将自动更新门店信息</view>
  51. <view class="title3">平台同意后,系统将自动更新门店信息</view>
  52. </view>
  53. <!-- 更换关闭 -->
  54. <view class="whiteView" v-if="state==0">
  55. <view class="title1">您已撤销本次退款申请,如有问题仍未解决,您可以重新发起申请</view>
  56. </view>
  57. <!-- 平台拒绝 -->
  58. <view class="whiteView" v-if="state==-1">
  59. <view class="title1">平台拒绝原因:这是选择的原因</view>
  60. <view class="title2">您可以修改更换申请后再次发起,平台会重新处理</view>
  61. </view>
  62. <!-- 同意申请 -->
  63. <view class="tongyiView" v-if="state==3">
  64. <view class="title1">进度详情</view>
  65. <image src="../../static/img/rightArrow.png" mode="" style="width: 14rpx; height: 23rpx;"></image>
  66. </view>
  67. <view class="whiteView">
  68. <view class="storeTitle">更换前门店信息</view>
  69. <view class="store">
  70. <image src="../../static/img/icon_state_gray.png" mode="" class="leftIcon"></image>
  71. <view class="name">这是门店名称</view>
  72. </view>
  73. <view class="store">
  74. <image src="../../static/img/icon_coordinate.png" mode="" class="leftIcon"></image>
  75. <view class="address">江苏省南京市鼓楼区铁路南街233号</view>
  76. </view>
  77. </view>
  78. <view class="whiteView">
  79. <view class="storeTitle">更换后门店信息</view>
  80. <view class="store">
  81. <image src="../../static/img/icon_state_gray.png" mode="" class="leftIcon"></image>
  82. <view class="name">这是门店名称</view>
  83. </view>
  84. <view class="store">
  85. <image src="../../static/img/icon_coordinate.png" mode="" class="leftIcon"></image>
  86. <view class="address">江苏省南京市鼓楼区铁路南街233号</view>
  87. </view>
  88. </view>
  89. <!-- 订单信息 -->
  90. <view class="whiteView">
  91. <view class="informationLine">
  92. <view class="informationTxt">更换原因:</view>
  93. <view class="informationNum">七天无理由</view>
  94. </view>
  95. <view class="informationLine">
  96. <view class="informationTxt">申请时间:</view>
  97. <view class="informationNum">2021-11-21 11:32:12</view>
  98. </view>
  99. <view class="informationLine">
  100. <view class="informationTxt">补充描述:</view>
  101. <view class="informationNum">无</view>
  102. </view>
  103. <view class="informationLine">
  104. <view class="informationTxt">申请单号:</view>
  105. <view class="informationNum">12345</view>
  106. <view class="copyBtn" @click="copy(orderData.Code)">复制</view>
  107. </view>
  108. <view class="informationLine">
  109. <view class="informationTxt">订单单号:</view>
  110. <view class="informationNum">T124</view>
  111. <view class="copyBtn" @click="copy(orderData.Code)">复制</view>
  112. <view style="color: #3F90F7; font-size: 26rpx; margin-left: 50rpx;">详情</view>
  113. </view>
  114. </view>
  115. <!-- 底部按钮 操作 -->
  116. <view style="height: 150rpx;"></view>
  117. <view class="orderBottom" v-if="state==1">
  118. <view class="cancelBtn" @click="cancelBtn">撤销申请</view>
  119. <view class="cancelBtn" @click="editBtn">修改申请</view>
  120. </view>
  121. </view>
  122. </template>
  123. <script>
  124. export default {
  125. data() {
  126. return {
  127. state: -1,// -1 平台拒绝 0撤销 1 提交申请 2 平台审核 3 同意申请
  128. tongguoUrl: '../../static/img/icon_tongguo.png',
  129. waitUrl: '../../static/img/icon_yuan.png',
  130. }
  131. },
  132. methods: {
  133. copy(txt) {
  134. uni.setClipboardData({
  135. data: txt,
  136. success: function() {
  137. uni.showToast({
  138. title: '复制成功',
  139. icon: 'none',
  140. duration: 2000
  141. });
  142. }
  143. });
  144. },
  145. }
  146. }
  147. </script>
  148. <style>
  149. .content {
  150. background-color: #F4F5F7;
  151. min-height: 100vh;
  152. }
  153. .topView {
  154. background: linear-gradient(315deg, #FD5002 0%, #FE8F00 100%);
  155. padding: 20rpx 24rpx;
  156. }
  157. .waitBg {
  158. background-color: #FFFFFF;
  159. border-radius: 20rpx;
  160. height: 209rpx;
  161. padding: 30rpx;
  162. }
  163. .title {
  164. color: #333333;
  165. font-size: 32rpx;
  166. font-weight: bold;
  167. margin-bottom: 30rpx;
  168. }
  169. .progress {
  170. display: flex;
  171. align-items: center;
  172. padding: 10rpx 70rpx;
  173. }
  174. .waitImg {
  175. width: 20rpx;
  176. height: 20rpx;
  177. }
  178. .tongguoImg {
  179. width: 38rpx;
  180. height: 38rpx;
  181. }
  182. .line {
  183. width: 40%;
  184. margin: 0rpx 5rpx;
  185. height: 2px;
  186. background: #FF2400;
  187. opacity: 0.4;
  188. }
  189. .lightLine {
  190. width: 40%;
  191. margin: 0rpx 5rpx;
  192. height: 2px;
  193. background: #FF2400;
  194. opacity: 1.0;
  195. }
  196. .progressT{
  197. display: flex;
  198. align-items: center;
  199. }
  200. .stateView{
  201. width: 30%;
  202. }
  203. .progressTitle{
  204. color: #333333;
  205. font-size: 22rpx;
  206. text-align: center;
  207. }
  208. .time{
  209. color: #999999;
  210. font-size: 22rpx;
  211. text-align: center;
  212. }
  213. .whiteView{
  214. background-color: #FFFFFF;
  215. padding: 30rpx 24rpx;
  216. margin: 20rpx 0;
  217. }
  218. .title1 {
  219. color: #3C3C3C;
  220. font-size: 30rpx;
  221. font-weight: bold;
  222. }
  223. .title2{
  224. color: #999999;
  225. font-size: 24rpx;
  226. padding-top: 16rpx;
  227. padding-bottom: 8rpx;
  228. }
  229. .title3{
  230. color: #999999;
  231. font-size: 24rpx;
  232. }
  233. .storeTitle{
  234. color: #3C3C3C;
  235. font-size: 30rpx;
  236. font-weight: bold;
  237. border-bottom: 1rpx #EEEEEE solid;
  238. padding-bottom: 22rpx;
  239. }
  240. .store{
  241. display: flex;
  242. padding-top: 20rpx;
  243. align-items: center;
  244. }
  245. .leftIcon{
  246. width: 30rpx;
  247. height: 30rpx;
  248. margin-right: 10rpx;
  249. }
  250. .name {
  251. color: #3C3C3C;
  252. font-size: 26rpx;
  253. }
  254. .address {
  255. color: #999999;
  256. font-size: 26rpx;
  257. }
  258. .informationLine {
  259. display: flex;
  260. font-size: 26rpx;
  261. padding: 20rpx 0;
  262. }
  263. .informationTxt {
  264. width: 130rpx;
  265. color: #666666;
  266. }
  267. .informationNum {
  268. color: #333333;
  269. }
  270. .copyBtn {
  271. width: 86rpx;
  272. height: 40rpx;
  273. background: #F4F5F7;
  274. border-radius: 20rpx;
  275. font-size: 24rpx;
  276. color: #333333;
  277. text-align: center;
  278. line-height: 40rpx;
  279. margin-left: 20rpx;
  280. }
  281. .orderBottom {
  282. width: 750rpx;
  283. height: 98rpx;
  284. background: #FFFFFF;
  285. position: fixed;
  286. left: 0;
  287. bottom: 0;
  288. display: flex;
  289. justify-content: flex-end;
  290. }
  291. .cancelBtn {
  292. width: 150rpx;
  293. height: 56rpx;
  294. border-radius: 36rpx;
  295. border: 2rpx solid #DDDDDD;
  296. text-align: center;
  297. line-height: 56rpx;
  298. font-size: 28rpx;
  299. color: #3C3C3C;
  300. margin-top: 21rpx;
  301. margin-right: 16rpx;
  302. margin-left: 20rpx;
  303. }
  304. .tongyiView{
  305. display: flex;
  306. justify-content: space-between;
  307. align-items: center;
  308. background-color: #FFFFFF;
  309. padding: 30rpx 24rpx;
  310. margin: 20rpx 0;
  311. }
  312. </style>