|
@@ -2,69 +2,74 @@
|
|
|
<view class="content">
|
|
|
<view class="top">
|
|
|
<u-navbar :title="title" @leftClick="leftClick" bgColor="rgba(0,0,0,0)" :placeholder="true"></u-navbar>
|
|
|
- <view class="state">{{state}}</view>
|
|
|
- <view class="top_box" v-if="state_id == '2'">
|
|
|
- <view class="hflex acenter ">
|
|
|
- <image :src="worker.headimg" class="headimg"></image>
|
|
|
- <view class="img_right">
|
|
|
- <view class="hflex acenter ">
|
|
|
- <view class="name">{{worker.name}}</view>
|
|
|
- <view class="blue_bg">维修工</view>
|
|
|
- </view>
|
|
|
- <view class="hflex acenter ">
|
|
|
- <view class="text_style1">{{worker.is_renz?'已认证':'未认证'}}</view>
|
|
|
- <view class="text_style1">| {{worker.wxc}}</view>
|
|
|
+ <view class="state" v-if="pageData.status == 1">暂未收到报价,请耐心等待</view>
|
|
|
+ <view class="state" v-if="pageData.status == 2">收到报价,请尽快确认</view>
|
|
|
+ <view class="state" v-if="pageData.status == 3">已匹配成功</view>
|
|
|
+ <view class="top_box" v-if="pageData.status == 3">
|
|
|
+ <view class="hflex jbetween">
|
|
|
+ <view class="hflex acenter">
|
|
|
+ <image :src="pageData.success.headimg" class="headimg"></image>
|
|
|
+ <view class="img_right">
|
|
|
+ <view class="hflex acenter ">
|
|
|
+ <view class="name">{{pageData.success.nickname}}</view>
|
|
|
+ <view class="blue_bg">维修工</view>
|
|
|
+ </view>
|
|
|
+ <view class="hflex acenter ">
|
|
|
+ <view class="text_style1">已认证</view>
|
|
|
+ <!-- <view class="text_style1">| {{worker.wxc}}</view> -->
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="text_red">报价:<span style="font-size: 36rpx;">¥{{pageData.success_price}}</span></view>
|
|
|
</view>
|
|
|
<view class="hflex acenter jbetween" style="padding-top: 32rpx;">
|
|
|
<view class="hflex acenter">
|
|
|
<view class="text_style1">联系电话:</view>
|
|
|
- <view class="text_style1">{{worker.phone}}</view>
|
|
|
- <view class="phone hflex acenter jcenter">
|
|
|
+ <view class="text_style1">{{pageData.success.phone}}</view>
|
|
|
+ <view class="phone hflex acenter jcenter" @click.stop="makeCell(pageData.success.phone)">
|
|
|
<u-icon name="phone-fill" color="#506DFF" size="9"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="btn hflex acenter jcenter">查看详情</view>
|
|
|
+ <view class="btn hflex acenter jcenter" @click.stop="toChat(pageData.success.id)">查看详情</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="box">
|
|
|
<view class="hflex acenter" style="padding-top: 28rpx;">
|
|
|
- <image :src="boss.headimg" class="headimg"></image>
|
|
|
+ <image :src="pageData.user.headimg" class="headimg"></image>
|
|
|
<view class="img_right">
|
|
|
<view class="hflex acenter ">
|
|
|
- <view class="name">{{boss.name}}</view>
|
|
|
+ <view class="name">{{pageData.user.nickname}}</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter ">
|
|
|
- <view class="text_style1">{{boss.addr}}</view>
|
|
|
- <view class="text_style1">| {{boss.date}}发布</view>
|
|
|
+ <view class="text_style1">{{pageData.province}}{{pageData.city}}</view>
|
|
|
+ <view class="text_style1">| {{pageData.create_at}}发布</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="box_contetn">{{boss.content}}</view>
|
|
|
+ <view class="box_contetn">{{pageData.describe}}</view>
|
|
|
<view class="imgs hflex acenter fwrap">
|
|
|
- <block v-for="(item,index) in boss.imgs" :key="index">
|
|
|
+ <block v-for="(item,index) in pageData.imgs" :key="index">
|
|
|
<image :src="item" class="img" mode="aspectFill"></image>
|
|
|
</block>
|
|
|
</view>
|
|
|
<view class="hflex acenter jbetween cell">
|
|
|
<view class="left_text">联系方式</view>
|
|
|
- <view class="right_text">{{boss.phone}}</view>
|
|
|
+ <view class="right_text">{{pageData.user.phone}}</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter jbetween cell">
|
|
|
<view class="left_text">维修时间</view>
|
|
|
- <view class="right_text">{{boss.time}}</view>
|
|
|
+ <view class="right_text">{{pageData.start_time}}至{{pageData.end_time}}</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter jbetween cell" style="padding-bottom: 28rpx;">
|
|
|
<view class="left_text">维修地点</view>
|
|
|
- <view class="right_text">{{boss.address}}</view>
|
|
|
+ <view class="right_text">{{pageData.address}}</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter jbetween type">
|
|
|
<view class="right_text">订单类型</view>
|
|
|
- <view class="text_blue">{{boss.type}}</view>
|
|
|
+ <view class="text_blue">{{pageData.quick==2?'快修':'普修'}}</view>
|
|
|
</view>
|
|
|
- <view class="offer hflex acenter jbetween">
|
|
|
+ <view class="offer hflex acenter jbetween" v-if="pageData.type == 2">
|
|
|
<view class="hflex acenter">
|
|
|
<view class="offer_label">订单报价:</view>
|
|
|
<view class="offer_text">¥{{boss.offest}}</view>
|
|
@@ -72,54 +77,54 @@
|
|
|
<view class="btn hflex acenter jcenter">查看详情</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="box" style="margin-bottom: 186rpx;" v-if="state_id == '2'">
|
|
|
+ <view class="box" style="margin-bottom: 186rpx;" v-if="pageData.status == 3">
|
|
|
<view class="hflex acenter jbetween cell">
|
|
|
<view class="left_text">订单编号</view>
|
|
|
- <view class="right_text">{{order_no}}</view>
|
|
|
+ <view class="right_text">{{pageData.order_no}}</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter jbetween cell">
|
|
|
<view class="left_text">创建时间</view>
|
|
|
- <view class="right_text">{{create_date}}</view>
|
|
|
+ <view class="right_text">{{pageData.success_at}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="box" style="margin-bottom: 186rpx;" v-if="state_id == '1'">
|
|
|
- <block v-for="(item,index) in works" :key="index">
|
|
|
- <view class="item_bg" :class="active == index ? 'active' : ''" @click="selectItem(index)">
|
|
|
+ <view class="box" style="margin-bottom: 186rpx;" v-if="pageData.status == 2">
|
|
|
+ <block v-for="(item,index) in pageData.offer" :key="index">
|
|
|
+ <view class="item_bg" :class="active == index ? 'active' : ''" @click="selectItem(index,item.id)">
|
|
|
<view class="hflex jbetween">
|
|
|
<view class="hflex acenter">
|
|
|
- <image :src="item.headimg" class="headimg"></image>
|
|
|
+ <image :src="item.user.headimg" class="headimg"></image>
|
|
|
<view class="img_right">
|
|
|
<view class="hflex acenter ">
|
|
|
- <view class="name">{{item.name}}</view>
|
|
|
+ <view class="name">{{item.user.name}}</view>
|
|
|
<view class="blue_bg">维修工</view>
|
|
|
</view>
|
|
|
<view class="hflex acenter text_hide" style="width: 270rpx;">
|
|
|
- <view class="text_style1">{{item.is_renz?'已认证':'未认证'}} | {{item.wxc}}</view>
|
|
|
+ <view class="text_style1">已认证</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="text_red">报价:<span style="font-size: 36rpx;">¥{{item.offest}}</span></view>
|
|
|
+ <view class="text_red">报价:<span style="font-size: 36rpx;">¥{{item.price !== '0'?item.price: '暂无'}}</span></view>
|
|
|
</view>
|
|
|
<view class="hflex acenter jbetween">
|
|
|
<view class="hflex acenter">
|
|
|
<view class="text_style1">联系电话:</view>
|
|
|
- <view class="text_style1">{{item.phone}}</view>
|
|
|
- <view class="phone hflex acenter jcenter">
|
|
|
+ <view class="text_style1">{{item.user.phone}}</view>
|
|
|
+ <view class="phone hflex acenter jcenter" @click.stop="makeCell(item.user.phone)">
|
|
|
<u-icon name="phone-fill" color="#506DFF" size="9"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="btn hflex acenter jcenter">查看详情</view>
|
|
|
+ <view class="btn hflex acenter jcenter" @click.stop="toChat(item.offer_id)">查看详情</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
- <view class="bottom">
|
|
|
- <view class="btn hflex acenter jcenter" v-if="is_boss == '1' && state_id == '2'">
|
|
|
+ <view class="bottom" v-if="pageData.status !== 1">
|
|
|
+ <view class="btn hflex acenter jcenter" v-if="type == 1 && pageData.status == 3">
|
|
|
<image src="/static/images/comment/down-fff.png" style="width: 33rpx; height: 33rpx;"></image>
|
|
|
<view>下载文件</view>
|
|
|
</view>
|
|
|
- <view class="btn hflex acenter jcenter" :class="active == -1 ? 'btn1' : ''" v-if="is_boss == '1' && state_id == '1'" @click="match">匹配维修工</view>
|
|
|
- <view class="hflex acenter jcenter" v-if="is_boss == '0'">
|
|
|
+ <view class="btn hflex acenter jcenter" :class="active == -1 ? 'btn1' : ''" v-if="type == 1 && pageData.status == 2" @click="match">匹配维修工</view>
|
|
|
+ <view class="hflex acenter jcenter" v-if="type == 2">
|
|
|
<view class="left_btn hflex acenter jcenter">
|
|
|
<image src="/static/images/comment/down-blue.png" style="width: 33rpx; height: 33rpx;"></image>
|
|
|
<view>下载文件</view>
|
|
@@ -146,61 +151,13 @@
|
|
|
data() {
|
|
|
return {
|
|
|
title: '',
|
|
|
- state_id: '1', //未报价,已报价,已确认
|
|
|
- state: '订单已匹配成功',
|
|
|
- worker: {
|
|
|
- headimg: '/static/images/mine/avatar2.jpg',
|
|
|
- name: '张琪',
|
|
|
- is_renz: true,
|
|
|
- wxc: '博锐船舶器械维修厂',
|
|
|
- phone: '18978652376',
|
|
|
- },
|
|
|
- boss: {
|
|
|
- headimg: '/static/images/mine/avatar1.jpg',
|
|
|
- name: 'NANA的微笑',
|
|
|
- addr: '江苏南京市',
|
|
|
- date: '2022-08-08 12:34',
|
|
|
- phone: '18978652376',
|
|
|
- time: '2022-08-03至08-04',
|
|
|
- type: '快修',
|
|
|
- address: '上海市浦东区滨河路18号江东造船厂',
|
|
|
- offest: '19999.89',
|
|
|
- content: '请详细描述故障情况及原因,方便师傅带齐工具,并为您提供准确合理的维修请详细描述故障情况及原因,方便师傅带齐工具,并为提供准确合理的维修请详细描述故障情况及',
|
|
|
- imgs: ['/static/images/index/class_img3.png','/static/images/index/class_img4.png','/static/images/index/class_img5.png'],
|
|
|
- },
|
|
|
- works: [
|
|
|
- {
|
|
|
- headimg: '/static/images/mine/avatar2.jpg',
|
|
|
- name: '张琪',
|
|
|
- is_renz: true,
|
|
|
- wxc: '博锐船舶器械维修厂',
|
|
|
- phone: '18978652376',
|
|
|
- offest: '199',
|
|
|
- },
|
|
|
- {
|
|
|
- headimg: '/static/images/mine/avatar2.jpg',
|
|
|
- name: '张琪',
|
|
|
- is_renz: true,
|
|
|
- wxc: '博锐船舶器械维修厂',
|
|
|
- phone: '18978652376',
|
|
|
- offest: '299',
|
|
|
- },
|
|
|
- {
|
|
|
- headimg: '/static/images/mine/avatar2.jpg',
|
|
|
- name: '张琪',
|
|
|
- is_renz: true,
|
|
|
- wxc: '博锐船舶器械维修厂',
|
|
|
- phone: '18978652376',
|
|
|
- offest: '799',
|
|
|
- },
|
|
|
- ],
|
|
|
- order_no: 'Cbz20221238993932',
|
|
|
- create_date: '2022-08-11 20:34:34',
|
|
|
active: -1,
|
|
|
- type: '0',
|
|
|
+ type: '',
|
|
|
show: false,
|
|
|
content: '确定要匹配当前维修工吗?',
|
|
|
id: '',
|
|
|
+ pageData: {},
|
|
|
+ offer_id: ''
|
|
|
}
|
|
|
},
|
|
|
onLoad(options) {
|
|
@@ -230,19 +187,19 @@
|
|
|
}
|
|
|
}, function(res) {
|
|
|
if(res.code == 1) {
|
|
|
- console.log(res);
|
|
|
+ that.pageData = res.data
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- selectItem(index) {
|
|
|
+ selectItem(index,id) {
|
|
|
that.active = index
|
|
|
+ that.offer_id = id
|
|
|
},
|
|
|
match() {
|
|
|
if(that.active == -1) {
|
|
|
$api.info('请选择维修工')
|
|
|
return
|
|
|
} else {
|
|
|
-
|
|
|
that.show = true
|
|
|
}
|
|
|
},
|
|
@@ -250,9 +207,26 @@
|
|
|
that.show = false
|
|
|
},
|
|
|
sure() {
|
|
|
- that.state_id = '2'
|
|
|
- that.state = '订单已匹配成功'
|
|
|
+ $api.req({
|
|
|
+ url: '/data/api.auth.Center/repairoffer',
|
|
|
+ method: 'POST',
|
|
|
+ data: {
|
|
|
+ id: that.pageData.id,
|
|
|
+ offer_id: that.offer_id
|
|
|
+ }
|
|
|
+ }, function(res) {
|
|
|
+ if(res.code == 1) {
|
|
|
+ $api.info(res.info)
|
|
|
+ }
|
|
|
+ })
|
|
|
that.close()
|
|
|
+ that.getData()
|
|
|
+ },
|
|
|
+ makeCell(mobile) {
|
|
|
+ $api.makeCall(mobile)
|
|
|
+ },
|
|
|
+ toChat(offer_id) {
|
|
|
+ $api.jump('/page_mine/pages/order/chat?id=' + that.pageData.id + '&offer_id=' + offer_id + '&type=' + that.type)
|
|
|
}
|
|
|
},
|
|
|
}
|
|
@@ -306,6 +280,12 @@
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
+ .text_red {
|
|
|
+ font-size: 24rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #FF4646;
|
|
|
+ line-height: 34rpx;
|
|
|
+ }
|
|
|
.text_style1 {
|
|
|
font-size: 24rpx;
|
|
|
font-weight: 400;
|