orderList.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. <template>
  2. <view class="orderList">
  3. <!-- #ifdef H5 -->
  4. <u-navbar back-text="" :custom-back='goBack' title="订单查询" :border-bottom="false" :background="{backgroundColor: '#d52e4c'}" back-icon-color="#fff" title-color="#fff"></u-navbar>
  5. <!-- #endif -->
  6. <view class="query">
  7. <u-input v-model="mobile" placeholder-style="font-size:26rpx;" :border="false" :clearable="false" placeholder="请输入您下单时联系人手机号"/>
  8. <view class="btn" @tap="phoneList()">
  9. 查询
  10. </view>
  11. </view>
  12. <u-tabs :list="listArr" :is-scroll="true" active-color="#d52e4c" :current="current" @change="change"></u-tabs>
  13. <view class="box" v-for="(item,index) in boxList" :key="index" @tap="payment(item)">
  14. <view class="no">
  15. 订购商品:{{item.no}}
  16. <view class="status" v-if="item.status==0">待付款</view>
  17. <view class="status" v-else-if="item.status==10">已付款</view>
  18. <view class="status" v-else-if="item.status==15">待发货</view>
  19. <view class="status" v-else-if="item.status==17">有号码未发货</view>
  20. <view class="status" v-else-if="item.status==20">待激活</view>
  21. <view class="status" v-else-if="item.status==25">已完成</view>
  22. <view class="status" v-else-if="item.status==30">待退款</view>
  23. <view class="status" v-else-if="item.status==50">已关闭</view>
  24. <view class="status" v-else-if="item.status==60">无号码</view>
  25. <view class="status" v-else-if="item.status==70">换卡</view>
  26. <view class="status" v-else-if="item.status==80">争议单</view>
  27. <view class="status" v-else-if="item.status==90">已退款</view>
  28. <view class="status" v-else>退款驳回</view>
  29. </view>
  30. <view class="boxCon">
  31. <view class="money">
  32. <view class="item" >原价:<text style="text-decoration:line-through;">¥{{item.amount_original}}</text>元</view>
  33. <view class="item">获得价:¥{{item.amount_hd}}元</view>
  34. <view class="item">预充:¥{{item.amount_charge}}元</view>
  35. </view>
  36. <view class="li">
  37. <text class="name">收货人:</text>
  38. <text class="text">{{item.name}}</text>
  39. </view>
  40. <view class="li">
  41. <text class="name">联系电话:</text>
  42. <text class="text">{{item.phone}}</text>
  43. </view>
  44. <view class="li">
  45. <text class="name">收货地址:</text>
  46. <text class="text">{{item.address}}</text>
  47. </view>
  48. <view class="li">
  49. <text class="name">订单编号:</text>
  50. <text class="text">{{item.order_no}}</text>
  51. </view>
  52. <view class="li">
  53. <text class="name">创建时间:</text>
  54. <text class="text">{{item.create_time}}</text>
  55. </view>
  56. <view class="li" v-if="item.trans_name">
  57. <text class="name">快递名称:</text>
  58. <text class="text">{{item.trans_name}}</text>
  59. </view>
  60. <view class="li" v-if="item.trans_no">
  61. <text class="name">快递单号:</text>
  62. <text class="text">{{item.trans_no}}</text>
  63. </view>
  64. <view class="li" v-if="item.remark">
  65. <text class="name">备注信息:</text>
  66. <text class="text">{{item.remar}}</text>
  67. </view>
  68. </view>
  69. <view class="actual">
  70. 实付金额:{{item.amount}}元
  71. </view>
  72. <view class="btns">
  73. <!-- <text class="btn_view red" v-if="item.open_uploaded == 1" @tap.stop="identity(item.id,item.phone)">上传开卡资料</text> -->
  74. <text class="btn_view red" @tap.stop="identity(item.id,item.phone)">上传开卡资料</text>
  75. <view class="buttonType btn_view">
  76. <!-- <button open-type="contact" @click.stop="buttonType" style="box-shadow: none;">
  77. <text>联系客服</text>
  78. </button> -->
  79. <button open-type="byteHi" data-im-id='28040772090' @click.stop="buttonType" style="box-shadow: none;">
  80. <text>联系客服</text>
  81. </button>
  82. </view>
  83. <text class="btn_view" @tap.stop="logisticsMet(item.id)">查看物流</text>
  84. <text class="btn_view red" v-if="item.status==0" >去支付</text>
  85. <text class="btn_view" v-if="item.status==10||item.status==15" @tap.stop="payment(item,'alert')">申请退款</text>
  86. </view>
  87. </view>
  88. <u-loadmore :status="status" />
  89. <u-popup v-model="logistics" mode="center" border-radius="14">
  90. <view class="logistics">
  91. <image @tap="logistics=false" src="../../static/img/up.png"></image>
  92. <view class="list" v-if="logisticsList.length==0">
  93. 暂无物流信息
  94. </view>
  95. <view class="list" v-for="(item,index) in logisticsList" :key="index" style="margin-bottom: 10rpx;">
  96. <view class="text" style="color: #868686; font-size:26rpx;margin-bottom:10rpx">{{item.AcceptStation}}</view>
  97. <view class="text" style="color: #868686; font-size:26rpx;margin-bottom:10rpx">{{item.AcceptTime}}</view>
  98. </view>
  99. </view>
  100. </u-popup>
  101. <!-- 联系客服 -->
  102. <w-Load :wx="wx" margin-top="20" v-on:childByValue="childByValue"></w-Load>
  103. <u-popup v-model="copeHide" border-radius="20" mode="center">
  104. <view class="agreement copeHide">
  105. <image src="/static/img/up.png" class="label2" @tap="copeHide = false"></image>
  106. <view class="title">
  107. 温馨提示
  108. </view>
  109. <view class="copyText">客服电话:{{configAll.service_mobile}}</view>
  110. <view class="btn" @tap="buttonTypePhone()">
  111. 一键拨打
  112. </view>
  113. </view>
  114. </u-popup>
  115. </view>
  116. </template>
  117. <script>
  118. import wLoad from "@/components/w-load/w-load.vue"
  119. export default {
  120. data() {
  121. return {
  122. chanId:'',
  123. mobile:'',
  124. wx:false,
  125. logistics:false,
  126. copeHide:false,//客服手机号
  127. phone:'',
  128. type:1, // 1:靓号 2:流量卡
  129. status: 'loadmore',
  130. list: 15,
  131. page: 1,
  132. boxList:[],
  133. logisticsList:[], //物流
  134. listArr: [
  135. { name: '全部' ,status:''},
  136. { name: '未付款' ,status: 0},
  137. { name: '已付款' ,status: 10},
  138. { name: '待发货' ,status: 15},
  139. { name: '待激活' ,status: 20},
  140. { name: '已完成' ,status: 25},
  141. { name: '待退款' ,status: 30},
  142. { name: '已退款' ,status: 90},
  143. // { name: '有号码未发货' ,status: 17},
  144. // { name: '已关闭' ,status: 50},
  145. // { name: '退款驳回' ,status: 100},
  146. // { name: '无号码' ,status: 60},
  147. // { name: '换卡' ,status: 70},
  148. // { name: '争议单' ,status: 80},
  149. ],
  150. current: 0
  151. }
  152. },
  153. components:{
  154. wLoad : wLoad
  155. },
  156. filters: {
  157. formatDate(value) {
  158. if(value == undefined){
  159. return;
  160. }
  161. // let date = new Date(value * 1000);
  162. let date = new Date(value * 1000);
  163. //时间戳为10位需*1000,时间戳为13位的话不需乘1000
  164. let y = date.getFullYear();
  165. let MM = date.getMonth() + 1;
  166. MM = MM < 10 ? ('0' + MM) : MM; //月补0
  167. let d = date.getDate();
  168. d = d < 10 ? ('0' + d) : d; //天补0
  169. let h = date.getHours();
  170. h = h < 10 ? ('0' + h) : h; //小时补0
  171. let m = date.getMinutes();
  172. m = m < 10 ? ('0' + m) : m; //分钟补0
  173. let s = date.getSeconds();
  174. s = s < 10 ? ('0' + s) : s; //秒补0
  175. // return y + '-' + MM + '-' + d; //年月日
  176. return MM + '-' + d + ' ' + h + ':' + m; //年月日时分秒
  177. }
  178. },
  179. onBackPress(e){
  180. console.log("监听返回按钮事件",e);
  181. uni.navigateTo({
  182. url:"/pages/index/index"
  183. })
  184. // 此处一定姚要return为true,否则页面不会返回到指定路径
  185. return true;
  186. },
  187. onReachBottom() {
  188. // 下拉加载
  189. this.status = 'loading';
  190. this.page = ++ this.page;
  191. let obj={
  192. page:this.page,
  193. phone:this.phone,
  194. type:1
  195. }
  196. this.$http.order_list(obj).then(res=>{
  197. // console.log(res)
  198. if(res.data.code==1){
  199. if(obj.page<res.data.data.per_page || obj.page == res.data.data.per_page){
  200. let arr=this.boxList.concat(res.data.data.data)
  201. this.boxList=arr;
  202. console.log(this.boxList)
  203. }
  204. this.status = 'nomore'
  205. }else{
  206. this.status = 'nomore'
  207. }
  208. })
  209. },
  210. onLoad(option) {
  211. if(option.chanId){
  212. uni.setStorageSync('chanId', option.chanId);
  213. this.chanId=option.chanId
  214. }else{
  215. uni.removeStorageSync('chanId');
  216. }
  217. if(option.mobile){
  218. this.mobile = option.mobile
  219. }
  220. this.phoneList()
  221. },
  222. onShow() {
  223. let that = this
  224. uni.$on('updateData',function(data){
  225. this.phone=data.mobile
  226. this.phoneList()
  227. })
  228. },
  229. methods: {
  230. goBack(){
  231. if(getCurrentPages().length==1){
  232. return
  233. }else{
  234. uni.redirectTo({
  235. url:'/pages/index/index?chanId='+this.chanId
  236. })
  237. }
  238. },
  239. buttonType(){
  240. if(this.mixin_type!='TOUTIAO' && this.mixin_type!='H5'){
  241. this.copeHide=true;
  242. }else if(this.mixin_type=='H5'){
  243. this.wx=true;
  244. }
  245. },
  246. buttonTypePhone(){
  247. ks.makePhoneCall({
  248. phoneNumber: this.configAll.service_mobile, // 仅为示例,并非真实的电话号码
  249. });
  250. },
  251. change(index) {
  252. console.log(index)
  253. this.current = index;
  254. this.phoneList()
  255. },
  256. childByValue: function (childValue) {
  257. this.wx = childValue
  258. },
  259. // 初始化列表
  260. phoneList(){
  261. // 初始化页数
  262. let obj
  263. this.page = 1
  264. if(this.mobile==''){
  265. obj={
  266. page:this.page,
  267. status:this.listArr[this.current].status,
  268. type:1
  269. }
  270. }else{
  271. obj={
  272. page:this.page,
  273. phone:this.mobile,
  274. status:this.listArr[this.current].status,
  275. type:1
  276. }
  277. }
  278. this.$http.order_list(obj).then(res=>{
  279. console.log(res)
  280. if(res.data.code==1){
  281. this.boxList=res.data.data.data
  282. if(this.list>res.data.data.total){
  283. this.status = 'nomore'
  284. }
  285. }
  286. })
  287. },
  288. logisticsMet(id){
  289. this.logistics=true;
  290. this.$http.logistics({id: id})
  291. .then(res=>{
  292. if(res.data.code==1){
  293. console.log(res.data.data)
  294. this.logisticsList=res.data.data
  295. }
  296. })
  297. },
  298. identity(id,phone){
  299. uni.navigateTo({
  300. url: '/pageA/identity/identity?id=' + id +'&phone='+phone
  301. })
  302. },
  303. payment(item,val){
  304. // val有值时候 是申请退款
  305. if(val){
  306. uni.navigateTo({
  307. url: '/pages/payment/payment?id='+item.id+'&type=alert',
  308. })
  309. }else{
  310. uni.navigateTo({
  311. url: '/pages/payment/payment?id='+item.id,
  312. })
  313. }
  314. },
  315. }
  316. }
  317. </script>
  318. <style lang="scss">
  319. page{
  320. background-color: #F0F0F0;
  321. }
  322. .orderList{
  323. .query{
  324. box-sizing: border-box;
  325. overflow: hidden;
  326. position: relative;
  327. width: 679rpx;
  328. margin: 20rpx auto;
  329. border: 1px solid $uni-color-BGC;
  330. border-radius: 20rpx;
  331. /deep/ input{
  332. padding-left: 20rpx;
  333. }
  334. .btn{
  335. position: absolute;
  336. right: 0;
  337. top:0;
  338. width: 120rpx;
  339. height: 100%;
  340. background-color: $uni-color-BGC;
  341. text-align: center;
  342. line-height: 70rpx;
  343. border-radius: 18rpx;
  344. font-size: 24rpx;
  345. color: #fff;
  346. z-index: 10;
  347. }
  348. }
  349. /deep/ .u-load-more-wrap{
  350. margin-top: 20rpx!important;
  351. }
  352. .box{
  353. overflow: hidden;
  354. background-color: #fff;
  355. padding:0 30rpx;
  356. font-size: 26rpx;
  357. color:#868686;
  358. margin-top: 16rpx;
  359. .no{
  360. margin: 24rpx 0;
  361. box-sizing: border-box;
  362. padding-left: 24rpx;
  363. font-size: 28rpx;
  364. color: #333333;
  365. border-left: 7rpx solid $uni-color-BGC;
  366. .status{
  367. float: right;
  368. color: $uni-color-BGC;
  369. }
  370. }
  371. .boxCon{
  372. padding-top: 30rpx;
  373. border-top:1rpx solid #f1f1f1;
  374. .money{
  375. display: flex;
  376. margin-bottom:20rpx;
  377. .item{
  378. align-items: center;
  379. margin-right: 30rpx;
  380. }
  381. }
  382. .li{
  383. margin-bottom: 20rpx;
  384. .name{
  385. margin-right: 20rpx;
  386. }
  387. }
  388. }
  389. .actual{
  390. text-align: right;
  391. }
  392. .btns{
  393. margin-top: 20rpx;
  394. margin-bottom: 20rpx;
  395. display: flex;
  396. justify-content: flex-end;
  397. .btn_view{
  398. padding: 10rpx;
  399. border: 1rpx solid #868686;
  400. border-radius: 8rpx;
  401. margin-left: 8rpx;
  402. line-height: 26rpx;
  403. button{
  404. color: #868686;
  405. font-size: 26rpx;
  406. }
  407. }
  408. .red{
  409. border-color: $uni-color-BGC;
  410. color: $uni-color-BGC;
  411. }
  412. }
  413. }
  414. .logistics{
  415. padding: 30rpx;
  416. width:580rpx ;
  417. image{
  418. float: right;
  419. width: 21rpx;
  420. height: 21rpx;
  421. }
  422. .list{
  423. margin-top: 30rpx;
  424. padding-bottom: 6rpx;
  425. border-bottom: 1rpx solid #868686;
  426. }
  427. }
  428. .agreement{
  429. width: 600rpx;
  430. max-height: 930rpx;
  431. padding:0 30rpx;
  432. // box-sizing: border-box;
  433. .copyText{
  434. margin: 60rpx 0;
  435. text-align: center;
  436. font-size: 36rpx;
  437. // font-weight: 700;
  438. }
  439. .label2{
  440. float: right;
  441. width: 21rpx;
  442. height: 21rpx;
  443. margin-top:28rpx;
  444. }
  445. .title{
  446. font-size: 30rpx;
  447. font-weight: 700;
  448. margin:20rpx 0;
  449. text-align: center;
  450. }
  451. /deep/ .u-drawer__scroll-view{
  452. position: relative;
  453. }
  454. .btn{
  455. padding: 20rpx;
  456. border-radius: 10rpx;
  457. text-align: center;
  458. border:1rpx solid #d8d8d8;
  459. font-size: 28rpx;
  460. width: 100%;
  461. margin-bottom: 10rpx;
  462. background-color: $uni-color-BGC;
  463. color: #fff;
  464. }
  465. }
  466. }
  467. </style>