Commit f3ea123b authored by 我在何方's avatar 我在何方

订单详情入仓信息修改

parent 873f237c
......@@ -246,10 +246,10 @@
</view>
<view class="order-table-v">
<text>{{$lang.lang.orderInfo.inWarehouseInfo}}:</text>
<text>{{item.warehouseInInfoVO?item.warehouseInInfoVO.cartonsNum:item.num}}{{$lang.lang.orderInfo.box}}</text>
<text>{{item.warehouseInInfoVO?item.warehouseInInfoVO.weight:item.weight}}KG</text>
<text>{{item.warehouseInInfoVO?item.warehouseInInfoVO.volume:item.volume}}</text>
<text>{{item.warehouseInInfoVO?item.warehouseInInfoVO.quantityAll:item.quantity}}{{$lang.lang.create.aunit}}</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}}</text>
<text>{{item.warehouseInInfoVO?item.warehouseInInfoVO.quantityAll:0}}{{$lang.lang.create.aunit}}</text>
</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