Commit 08422daf authored by Mac's avatar Mac

出发时间

parent ab3dbdbe
...@@ -181,6 +181,13 @@ ...@@ -181,6 +181,13 @@
</span> </span>
</div> </div>
<div style="margin-bottom: 5px;">
<span style="margin-right: 10px;">
出发时间:{{list.TripSTime}}
</span>
</div>
<div style=" display: flex;flex-direction: row;align-items: center;" v-if="list.SmallShopsCostPrice!=null && list.SmallShopsCostPrice!=''&& list.SmallShopsCostPrice>0&& item.SmallShopsId!=0"> <div style=" display: flex;flex-direction: row;align-items: center;" v-if="list.SmallShopsCostPrice!=null && list.SmallShopsCostPrice!=''&& list.SmallShopsCostPrice>0&& item.SmallShopsId!=0">
<span>赞羊小计:¥{{list.SmallShopsCostPrice}}</span> <span>赞羊小计:¥{{list.SmallShopsCostPrice}}</span>
...@@ -367,7 +374,7 @@ ...@@ -367,7 +374,7 @@
<div> <div>
<div flex="dir:left"> <div flex="dir:left">
<div class="address-box">联系人: {{item.Consignee}} 电话:{{item.Mobile}} <div class="address-box">联系人: {{item.Consignee}} 电话:{{item.Mobile}}
地址:{{item.DistrictAddress}}
出发地:{{item.ShoppingAddress}} 出发地:{{item.ShoppingAddress}}
{{item.DetailList[0].CarType!=5 ?('目的地:'+item.DestinationAddress):''}} {{item.DetailList[0].CarType!=5 ?('目的地:'+item.DestinationAddress):''}}
</div> </div>
......
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