|
@@ -12,15 +12,15 @@
|
|
|
<view class="clear"></view>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="desc">计价单位</text>
|
|
|
+ <text class="desc">计价单位:</text>
|
|
|
<text>{{ item.goodsUnit }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="desc">商品重量</text>
|
|
|
+ <text class="desc">商品重量:</text>
|
|
|
<text>{{ item.netWet }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="desc">单价</text>
|
|
|
+ <text class="desc">单价:</text>
|
|
|
<text>{{ item.singlePrice }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
@@ -33,7 +33,7 @@
|
|
|
<text>{{ item.leaderName }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="desc">联系号码</text>
|
|
|
+ <text class="desc">联系号码:</text>
|
|
|
<text>{{item.leaderPhone}}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
@@ -42,7 +42,7 @@
|
|
|
<view class="clear"></view>
|
|
|
</view>
|
|
|
<view class="item" style="padding-top: 0px">
|
|
|
- <text class="desc">订单编号</text>
|
|
|
+ <text class="desc">订单编号:</text>
|
|
|
<text>{{ item.orderNo }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|