|
@@ -5,73 +5,360 @@
|
|
|
<u-tabs :list="list" name="cate_name" count="cate_count" :is-scroll="false" :current="current"
|
|
|
@change="change" bg-color="#F7E8CB" active-color="#E68500"></u-tabs>
|
|
|
</view>
|
|
|
- <view class="noOrder" v-if="data.data.length < 1">
|
|
|
- 无
|
|
|
- </view>
|
|
|
- <view class="card" @click="info(item)" v-for="(item,index) in data.data" :key="index">
|
|
|
- <view class="row center">
|
|
|
- <view class="big-text">
|
|
|
- {{item.from_city}}
|
|
|
+ <swiper :interval="3000" :duration="1000" :current="current" class="order-list-box" @change="touchChange">
|
|
|
+ <swiper-item style="height: 100%;overflow-y: scroll;">
|
|
|
+ <view class="noOrder" v-if="data.data.length < 1">
|
|
|
+ 暂无订单~~
|
|
|
</view>
|
|
|
- <view class="image">
|
|
|
- -
|
|
|
+ <view class="card" @click="info(item)" v-for="(item,index) in data.data" :key="index">
|
|
|
+ <view class="row center">
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.from_city}}
|
|
|
+ </view>
|
|
|
+ <view class="image">
|
|
|
+ -
|
|
|
+ </view>
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.to_city}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物类别
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.pet_category}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物规格
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.spec}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 取宠时间
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.agree_date}}
|
|
|
+ {{item.agree_time}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 订单号
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.no}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row border" v-if="isAdmin">
|
|
|
+ <view class="btn">
|
|
|
+ 拒绝
|
|
|
+ </view>
|
|
|
+ <view class="btn">
|
|
|
+ 备注
|
|
|
+ </view>
|
|
|
+ <view class="btn">
|
|
|
+ 结算
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row border" v-if="!isAdmin">
|
|
|
+ <view class="btn" @click.stop="getOrder(item.id)" >
|
|
|
+ 立即接单
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="big-text">
|
|
|
- {{item.to_city}}
|
|
|
+ </swiper-item>
|
|
|
+ <swiper-item style="height: 100%;overflow-y: scroll;">
|
|
|
+ <view class="noOrder" v-if="data.data.length < 1">
|
|
|
+ 暂无订单~~
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="row">
|
|
|
- <view class="row half">
|
|
|
- <view class="name">
|
|
|
- 宠物类别
|
|
|
+ <view class="card" @click="info(item)" v-for="(item,index) in data.data" :key="index">
|
|
|
+ <view class="row center">
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.from_city}}
|
|
|
+ </view>
|
|
|
+ <view class="image">
|
|
|
+ -
|
|
|
+ </view>
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.to_city}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="text">
|
|
|
- {{item.pet_category}}
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物类别
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.pet_category}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物规格
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.spec}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="row half">
|
|
|
- <view class="name">
|
|
|
- 宠物规格
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 取宠时间
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.agree_date}}
|
|
|
+ {{item.agree_time}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="text">
|
|
|
- {{item.spec}}
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 订单号
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.no}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row border" v-if="isAdmin">
|
|
|
+ <view class="btn">
|
|
|
+ 拒绝
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row border" v-if="!isAdmin">
|
|
|
+ <view class="btn" v-if="item.status === 10">
|
|
|
+ 上传取宠视频
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="row">
|
|
|
- <view class="row half" style="width: 100%;">
|
|
|
- <view class="name">
|
|
|
- 取宠时间
|
|
|
+ </swiper-item>
|
|
|
+ <swiper-item style="height: 100%;overflow-y: scroll;">
|
|
|
+ <view class="noOrder" v-if="data.data.length < 1">
|
|
|
+ 暂无订单~~
|
|
|
+ </view>
|
|
|
+ <view class="card" @click="info(item)" v-for="(item,index) in data.data" :key="index">
|
|
|
+ <view class="row center">
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.from_city}}
|
|
|
+ </view>
|
|
|
+ <view class="image">
|
|
|
+ -
|
|
|
+ </view>
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.to_city}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="text">
|
|
|
- {{item.agree_date}}
|
|
|
- {{item.agree_time}}
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物类别
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.pet_category}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物规格
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.spec}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 取宠时间
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.agree_date}}
|
|
|
+ {{item.agree_time}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 订单号
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.no}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row border" v-if="!isAdmin">
|
|
|
+ <view class="btn">
|
|
|
+ 拒绝
|
|
|
+ </view>
|
|
|
+ <view class="btn">
|
|
|
+ 备注
|
|
|
+ </view>
|
|
|
+ <view class="btn">
|
|
|
+ 结算
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="row">
|
|
|
- <view class="row half" style="width: 100%;">
|
|
|
- <view class="name">
|
|
|
- 订单号
|
|
|
+ </swiper-item>
|
|
|
+ <swiper-item style="height: 100%;overflow-y: scroll;">
|
|
|
+ <view class="noOrder" v-if="data.data.length < 1">
|
|
|
+ 暂无订单~~
|
|
|
+ </view>
|
|
|
+ <view class="card" @click="info(item)" v-for="(item,index) in data.data" :key="index">
|
|
|
+ <view class="row center">
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.from_city}}
|
|
|
+ </view>
|
|
|
+ <view class="image">
|
|
|
+ -
|
|
|
+ </view>
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.to_city}}
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="text">
|
|
|
- {{item.no}}
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物类别
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.pet_category}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物规格
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.spec}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 取宠时间
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.agree_date}}
|
|
|
+ {{item.agree_time}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 订单号
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.no}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row border" v-if="isAdmin">
|
|
|
+ <view class="btn">
|
|
|
+ 拒绝
|
|
|
+ </view>
|
|
|
+ <view class="btn">
|
|
|
+ 备注
|
|
|
+ </view>
|
|
|
+ <view class="btn">
|
|
|
+ 结算
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="row border">
|
|
|
- <view class="btn">
|
|
|
- 立即接单
|
|
|
+ </swiper-item>
|
|
|
+ <swiper-item style="height: 100%;overflow-y: scroll;">
|
|
|
+ <view class="noOrder" v-if="data.data.length < 1">
|
|
|
+ 暂无订单~~
|
|
|
</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="card" @click="info(item)" v-for="(item,index) in data.data" :key="index">
|
|
|
+ <view class="row center">
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.from_city}}
|
|
|
+ </view>
|
|
|
+ <view class="image">
|
|
|
+ -
|
|
|
+ </view>
|
|
|
+ <view class="big-text">
|
|
|
+ {{item.to_city}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物类别
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.pet_category}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row half">
|
|
|
+ <view class="name">
|
|
|
+ 宠物规格
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.spec}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 取宠时间
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.agree_date}}
|
|
|
+ {{item.agree_time}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="row half" style="width: 100%;">
|
|
|
+ <view class="name">
|
|
|
+ 订单号
|
|
|
+ </view>
|
|
|
+ <view class="text">
|
|
|
+ {{item.no}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="row border" v-if="isAdmin">
|
|
|
+ <view class="btn">
|
|
|
+ 拒绝
|
|
|
+ </view>
|
|
|
+ <view class="btn">
|
|
|
+ 备注
|
|
|
+ </view>
|
|
|
+ <view class="btn">
|
|
|
+ 结算
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </swiper-item>
|
|
|
+ </swiper>
|
|
|
+
|
|
|
|
|
|
|
|
|
<!-- 弹窗 -->
|
|
|
<u-popup v-model="show" :show-cancel-button="true" mode="center" :border-radius="50" closeable>
|
|
|
<view class="u-update-content">
|
|
|
<view class="u-update-top">
|
|
|
- 1
|
|
|
+ <image src="http://pet.hdlkeji.com/assets/static/1/111.png" class="top-image"></image>
|
|
|
</view>
|
|
|
<view class="u-update-bottom">
|
|
|
<view class="text">
|
|
@@ -113,39 +400,92 @@
|
|
|
},
|
|
|
{
|
|
|
cate_name: '已结算',
|
|
|
- cate_count: 1
|
|
|
+ cate_count: 0
|
|
|
},
|
|
|
{
|
|
|
cate_name: '已取消',
|
|
|
- cate_count: 1
|
|
|
+ cate_count: 0
|
|
|
}
|
|
|
],
|
|
|
// 弹窗
|
|
|
- show: true,
|
|
|
+ show: false,
|
|
|
page: 1,
|
|
|
limit: 10,
|
|
|
type: 1,
|
|
|
- data: {}
|
|
|
+ data: {},
|
|
|
+ // 是否是管理员
|
|
|
+ isAdmin: false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ watch: {
|
|
|
+ type(e) {
|
|
|
+ this.getData()
|
|
|
}
|
|
|
- },
|
|
|
- watch:{
|
|
|
- type(e){
|
|
|
- this.getData()
|
|
|
- }
|
|
|
},
|
|
|
onLoad() {
|
|
|
- this.getData()
|
|
|
+ this.getData()
|
|
|
+ // 获取订单数量
|
|
|
+ this.getDataNum()
|
|
|
+ let data = getApp().globalData
|
|
|
+ this.isAdmin = data.isAdmin
|
|
|
+ if(!this.isAdmin){
|
|
|
+ this.getInfo()
|
|
|
+ }
|
|
|
+ },
|
|
|
+ onShow() {
|
|
|
+ this.getDataNum()
|
|
|
},
|
|
|
- methods: {
|
|
|
+ methods: {
|
|
|
+ // 获取会员信息
|
|
|
+ getInfo(){
|
|
|
+ this.request('/user/index',{},"GET").then(res=>{
|
|
|
+ if(res.code === 1){
|
|
|
+ if(res.data.need_verification){
|
|
|
+ this.show = true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ // 点击立即接单
|
|
|
+ getOrder(id) {
|
|
|
+ this.request("/sender_order_controller/get", {
|
|
|
+ id: id
|
|
|
+ }, "POST").then(res => {
|
|
|
+ if(res.code === 1){
|
|
|
+ this.getData()
|
|
|
+ this.getDataNum()
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ // 获取订单数量
|
|
|
+ getDataNum(){
|
|
|
+ this.request("/sender_order_controller/nums",{},"GET").then(res=>{
|
|
|
+ console.log(res)
|
|
|
+ if(res.code === 1){
|
|
|
+ this.list[0].cate_count = res.data[1]
|
|
|
+ this.list[1].cate_count = res.data[2]
|
|
|
+ this.list[2].cate_count = res.data[3]
|
|
|
+ this.list[3].cate_count = res.data[4]
|
|
|
+ this.list[4].cate_count = res.data[5]
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
// 获取订单列表
|
|
|
getData() {
|
|
|
- this.request("/admin_order/orders", {
|
|
|
+ let url = "";
|
|
|
+ if (this.isAdmin) {
|
|
|
+ url = "/admin_order/orders";
|
|
|
+ } else {
|
|
|
+ url = "/sender_order_controller/list";
|
|
|
+ }
|
|
|
+ this.request(url, {
|
|
|
page: this.page,
|
|
|
limit: this.limit,
|
|
|
type: this.type
|
|
|
}, "GET").then(res => {
|
|
|
if (res.code === 1) {
|
|
|
this.data = res.data
|
|
|
+ this.list[this.current].cate_count = res.data.total
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -161,6 +501,11 @@
|
|
|
url: "./info?id=" + info.id
|
|
|
})
|
|
|
},
|
|
|
+ // 滑动切换
|
|
|
+ touchChange(e) {
|
|
|
+ this.current = e.detail.current
|
|
|
+ this.type = e.detail.current + 1
|
|
|
+ },
|
|
|
// 点击菜单
|
|
|
change(e) {
|
|
|
console.log(e)
|
|
@@ -169,19 +514,15 @@
|
|
|
this.type = 1
|
|
|
}
|
|
|
if (e === 1) {
|
|
|
-
|
|
|
this.type = 2
|
|
|
}
|
|
|
if (e === 2) {
|
|
|
-
|
|
|
this.type = 3
|
|
|
}
|
|
|
if (e === 3) {
|
|
|
-
|
|
|
this.type = 4
|
|
|
}
|
|
|
if (e === 4) {
|
|
|
-
|
|
|
this.type = 5
|
|
|
}
|
|
|
|
|
@@ -193,6 +534,10 @@
|
|
|
<style lang="scss">
|
|
|
.content {
|
|
|
padding-top: 260rpx;
|
|
|
+
|
|
|
+ .order-list-box {
|
|
|
+ height: 80vh;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.menu-top {
|
|
@@ -272,13 +617,23 @@
|
|
|
}
|
|
|
|
|
|
// 弹窗
|
|
|
- .u-update-content {
|
|
|
+ .u-update-content {
|
|
|
width: 500rpx;
|
|
|
height: 650rpx;
|
|
|
- padding: 40rpx;
|
|
|
+ padding: 40rpx;
|
|
|
+ background-image: url("http://pet.hdlkeji.com/assets/static/1/110.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
|
.u-update-top {
|
|
|
- height: 50%;
|
|
|
+ height: 50%;
|
|
|
+ display: flex;
|
|
|
+ position: relative;
|
|
|
+ .top-image{
|
|
|
+ height: 300rpx;
|
|
|
+ width: 300rpx;
|
|
|
+ position: absolute;
|
|
|
+ left: 100rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.u-update-bottom {
|