This commit is contained in:
xiaofajia 2024-12-09 16:30:19 +08:00
parent 6b446f0fd6
commit d700f72a8c

View File

@ -39,7 +39,9 @@
<view class="top-left"> <view class="top-left">
<view class="dhei">{{ item.goodsName }}</view> <view class="dhei">{{ item.goodsName }}</view>
<text class="xhui">接待人{{ item.workerName }}</text> <text class="xhui">接待人{{ item.workerName }}</text>
<text class="xhui" style="margin-left: 50rpx;" v-if="item.workNodeStatus === '1'">检测内容{{ item.projectName }}</text> <text class="xhui" style="margin-left: 50rpx;">
检测类型{{ item.projectName }}
</text>
</view> </view>
<view @click="callUser(item.buyPhone)" class="top-right"> <view @click="callUser(item.buyPhone)" class="top-right">
<image src="../../static/detection/teel.png" mode=""></image> <image src="../../static/detection/teel.png" mode=""></image>
@ -58,17 +60,17 @@
</view> </view>
<view class="on-input"> <view class="on-input">
<uni-icons type="map" color="#999999" size="16"></uni-icons> <uni-icons type="map" color="#999999" size="16"></uni-icons>
<text>订单</text> <text>车牌</text>
<text>{{ item.orderNo }}</text> <text>{{ item.carNum }}</text>
</view> </view>
<view class="on-input"> <view class="on-input">
<uni-icons type="map" color="#999999" size="16"></uni-icons> <uni-icons type="map" color="#999999" size="16"></uni-icons>
<text>引车员</text> <text>客户来源</text>
<text>{{ item.leadManName }}</text> <text>{{ item.customerSource }}</text>
</view> </view>
<view class="on-input"> <view class="on-input">
<uni-icons type="more" color="#999999" size="16"></uni-icons> <uni-icons type="more" color="#999999" size="16"></uni-icons>
<text>车牌号</text> <text>检测内容</text>
<text>{{ item.carNum }}</text> <text>{{ item.carNum }}</text>
</view> </view>
<view class="bottom-di"> <view class="bottom-di">
@ -128,20 +130,47 @@ export default {
pageNum: 1,// pageNum: 1,//
pageSize: 20,// pageSize: 20,//
totalPages: 0,// totalPages: 0,//
// tapList: [
// {
// text: "",
// value: "1"
// },
// {
// text: "",
// value: "2"
// },
//
// {
// text: "",
// value: "3",
// }
// ],
tapList: [ tapList: [
{ {
text: "待接受", text: "待支付",
value: "1" value: "1"
}, },
{ {
text: "进行中", text: "待检测",
value: "2" value: "2"
}, },
{ {
text: "已完成", text: "检测中",
value: "3", value: "3",
} },
{
text: "待重检",
value: "4",
},
{
text: "待复检",
value: "5",
},
{
text: "已完成",
value: "6",
},
], ],
chooseWorkNodes: [], chooseWorkNodes: [],
show: false, show: false,