维修班首页
This commit is contained in:
parent
c0973a393b
commit
adca1d990c
@ -37,6 +37,14 @@
|
|||||||
订单编号:{{ order.counselorName }}
|
订单编号:{{ order.counselorName }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="message red">
|
||||||
|
<image class="icon" mode="aspectFit" src="/static/icons/order-icon1.png"></image>
|
||||||
|
配件审批单未申请通过
|
||||||
|
</view>
|
||||||
|
<view class="message blue">
|
||||||
|
<image class="icon" mode="aspectFit" src="/static/icons/order-icon1.png"></image>
|
||||||
|
配件审批单申请通过
|
||||||
|
</view>
|
||||||
<view class="footer">
|
<view class="footer">
|
||||||
<view class="btn pg">
|
<view class="btn pg">
|
||||||
配件申请
|
配件申请
|
||||||
@ -44,6 +52,9 @@
|
|||||||
<view class="btn qc">
|
<view class="btn qc">
|
||||||
接单处理
|
接单处理
|
||||||
</view>
|
</view>
|
||||||
|
<view class="btn pg">
|
||||||
|
维修拍照
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -162,6 +173,25 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
.message{
|
||||||
|
padding: 9px 0;
|
||||||
|
font-size: 18px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
.icon{
|
||||||
|
width: 28rpx;
|
||||||
|
height: 28rpx;
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.red{
|
||||||
|
background: #FFEFEF;
|
||||||
|
color: #F92C2C;
|
||||||
|
}
|
||||||
|
.blue{
|
||||||
|
background: #ECF5FF;
|
||||||
|
color: #0174F6;
|
||||||
|
}
|
||||||
.orderCard {
|
.orderCard {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||||
@ -314,11 +344,11 @@ export default {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #0174F6;
|
color: #0174F6;
|
||||||
|
margin-left: 20rpx;
|
||||||
|
|
||||||
&.qc {
|
&.qc {
|
||||||
background: #0174F6;
|
background: #0174F6;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-left: 20rpx;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user