orderDetail.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. <template>
  2. <view class="content">
  3. <view class="top">
  4. <view class="hflex acenter">
  5. <!-- <view class="state">{{pageData.status}}</view> -->
  6. <view class="state" v-if="pageData.status == 0">已取消</view>
  7. <view class="state" v-if="pageData.status == 1">预订单</view>
  8. <view class="state" v-if="pageData.status == 2">等待买家付款</view>
  9. <view class="state" v-if="pageData.status == 3">等待买家付款</view>
  10. <view class="state" v-if="pageData.status == 4">买家已付款</view>
  11. <view class="state" v-if="pageData.status == 5">等待买家收货</view>
  12. <view class="state" v-if="pageData.status == 6">已完成</view>
  13. <view class="state" v-if="pageData.status == 7">退款中</view>
  14. <view class="state" v-if="pageData.status == 8">已退款</view>
  15. <view class="hflex acenter blue_bg2" v-if="pageData.status == 2">
  16. <view class="blue_bg">剩余付款时间</view>
  17. <view class="hflex acenter">
  18. <u-count-down autoStart :time="time" format="mm:ss" @change="onChange">
  19. <view class="time">
  20. <!-- <text class="time__item">{{ timeData.hours>10?timeData.hours:'0'+timeData.hours}}&nbsp;小时</text> -->
  21. <text class="time__item">{{ timeData.minutes>=10?timeData.minutes:'0'+timeData.minutes }}&nbsp;分钟</text>
  22. <text class="time__item">{{ timeData.seconds>=10?timeData.seconds:'0'+timeData.seconds }}&nbsp;秒</text>
  23. </view>
  24. </u-count-down>
  25. </view>
  26. </view>
  27. </view>
  28. <view class="subTitle" v-if="pageData.status == 0">{{pageData.cancel_remark}}</view>
  29. <view class="subTitle" v-if="pageData.status == 4">已付款,等待商家发货</view>
  30. <view class="subTitle" v-if="pageData.status == 5">已发货,等待买家确认收货</view>
  31. </view>
  32. <view class="center">
  33. <view class="box">
  34. <view class="box_title">发货信息</view>
  35. <view class="hflex jbetween cell" v-if="pageData.user_address">
  36. <view class="left">收货信息</view>
  37. <view class="right">{{pageData.user_address.address_name}} , {{pageData.user_address.address_phone}} , {{pageData.user_address.address_province}}{{pageData.user_address.address_city}}{{pageData.user_address.address_area}}{{pageData.user_address.address_content}}</view>
  38. </view>
  39. <view class="hflex jbetween cell" v-if="pageData.status == 5">
  40. <view class="left">物流单号</view>
  41. <view class="right hflex acenter">
  42. <view> {{pageData.user_address.send_number}}</view>
  43. <image src="/static/images/common/copy.png" style="width: 28rpx;height: 28rpx;" @click="copy(pageData.express_no)"></image>
  44. </view>
  45. </view>
  46. </view>
  47. <view class="box" v-if="pageData.user">
  48. <view class="box_title">买家信息</view>
  49. <view class="hflex jbetween cell">
  50. <view class="left">买家昵称</view>
  51. <view class="right text_hide">{{pageData.user.nickname}}</view>
  52. </view>
  53. <view class="hflex jbetween cell">
  54. <view class="left">联系电话</view>
  55. <view class="right">{{pageData.user.phone}}</view>
  56. </view>
  57. </view>
  58. <view class="box">
  59. <view class="box_title">商品信息</view>
  60. <view >
  61. <block v-for="(item,index) in pageData.goods_item" :key="index">
  62. <view class="items hflex acenter">
  63. <image :src="item.goods_cover" class="item-img"></image>
  64. <view class="item-right">
  65. <view class="hflex acenter jbetween">
  66. <view class="item_name text_hide">{{item.goods_name}}</view>
  67. <view class="item_price">¥<span style="font-size: 30rpx;">{{item.price_selling}}</span></view>
  68. </view>
  69. <view class="hflex jbetween" style="padding: 20rpx 0 0;">
  70. <view class="norm text_hide">{{item.goods_spec}}</view>
  71. <view class="left_text">X{{item.stock_sales}}</view>
  72. </view>
  73. </view>
  74. </view>
  75. </block>
  76. </view>
  77. <view class="hflex acenter jbetween cell">
  78. <view class="left" style="color: #888888;">运费</view>
  79. <view class="right" style="color: #888888;">¥0.00</view>
  80. </view>
  81. <view class="hflex jend cell" v-if="pageData.goods_item">
  82. <view class="right">
  83. 共{{pageData.goods_item.length}}件商品 实付款¥<span style="font-size: 32rpx;color: #222;">{{pageData.payment_amount}}</span>
  84. </view>
  85. </view>
  86. </view>
  87. <view class="box">
  88. <view class="box_title">订单信息</view>
  89. <view class="hflex jbetween cell">
  90. <view class="left">订单编号</view>
  91. <view class="hflex acenter">
  92. <view class="right">{{pageData.order_no}} </view>
  93. <view class="right1" @click="copy(pageData.order_no)"> | 复制</view>
  94. </view>
  95. </view>
  96. <view class="hflex jbetween cell">
  97. <view class="left">备注</view>
  98. <view class="right">{{pageData.order_remark}}</view>
  99. </view>
  100. <view class="hflex jbetween cell">
  101. <view class="left">下单时间</view>
  102. <view class="right">{{pageData.create_at}}</view>
  103. </view>
  104. <view class="hflex jbetween cell" v-if="pageData.status == 4 || pageData.status == 5 || pageData.status == 6">
  105. <view class="left">付款时间</view>
  106. <view class="right">{{pageData.payment_datetime}}</view>
  107. </view>
  108. <view class="hflex jbetween cell" v-if="pageData.status == 4 || pageData.status == 5 || pageData.status == 6">
  109. <view class="left">支付方式</view>
  110. <view class="right">{{pageData.payment_type}}</view>
  111. </view>
  112. <view class="hflex jbetween cell" v-if="pageData.status == 5 || pageData.status == 6">
  113. <view class="left">发货时间</view>
  114. <view class="right">{{pageData.user_address.send_datetime}}</view>
  115. </view>
  116. </view>
  117. </view>
  118. <view class="bottom hflex acenter jend">
  119. <view class="btn1 btn2 hflex acenter jcenter" v-if="pageData.status == 0 ||pageData.status == 2 || pageData.status == 3"@click="chat">联系买家</view>
  120. <view class="hflex acenter jend" v-if="pageData.status == 4">
  121. <view class="btn1 hflex acenter jcenter" @click="chat">联系买家</view>
  122. <view class="btn1 btn2 hflex acenter jcenter" @click="send(pageData.id)">立即发货</view>
  123. </view>
  124. <view class="btn1 hflex acenter jcenter" v-if="pageData.status == 5 ||pageData.status == 6"@click="chat">联系买家</view>
  125. </view>
  126. </view>
  127. </template>
  128. <script>
  129. import $api from '@/static/js/api.js'
  130. var that = ''
  131. export default {
  132. data() {
  133. return {
  134. id: '',
  135. pageData: {},
  136. time: 0,
  137. timeData: {},
  138. }
  139. },
  140. onLoad(options) {
  141. that = this
  142. that.id = options.id
  143. that.getData()
  144. },
  145. methods: {
  146. getData() {
  147. $api.req({
  148. url: '/data/api.business.Order/order_info',
  149. method: 'POST',
  150. data: {
  151. order_id: that.id
  152. }
  153. }, function(res) {
  154. console.log(that.id);
  155. if(res.code == 1) {
  156. for(var i=0;i<res.data.goods_item.length;i++) {
  157. if(res.data.goods_item[i].goods_cover) {
  158. var temp = res.data.goods_item[i].goods_cover.split('|')
  159. res.data.goods_item[i].goods_cover = temp[0]
  160. }
  161. }
  162. that.pageData = res.data
  163. for(var i=0;i<that.pageData.goods_item.length;i++) {
  164. that.pageData.goods_item[i].goods_spec = $api.resetspec(that.pageData.goods_item[0].goods_spec)
  165. }
  166. console.log("商品数据",that.pageData);
  167. that.computTime()
  168. } else {
  169. $api.info(res.info)
  170. }
  171. })
  172. },
  173. // 倒计时
  174. onChange(e) {
  175. that.timeData = e
  176. },
  177. // 计算倒计时
  178. computTime() {
  179. var date = new Date(that.pageData.create_at).getTime() + ( that.pageData.time * 60 * 1000);
  180. var nowDate = new Date().getTime()
  181. that.time = date - nowDate
  182. },
  183. copy(value) {
  184. uni.setClipboardData({
  185. data: value,
  186. success: function () {
  187. $api.info('复制成功')
  188. }
  189. });
  190. },
  191. chat() {
  192. var my = uni.getStorageSync("myUsername");
  193. var nameList = {
  194. myName: my,
  195. your: that.pageData.huanxinID,
  196. };
  197. uni.navigateTo({
  198. url: "/pages/chatroom/chatroom?username=" + JSON.stringify(nameList),
  199. });
  200. },
  201. send(id) {
  202. $api.jump('/pages/order/send?id=' + id)
  203. },
  204. },
  205. }
  206. </script>
  207. <style lang="scss" scoped>
  208. .content {
  209. background: #F4F4F4;
  210. .top {
  211. width: 100%;
  212. padding: 20rpx 30rpx 24rpx;
  213. .state {
  214. font-size: 36rpx;
  215. font-weight: bold;
  216. color: #222222;
  217. line-height: 50rpx;
  218. padding-right: 24rpx;
  219. }
  220. .blue_bg {
  221. // width: 124rpx;
  222. padding: 0 14rpx;
  223. height: 32rpx;
  224. background: #506DFF;
  225. border-radius: 18rpx 0px 18rpx 18rpx;
  226. font-size: 16rpx;
  227. text-align: center;
  228. font-weight: 400;
  229. color: #FFFFFF;
  230. line-height: 32rpx;
  231. }
  232. .blue_bg2 {
  233. // width: 256rpx;
  234. padding: 0 14rpx;
  235. height: 32rpx;
  236. background: #E7EBFF;
  237. border-radius: 18rpx;
  238. font-size: 16rpx;
  239. font-weight: bold;
  240. color: #222222;
  241. line-height: 32rpx;
  242. }
  243. .time {
  244. padding-left: 16rpx;
  245. }
  246. .subTitle {
  247. font-size: 24rpx;
  248. font-weight: 400;
  249. color: #888888;
  250. line-height: 34rpx;
  251. }
  252. }
  253. .center {
  254. width: 100%;
  255. box-sizing: border-box;
  256. padding: 0 30rpx;
  257. .box {
  258. width: 100%;
  259. background: #FFFFFF;
  260. border-radius: 20rpx;
  261. box-sizing: border-box;
  262. padding: 0 20rpx;
  263. margin-top: 20rpx;
  264. .box_title {
  265. font-size: 32rpx;
  266. font-weight: 600;
  267. color: #222222;
  268. line-height: 44rpx;
  269. padding: 28rpx 0 24rpx;
  270. }
  271. .cell {
  272. padding-bottom: 24rpx;
  273. .left {
  274. width: 240rpx;
  275. font-size: 26rpx;
  276. font-weight: 400;
  277. color: #222222;
  278. line-height: 36rpx;
  279. }
  280. .right {
  281. max-width: 400rpx;
  282. font-size: 26rpx;
  283. font-weight: 400;
  284. color: #555555;
  285. line-height: 36rpx;
  286. }
  287. .right1 {
  288. font-size: 26rpx;
  289. font-weight: 400;
  290. color: #333333;
  291. line-height: 36rpx;
  292. }
  293. }
  294. .items {
  295. padding: 20rpx 0 32rpx;
  296. border-bottom: 1rpx solid #F4F4F4;
  297. .item-img {
  298. width: 160rpx;
  299. height: 160rpx;
  300. border-radius: 24rpx;
  301. }
  302. .item-right {
  303. width:calc(100% - 160rpx);
  304. padding-left: 20rpx;
  305. .item_name {
  306. font-size: 30rpx;
  307. font-weight: 400;
  308. color: #222222;
  309. line-height: 42rpx;
  310. }
  311. .item_price {
  312. font-size: 20rpx;
  313. font-weight: 600;
  314. color: #222222;
  315. line-height: 24rpx;
  316. }
  317. .norm {
  318. max-width: 300rpx;
  319. width: max-content;
  320. // height: 42px;
  321. background: #F5F5F5;
  322. border-radius: 12rpx;
  323. box-sizing: border-box;
  324. padding: 12rpx;
  325. font-size: 20rpx;
  326. font-weight: 400;
  327. color: #888888;
  328. line-height: 28rpx;
  329. }
  330. .left_text {
  331. font-size: 24rpx;
  332. font-weight: 500;
  333. color: #888888;
  334. line-height: 28rpx;
  335. }
  336. }
  337. }
  338. .items:nth-last-child(1) {
  339. border: none;
  340. }
  341. }
  342. .box:nth-last-child(1) {
  343. margin-bottom: 186rpx;
  344. }
  345. }
  346. .bottom {
  347. width: 100%;
  348. height: 166rpx;
  349. background: #FFFFFF;
  350. box-sizing: border-box;
  351. padding: 0 30rpx;
  352. position: fixed;
  353. z-index: 99;
  354. bottom: 0;
  355. .btn1 {
  356. width: 208rpx;
  357. height: 86rpx;
  358. border-radius: 38rpx;
  359. border: 1rpx solid #787878;
  360. font-size: 30rpx;
  361. font-weight: 400;
  362. color: #222222;
  363. line-height: 76rpx;
  364. margin-left: 20rpx;
  365. }
  366. .btn2 {
  367. background: #506DFF;
  368. border: none;
  369. color: #FFFFFF;
  370. }
  371. }
  372. }
  373. </style>