|
@@ -62,8 +62,8 @@
|
|
|
</view>
|
|
|
<view class="shopCont">
|
|
|
<view class="shopLevel" v-if="info.shopInfo.shopLevel">{{info.shopInfo.shopLevel}}</view>
|
|
|
- <view class="openingTime" v-if="info.shopInfo.openingTime">·{{info.shopInfo.openingTime}}</view>
|
|
|
- <view class="openingTime">联系人:{{info.shopInfo.contactor}} {{info.shopInfo.contactorPhone}}</view>
|
|
|
+ <view class="openingTime" v-if="info.shopInfo.openingTime">·{{info.shopInfo.openingTime.slice(0,info.shopInfo.openingTime.length-8)}}</view>
|
|
|
+ <view class="openingTime">联系人:{{info.shopInfo.contactor}} </view><!-- {{info.shopInfo.contactorPhone}} -->
|
|
|
</view>
|
|
|
<view class="address" v-if="info.shopInfo.address">
|
|
|
<view style="padding-right: 30rpx;">{{info.shopInfo.address}}</view>
|
|
@@ -83,6 +83,29 @@
|
|
|
<view class="categoryName">{{item.categoryName}}</view>
|
|
|
<view class="sectionList" v-for="(list,index2) in item.sectionList" :key="list.id">
|
|
|
<view class="checkName">{{list.checkName}}</view>
|
|
|
+ <!-- 月度采购金额 -->
|
|
|
+ <view class="boxLine2" v-if="list.isPurchase==1">
|
|
|
+ <view class="cgline">
|
|
|
+ <view class="cglineName">当月采购额</view>
|
|
|
+ <view class="cglineRight">¥{{list.month}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="cgline">
|
|
|
+ <view class="cglineName">当月欧洲维修采购额</view>
|
|
|
+ <view class="cglineRight">¥{{list.eurMonth}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="cgline">
|
|
|
+ <view class="cglineName">当年总采购额</view>
|
|
|
+ <view class="cglineRight">¥{{list.year}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="cgline">
|
|
|
+ <view class="cglineName">总采购额完成率</view>
|
|
|
+ <view class="cglineRight" :class="{green:list.level==1,yellow:list.level==2,red:list.level==3,}">{{list.yearPercent}}%</view>
|
|
|
+ </view>
|
|
|
+ <view class="cgline">
|
|
|
+ <view class="cglineName">欧洲维修占比</view>
|
|
|
+ <view class="cglineRight" >{{list.eurPercent}}%</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="itemList" v-for="(v,index3) in list.itemList" :key="v.id" >
|
|
|
<view class="itemTOp">
|
|
|
<view class="itemName">{{v.itemName}}</view>
|
|
@@ -105,29 +128,7 @@
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- 月度采购金额 -->
|
|
|
- <view class="boxLine2" v-if="list.isPurchase==1">
|
|
|
- <view class="cgline">
|
|
|
- <view class="cglineName">当月采购额</view>
|
|
|
- <view class="cglineRight">¥{{list.month}}</view>
|
|
|
- </view>
|
|
|
- <view class="cgline">
|
|
|
- <view class="cglineName">当月欧洲维修采购额</view>
|
|
|
- <view class="cglineRight">¥{{list.eurMonth}}</view>
|
|
|
- </view>
|
|
|
- <view class="cgline">
|
|
|
- <view class="cglineName">当年总采购额</view>
|
|
|
- <view class="cglineRight">¥{{list.year}}</view>
|
|
|
- </view>
|
|
|
- <view class="cgline">
|
|
|
- <view class="cglineName">总采购额完成率</view>
|
|
|
- <view class="cglineRight">{{list.yearPercent}}%</view>
|
|
|
- </view>
|
|
|
- <view class="cgline">
|
|
|
- <view class="cglineName">欧洲维修占比</view>
|
|
|
- <view class="cglineRight" :class="{green:list.level==1,yellow:list.level==2,red:list.level==3,}">{{list.eurPercent}}%</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -1014,7 +1015,8 @@
|
|
|
.boxLine2{
|
|
|
padding: 10rpx 20rpx;
|
|
|
background: #FFFFFF;
|
|
|
- margin-bottom: 20rpx;
|
|
|
+ /* margin-bottom: 20rpx; */
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
}
|
|
|
.cgline{
|
|
|
display: flex;
|