orderFormManage.vue 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <template>
  2. <view class="page">
  3. <view class="tab-1" slot="center">
  4. <u--input style="background-color: #f4f4f4;" placeholder="搜索订单号/手机号/商品/姓名" shape="circle"
  5. prefixIcon="search" prefixIconStyle="font-size: 22px;color: #909399"></u--input>
  6. <view class="top-tab">
  7. <view :class="{commodity:follow==1}" class="tab" @click="tabSwitch(1)">
  8. 全部
  9. </view>
  10. <view :class="{commodity:follow==2}" class="tab" @click="tabSwitch(2)">
  11. 待审核
  12. </view>
  13. <view :class="{commodity:follow==3}" class="tab" @click="tabSwitch(3)">
  14. 待缴纳保证金
  15. </view>
  16. <view :class="{commodity:follow==4}" class="tab" @click="tabSwitch(4)">
  17. 待团长发货
  18. </view>
  19. <view :class="{commodity:follow==5}" class="tab" @click="tabSwitch(5)">
  20. 待总部发货
  21. </view>
  22. <view :class="{commodity:follow==6}" class="tab" @click="tabSwitch(6)">
  23. 已发货
  24. </view>
  25. </view>
  26. </view>
  27. <view class="center">
  28. <view v-for="item in orderList" :key="item.status">
  29. <DetailCard :itemInfo="item" />
  30. </view>
  31. </view>
  32. </view>
  33. </template>
  34. <script>
  35. import DetailCard from './component/detailCard.vue'
  36. export default {
  37. components: {
  38. DetailCard
  39. },
  40. data() {
  41. return {
  42. follow: 1,
  43. orderList: [{
  44. name: 'Trinity 自由比格',
  45. status: 0,
  46. headerImg: "https://ts3.cn.mm.bing.net/th?id=OIP-C.uMf5AX3a6yYpIhpEkyDxiQAAAA&w=250&h=250&c=8&rs=1&qlt=90&o=6&dpr=2&pid=3.1&rm=2",
  47. orderImg: "https://img12.360buyimg.com/jdcms/s460x460_jfs/t1/226637/16/19995/180517/66696f86Fa90c7d49/3bc094e1eb7aeb12.jpg.avif",
  48. orderDetail: 'OATLY噢麦力 咖啡大师…',
  49. orderPrice: '29.90',
  50. specifications: "咖啡大师燕麦奶250ml*6瓶",
  51. num: 1,
  52. payPrice: '141.00',
  53. remark: '买家急用,仓库尽早发货'
  54. },
  55. {
  56. name: 'Trinity 自由比格',
  57. status: 1,
  58. headerImg: "https://ts3.cn.mm.bing.net/th?id=OIP-C.uMf5AX3a6yYpIhpEkyDxiQAAAA&w=250&h=250&c=8&rs=1&qlt=90&o=6&dpr=2&pid=3.1&rm=2",
  59. orderImg: "https://img12.360buyimg.com/jdcms/s460x460_jfs/t1/226637/16/19995/180517/66696f86Fa90c7d49/3bc094e1eb7aeb12.jpg.avif",
  60. orderDetail: 'OATLY噢麦力 咖啡大师…',
  61. orderPrice: '29.90',
  62. specifications: "咖啡大师燕麦奶250ml*6瓶",
  63. num: 1,
  64. payPrice: '141.00',
  65. remark: '买家急用,仓库尽早发货'
  66. },
  67. {
  68. name: 'Trinity 自由比格',
  69. status: 2,
  70. headerImg: "https://ts3.cn.mm.bing.net/th?id=OIP-C.uMf5AX3a6yYpIhpEkyDxiQAAAA&w=250&h=250&c=8&rs=1&qlt=90&o=6&dpr=2&pid=3.1&rm=2",
  71. orderImg: "https://img12.360buyimg.com/jdcms/s460x460_jfs/t1/226637/16/19995/180517/66696f86Fa90c7d49/3bc094e1eb7aeb12.jpg.avif",
  72. orderDetail: 'OATLY噢麦力 咖啡大师…',
  73. orderPrice: '29.90',
  74. specifications: "咖啡大师燕麦奶250ml*6瓶",
  75. num: 1,
  76. payPrice: '141.00',
  77. remark: '买家急用,仓库尽早发货'
  78. },
  79. {
  80. name: 'Trinity 自由比格',
  81. status: 3,
  82. headerImg: "https://ts3.cn.mm.bing.net/th?id=OIP-C.uMf5AX3a6yYpIhpEkyDxiQAAAA&w=250&h=250&c=8&rs=1&qlt=90&o=6&dpr=2&pid=3.1&rm=2",
  83. orderImg: "https://img12.360buyimg.com/jdcms/s460x460_jfs/t1/226637/16/19995/180517/66696f86Fa90c7d49/3bc094e1eb7aeb12.jpg.avif",
  84. orderDetail: 'OATLY噢麦力 咖啡大师…',
  85. orderPrice: '29.90',
  86. specifications: "咖啡大师燕麦奶250ml*6瓶",
  87. num: 1,
  88. payPrice: '141.00',
  89. remark: '买家急用,仓库尽早发货'
  90. },
  91. {
  92. name: 'Trinity 自由比格',
  93. status: 4,
  94. headerImg: "https://ts3.cn.mm.bing.net/th?id=OIP-C.uMf5AX3a6yYpIhpEkyDxiQAAAA&w=250&h=250&c=8&rs=1&qlt=90&o=6&dpr=2&pid=3.1&rm=2",
  95. orderImg: "https://img12.360buyimg.com/jdcms/s460x460_jfs/t1/226637/16/19995/180517/66696f86Fa90c7d49/3bc094e1eb7aeb12.jpg.avif",
  96. orderDetail: 'OATLY噢麦力 咖啡大师…',
  97. orderPrice: '29.90',
  98. specifications: "咖啡大师燕麦奶250ml*6瓶",
  99. num: 1,
  100. payPrice: '141.00',
  101. remark: '买家急用,仓库尽早发货'
  102. },
  103. ]
  104. }
  105. },
  106. methods: {
  107. tabSwitch(num) {
  108. this.follow = num
  109. },
  110. },
  111. computed: {
  112. i18n() {
  113. return this.$t("index")
  114. }
  115. },
  116. mounted() {
  117. uni.setNavigationBarTitle({
  118. title: "订单管理"
  119. })
  120. }
  121. }
  122. </script>
  123. <style scoped lang="scss">
  124. .page {
  125. .tab-1 {
  126. padding: 0 24rpx;
  127. background-color: #fff;
  128. ::v-deep .u-input {
  129. background-color: #f4f4f4;
  130. }
  131. .top-tab {
  132. margin-top: 20rpx;
  133. display: flex;
  134. justify-content: space-between;
  135. overflow-y: auto;
  136. padding-bottom: 10rpx;
  137. // flex-shrink: 1;
  138. // width: 100vw;
  139. .tab {
  140. margin-right: 40rpx;
  141. font-size: 26rpx;
  142. color: rgba(34, 34, 34, .8);
  143. flex-shrink: 0;
  144. height: 44rpx;
  145. display: flex;
  146. align-items: flex-end;
  147. }
  148. .commodity {
  149. position: relative;
  150. font-weight: 600;
  151. font-size: 32rpx;
  152. }
  153. .commodity::before {
  154. content: '';
  155. display: block;
  156. height: 8rpx;
  157. width: 100%;
  158. background: linear-gradient(to right, #f83224, #fff);
  159. position: absolute;
  160. bottom: 5rpx;
  161. opacity: 0.8;
  162. }
  163. }
  164. }
  165. .center {
  166. padding: 20rpx 24rpx;
  167. }
  168. }
  169. </style>