|
@@ -54,19 +54,19 @@
|
|
|
|
|
|
<view class="CarModel" v-if="orderData.billsheet.CarModel">{{orderData.billsheet.CarModel}}</view>
|
|
|
<view class="goodscostLine" >
|
|
|
- <view class="informationTxt">进店里程:</view>
|
|
|
- <view class="goodsCostNum3 " v-if="orderData.billsheet.CurrentMileage>0">
|
|
|
- {{orderData.billsheet.CurrentMileage}}km
|
|
|
+ <view class="informationTxt">进店里程</view>
|
|
|
+ <view class="goodsCostNum3 " style="font-size: 28rpx;" v-if="orderData.billsheet.CurrentMileage>0">
|
|
|
+ {{orderData.billsheet.CurrentMileage}}公里
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="goodscostLine" >
|
|
|
- <view class="informationTxt">建议下次保养里程:</view>
|
|
|
- <view class="goodsCostNum3 " v-if="orderData.billsheet.NextCareMilage">
|
|
|
- {{orderData.billsheet.NextCareMilage}}km
|
|
|
+ <view class="informationTxt">建议下次保养里程</view>
|
|
|
+ <view class="goodsCostNum3 " style="font-size: 28rpx;color: #FDC752;" v-if="orderData.billsheet.NextCareMilage">
|
|
|
+ {{orderData.billsheet.NextCareMilage}}公里
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="goodscostLine" v-if="orderData.billsheet.SheetType==1">
|
|
|
- <view class="informationTxt">建议下次保养时间:</view>
|
|
|
+ <view class="goodscostLine" style="font-size: 28rpx;color: #FDC752;" v-if="orderData.billsheet.SheetType==1">
|
|
|
+ <view class="informationTxt">建议下次保养时间</view>
|
|
|
<view class="goodsCostNum3 " v-if="orderData.billsheet.NextCareDate">
|
|
|
{{orderData.billsheet.NextCareDate.slice(0,10)}}
|
|
|
</view>
|
|
@@ -76,7 +76,7 @@
|
|
|
</view>
|
|
|
<!-- 店铺信息 -->
|
|
|
<view class="shopBox">
|
|
|
- <image src="../../static/img/icon_store.png" mode="" class="shopBoximg"></image>
|
|
|
+ <!-- <image src="../../static/img/icon_store.png" mode="" class="shopBoximg"></image> -->
|
|
|
<view class="shopCont">
|
|
|
<view class="shopName">{{orderData.billsheet.ShopName}}</view>
|
|
|
<view class="Address" v-if="orderData.billsheet.shopMobilePhone">服务电话:{{orderData.billsheet.shopMobilePhone}}</view>
|
|
@@ -106,15 +106,15 @@
|
|
|
|
|
|
</view>
|
|
|
<view class="informationLine">
|
|
|
- <view class="informationTxt">单号:</view>
|
|
|
+ <view class="informationTxt">单号</view>
|
|
|
<view class="informationNum">{{orderData.billsheet.Code}}</view>
|
|
|
</view>
|
|
|
<view class="informationLine">
|
|
|
- <view class="informationTxt">服务顾问:</view>
|
|
|
+ <view class="informationTxt">服务顾问</view>
|
|
|
<view class="informationNum">{{orderData.billsheet.PickName}}</view>
|
|
|
</view>
|
|
|
<view class="informationLine">
|
|
|
- <view class="informationTxt">技师:</view>
|
|
|
+ <view class="informationTxt">技师</view>
|
|
|
<view class="informationNum">{{orderData.billsheet.workNames}}</view>
|
|
|
</view>
|
|
|
<!-- <view class="informationLine">
|
|
@@ -126,13 +126,13 @@
|
|
|
<view class="informationNum">{{orderData.billsheet.time}}</view>
|
|
|
</view> -->
|
|
|
<view class="informationLine" v-if="FaultDescription">
|
|
|
- <view class="informationTxt">故障描述:</view>
|
|
|
+ <view class="informationTxt">故障描述</view>
|
|
|
<view class="informationNum" v-if="orderData.billsheet.FaultDescription">
|
|
|
{{orderData.billsheet.FaultDescription}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="informationLine" v-if="RepairDescription">
|
|
|
- <view class="informationTxt">维修建议:</view>
|
|
|
+ <view class="informationTxt">维修建议</view>
|
|
|
<view class="informationNum" v-if="orderData.billsheet.RepairDescription">
|
|
|
{{orderData.billsheet.RepairDescription}}
|
|
|
</view>
|
|
@@ -146,7 +146,7 @@
|
|
|
</view>
|
|
|
</view> -->
|
|
|
<view class="informationLine" v-if="Comment">
|
|
|
- <view class="informationTxt">备注:</view>
|
|
|
+ <view class="informationTxt">备注</view>
|
|
|
<view class="informationNum" v-if="orderData.billsheet.Comment">{{orderData.billsheet.Comment}}
|
|
|
</view>
|
|
|
</view>
|
|
@@ -210,7 +210,7 @@
|
|
|
</view>
|
|
|
<view class="itemWorkHoursBox" v-if="itemWorkHours&&itemWorkHours" :class="{nopb:GoodsComment&&item.Comment}">
|
|
|
<view class="itemWorkHours" v-if="goodsNumber">
|
|
|
- 数量:<span class="SalePrice">{{item.SaleQty}}</span>
|
|
|
+ 数量:<span class="SalePrice">{{item.SaleQty}}<span v-if="item.Unit">({{item.Unit}})</span> </span>
|
|
|
</view>
|
|
|
<view class="itemPrice" v-if="goodsPrice">
|
|
|
单价:<span class="SalePrice">{{item.SalePrice}}</span>
|
|
@@ -232,7 +232,7 @@
|
|
|
<view class="detailedTitle">费用明细</view>
|
|
|
<view class="goodscostLine" v-if="AmountMoney">
|
|
|
<view class="goodscostTxt">应收总计</view>
|
|
|
- <view class="goodsCostNum">¥{{orderData.billsheet.AmountMoney?orderData.billsheet.AmountMoney:0}}</view>
|
|
|
+ <view class="goodsCostNum3">¥{{orderData.billsheet.AmountMoney?orderData.billsheet.AmountMoney:0}}</view>
|
|
|
</view>
|
|
|
<view class="goodscostLine" v-if="TotalDiscountMoney">
|
|
|
<view class="goodscostTxt">优惠总计</view>
|
|
@@ -248,7 +248,7 @@
|
|
|
</view>
|
|
|
<view class="goodscostLine" v-if="ReceiptsMoney">
|
|
|
<view class="goodscostTxt">支付金额</view>
|
|
|
- <view class="goodsCostNum">¥{{orderData.billsheet.money?orderData.billsheet.money:0}}</view>
|
|
|
+ <view class="goodsCostNum"><span style="font-size: 28rpx;">¥</span>{{orderData.billsheet.money?orderData.billsheet.money:0}}</view>
|
|
|
</view>
|
|
|
<view class="goodscostLine" >
|
|
|
<view class="goodscostTxt">结算方式</view>
|
|
@@ -625,7 +625,7 @@
|
|
|
font-weight: 600;
|
|
|
}
|
|
|
.GoodsName{
|
|
|
- font-size: 28rpx !important;
|
|
|
+ font-size: 30rpx !important;
|
|
|
}
|
|
|
.itemWorkHoursBox{
|
|
|
display: flex;
|
|
@@ -731,7 +731,7 @@
|
|
|
margin-left: 28rpx;
|
|
|
}
|
|
|
.shopBox2{
|
|
|
- padding: 30rpx 20rpx;
|
|
|
+ padding: 30rpx 0rpx;
|
|
|
margin: 0rpx 24rpx;
|
|
|
margin-top: -60rpx;
|
|
|
background-color: #FFFFFF;
|
|
@@ -753,8 +753,8 @@
|
|
|
}
|
|
|
|
|
|
.shopCont {
|
|
|
- width: 405rpx;
|
|
|
- padding-left: 20rpx;
|
|
|
+ width: 470rpx;
|
|
|
+ /* padding-left: 20rpx; */
|
|
|
|
|
|
}
|
|
|
|
|
@@ -898,9 +898,9 @@
|
|
|
|
|
|
|
|
|
.detailedName {
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
color: #3C3C3C;
|
|
|
- font-weight: 600;
|
|
|
+ font-weight: 500;
|
|
|
}
|
|
|
|
|
|
.kaColor {
|
|
@@ -959,7 +959,7 @@
|
|
|
|
|
|
.price {
|
|
|
|
|
|
- font-size: 32rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
font-weight: 500;
|
|
|
/* color: #FF0000; */
|
|
|
display: flex;
|
|
@@ -990,19 +990,20 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
font-size: 26rpx;
|
|
|
- padding: 20rpx 20rpx;
|
|
|
+ padding: 15rpx 20rpx;
|
|
|
color: #333333;
|
|
|
}
|
|
|
|
|
|
.goodsCostNum {
|
|
|
color: #FF0000;
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: 500;
|
|
|
+ font-size: 36rpx;
|
|
|
}
|
|
|
.goodsCostNumJsfs{
|
|
|
color: #333333;
|
|
|
}
|
|
|
.goodsCostNum3{
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: 500;
|
|
|
}
|
|
|
.information {
|
|
|
width: 702rpx;
|
|
@@ -1017,6 +1018,7 @@
|
|
|
display: flex;
|
|
|
font-size: 26rpx;
|
|
|
padding: 15rpx 20rpx;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
|
|
|
.informationTxt {
|
|
@@ -1027,6 +1029,7 @@
|
|
|
.informationNum {
|
|
|
color: #333333;
|
|
|
width: calc(100vw - 200rpx);
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
|
|
|
.copyBtn {
|
|
@@ -1357,17 +1360,18 @@
|
|
|
|
|
|
.ping {
|
|
|
text-align: center;
|
|
|
- color: #FF4F00;
|
|
|
+ /* color: #FF4F00; */
|
|
|
+ color: #666666;
|
|
|
width: 150rpx;
|
|
|
height: 56rpx;
|
|
|
line-height: 56rpx;
|
|
|
border-radius: 36rpx;
|
|
|
- border: 2rpx solid #FF4F00;
|
|
|
+ border: 2rpx solid #DDDDDD;
|
|
|
}
|
|
|
|
|
|
.kan {
|
|
|
text-align: center;
|
|
|
- color: #3C3C3C;
|
|
|
+ color: #666666;
|
|
|
width: 150rpx;
|
|
|
height: 56rpx;
|
|
|
line-height: 56rpx;
|