Commit 472fd14f authored by honghy's avatar honghy Committed by wux

订单明细样式调整

parent 2ad55f8a
......@@ -273,12 +273,13 @@
<text v-if="item.brandName">{{item.brandName}}</text>
<text v-else>{{item.brandType?($lang.lang.orderInfo.have+$lang.lang.orderInfo.brand):($lang.lang.orderInfo.none+$lang.lang.orderInfo.brand)}}</text>
</view>
<view class="order-table-v">
<text>{{$lang.lang.orderInfo.inWarehouseInfo}}:</text>
<text>{{item.warehouseInInfoVO?item.warehouseInInfoVO.cartonsNum:0}}{{$lang.lang.orderInfo.box}}</text>
<text>{{item.warehouseInInfoVO?item.warehouseInInfoVO.weight:0}}KG</text>
<text>{{item.warehouseInInfoVO?item.warehouseInInfoVO.volume:0}}m³</text>
<text>{{item.warehouseInInfoVO?item.warehouseInInfoVO.quantityAll:0}}{{$lang.lang.create.aunit}}</text>
<view class="order-table-v" style="line-height:30upx;">
{{$lang.lang.orderInfo.inWarehouseInfo}}:&nbsp;
{{item.warehouseInInfoVO?item.warehouseInInfoVO.cartonsNum:0}}
{{$lang.lang.orderInfo.box}}
&nbsp;{{item.warehouseInInfoVO?item.warehouseInInfoVO.weight:0}}KG
&nbsp;{{item.warehouseInInfoVO?item.warehouseInInfoVO.volume:0}}m³
{{item.warehouseInInfoVO?item.warehouseInInfoVO.quantityAll:0}}{{$lang.lang.create.aunit}}
</view>
<view class="order-table-v">
<text>{{$lang.lang.create.quickNo}}:{{item.warehouseInInfoVO?item.warehouseInInfoVO.expressNo:item.expressNo}}</text>
......
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