This commit is contained in:
parent
ae82d24df1
commit
b280141fd2
|
@ -58,6 +58,16 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="add-content">
|
||||
<view class="" v-if="order.artificer">
|
||||
<view class="Service-add">服务地址</view>
|
||||
<view class="Service-Address">{{order.address}}</view>
|
||||
<view class="Service-name" >
|
||||
<span>{{order.userName}}</span>
|
||||
<span>{{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}}</span>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!--<view class="add-content">
|
||||
<view class="" v-if="order.artificer">
|
||||
<view class="flex align-center justify-between jusitify-line">
|
||||
<view class="line-word title-font">客户姓名</view>
|
||||
|
@ -76,7 +86,7 @@
|
|||
<view class="line-word-r value-font" style="width: 75%; text-align: right;">{{order.address}}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>-->
|
||||
|
||||
<view class="margin-top-xl pay-ding">
|
||||
<view class="flex align-center pay-ding-top">
|
||||
|
@ -2967,16 +2977,17 @@ page {
|
|||
}
|
||||
|
||||
.serverAddress {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.add-content{
|
||||
background: #fff;
|
||||
padding: 30rpx;
|
||||
border-radius: 24rpx;
|
||||
margin-top: 24rpx;
|
||||
}
|
||||
background: #FFFFFF url(../../static/address/map.png)no-repeat top right;
|
||||
background-size:40%;
|
||||
padding: 30rpx;
|
||||
border-radius: 24rpx;
|
||||
margin-top: 24rpx;
|
||||
}
|
||||
.add-lin{
|
||||
height: 74rpx;
|
||||
line-height: 74rpx;
|
||||
|
@ -3055,4 +3066,32 @@ page {
|
|||
font-size: 30rpx;
|
||||
color: #333333;
|
||||
}
|
||||
.Service-add{
|
||||
font-size:30rpx;
|
||||
color: #333;
|
||||
border-radius:5rpx;
|
||||
}
|
||||
.Service-Address{
|
||||
font-size:34rpx;
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
padding: 6rpx 0;
|
||||
flex-direction: column;
|
||||
}
|
||||
.Service-name{
|
||||
font-size: 30rpx;
|
||||
color: #333;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
padding:4rpx 0;
|
||||
}
|
||||
.Service-name span:nth-child(1){
|
||||
font-size:28rpx;
|
||||
color:#333;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
.Service-name span:nth-child(2){
|
||||
font-size:28rpx;
|
||||
color:#666;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<view class="Service-Address">{{province}}/{{city}}/{{district}}/{{detailaddress}}</view>
|
||||
<view v-if="!detailaddress">请选择地址</view>
|
||||
<view class="Service-name" >
|
||||
<span>{{name}}</span>
|
||||
<span>{{mobile}}</span>
|
||||
<span>{{name}}222</span>
|
||||
<span>{{mobile}}111</span>
|
||||
</view>
|
||||
<view class="jusitify-line" v-if="order.remark">
|
||||
<view class="line-word title-font">备注内容</view>
|
||||
|
@ -1479,7 +1479,8 @@
|
|||
}
|
||||
.header-bottom-money-zhen span{
|
||||
color: #FF6000 !important;
|
||||
font-size:28rpx !important;
|
||||
font-size:32rpx !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
.header-bottom-money-zhen{
|
||||
display: flex;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</view> -->
|
||||
<view class="padding-bottom u-skeleton">
|
||||
<view class="bgImg u-skeleton-fillet"
|
||||
style="padding: 0 29rpx;">
|
||||
style="padding: 0 20rpx;">
|
||||
<view class="head-top">
|
||||
<view class="pay-title">服务项目</view>
|
||||
<view class="flex justify-around">
|
||||
|
@ -52,7 +52,13 @@
|
|||
</view>
|
||||
<view class="add-content">
|
||||
<view class="" v-if="order.artificer">
|
||||
<view class="flex align-center justify-between jusitify-line">
|
||||
<view class="Service-add">服务地址</view>
|
||||
<view class="Service-Address">{{order.address}}</view>
|
||||
<view class="Service-name" >
|
||||
<span>{{order.userName}}</span>
|
||||
<span>{{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}}</span>
|
||||
</view>
|
||||
<!--<view class="flex align-center justify-between jusitify-line">
|
||||
<view class="line-word title-font">客户姓名</view>
|
||||
<view class="line-word-r value-font">
|
||||
{{order.userName}}
|
||||
|
@ -63,11 +69,7 @@
|
|||
<view class="line-word-r value-font">
|
||||
{{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="serverAddress jusitify-line">
|
||||
<view class="line-word title-font">服务地址</view>
|
||||
<view class="line-word-r value-font" style="width: 75%; text-align: right;">{{order.address}}</view>
|
||||
</view>
|
||||
</view>-->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -725,7 +727,7 @@
|
|||
<view class="popup-content">
|
||||
<view class="popup-head">
|
||||
<span>请输入提前结束的原因</span>
|
||||
<span @click="closePopup(type)">x</span>
|
||||
<span @click="closePopup(type)"><image style="width: 50rpx; height:50rpx;" src="../../static/close.png"></image></span>
|
||||
</view>
|
||||
<view class="popup-mian">
|
||||
<textarea placeholder="请输入提前结束服务原因" @input="textareaInp" class="popup-mian-textarea" name="" id="" cols="30" rows="10"></textarea>
|
||||
|
@ -748,7 +750,7 @@
|
|||
<view class="popup-content">
|
||||
<view class="popup-head">
|
||||
<span>确认拒单</span>
|
||||
<span @click="closePopupQ(type)">x</span>
|
||||
<span @click="closePopupQ(type)"><image style="width: 50rpx; height:50rpx;" src="../../static/close.png"></image></span>
|
||||
</view>
|
||||
<view class="popup-mian">
|
||||
<view class="popup-mian-textarea">
|
||||
|
@ -2285,7 +2287,7 @@
|
|||
font-weight: 400;
|
||||
font-size: 32rpx;
|
||||
color: #FFFEFE;
|
||||
border-radius: 39rpx;
|
||||
border-radius:40rpx;
|
||||
}
|
||||
.popup-mian-btn{
|
||||
width: 100%;
|
||||
|
@ -2293,7 +2295,7 @@
|
|||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 10px;
|
||||
margin-top:20px;
|
||||
}
|
||||
.popup-mian-textarea{
|
||||
width: 525.69rpx;
|
||||
|
@ -2310,10 +2312,6 @@
|
|||
height: 50rpx;
|
||||
line-height: 19px;
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
color: #15AB8D;
|
||||
border-radius: 50%;
|
||||
border: 3px solid #15AB8D;
|
||||
}
|
||||
.popup-head span:nth-child(1){
|
||||
font-weight: bold;
|
||||
|
@ -2334,7 +2332,7 @@
|
|||
width: 613rpx;
|
||||
height: 479rpx;
|
||||
background: #FFFFFF;
|
||||
border-radius: 56rpx;
|
||||
border-radius: 30rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -2778,7 +2776,8 @@
|
|||
color: #333333;
|
||||
}
|
||||
.add-content{
|
||||
background: #fff;
|
||||
background: #FFFFFF url(../../static/address/map.png)no-repeat top right;
|
||||
background-size:40%;
|
||||
padding: 30rpx;
|
||||
border-radius: 24rpx;
|
||||
margin-top: 24rpx;
|
||||
|
@ -2790,4 +2789,32 @@
|
|||
padding: 0 20rpx;
|
||||
color: #666666;
|
||||
}
|
||||
.Service-add{
|
||||
font-size:30rpx;
|
||||
color: #333;
|
||||
border-radius:5rpx;
|
||||
}
|
||||
.Service-Address{
|
||||
font-size:34rpx;
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
padding: 6rpx 0;
|
||||
flex-direction: column;
|
||||
}
|
||||
.Service-name{
|
||||
font-size: 30rpx;
|
||||
color: #333;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
padding:4rpx 0;
|
||||
}
|
||||
.Service-name span:nth-child(1){
|
||||
font-size:28rpx;
|
||||
color:#333;
|
||||
margin-right: 15rpx;
|
||||
}
|
||||
.Service-name span:nth-child(2){
|
||||
font-size:28rpx;
|
||||
color:#666;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -580,7 +580,6 @@
|
|||
}
|
||||
.header-bottom-title-num{
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
.header-bottom-title-num span:nth-child(1){
|
||||
font-size: 30rpx;
|
||||
|
|
Loading…
Reference in New Issue