Commit 50aa9d45 authored by ZJG's avatar ZJG

1

parent dc4fad20
...@@ -372,7 +372,7 @@ ...@@ -372,7 +372,7 @@
</view> </view>
<view class="s-c-r prices"> <view class="s-c-r prices">
<span style='margin-top: 3px;font-size: 11px;'></span> <span style='margin-top: 3px;font-size: 11px;'></span>
<span style='font-weight: bold;'>{{x.Price}}</span> <span style='font-weight: bold;'>{{isdistributor==true? x.Price:x.B2CPrice}}</span>
<span style='margin-top: 3px;font-size: 11px;'></span> <span style='margin-top: 3px;font-size: 11px;'></span>
</view> </view>
</view> </view>
...@@ -404,7 +404,7 @@ ...@@ -404,7 +404,7 @@
</view> </view>
<view class="s-c-r prices" v-if="index==0"> <view class="s-c-r prices" v-if="index==0">
<span style='margin-top: 3px;font-size: 11px;'></span> <span style='margin-top: 3px;font-size: 11px;'></span>
<span style='font-weight: bold;'>{{x.Price}}</span> <span style='font-weight: bold;'>{{isdistributor==true? x.Price:x.B2CPrice}}</span>
<span style='margin-top: 3px;font-size: 11px;'></span> <span style='margin-top: 3px;font-size: 11px;'></span>
</view> </view>
<view class="s-c-r sold" v-if="index==x.SiteList.length-1"> <view class="s-c-r sold" v-if="index==x.SiteList.length-1">
...@@ -559,7 +559,8 @@ ...@@ -559,7 +559,8 @@
Arrive:'', Arrive:'',
StartDate:'', StartDate:'',
EndDate:'', EndDate:'',
} },
isdistributor:false,
} }
...@@ -575,6 +576,8 @@ ...@@ -575,6 +576,8 @@
this.msg.ArriveCityType = this.carMsg.ArriveCityType; this.msg.ArriveCityType = this.carMsg.ArriveCityType;
this.msg.Q_Date = this.carMsg.Q_Date; this.msg.Q_Date = this.carMsg.Q_Date;
} }
this.isdistributor = this.$utils.getretailer()
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
this.gettimeList() this.gettimeList()
this.init(); this.init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment