|
|
@@ -32,14 +32,9 @@
|
|
|
<text class="info-label"> 单号:</text>
|
|
|
<text class="info-value">{{ info.orderSn }} </text>
|
|
|
</view>
|
|
|
- <view class="info-row">
|
|
|
- <text class="info-label"> 采购:</text>
|
|
|
- <text class="info-value">{{ info.shopAdminName }} </text>
|
|
|
- </view>
|
|
|
<view class="info-row">
|
|
|
<text class="info-label"> 数量:</text>
|
|
|
- <text v-if="info.smallNum > 0" class="info-value">{{ info.bigNum }}/{{info.smallNum}}</text>
|
|
|
- <text class="info-value">{{info.bigNum}}</text>
|
|
|
+ <text class="info-value">{{info.goodsNum}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item-price">
|
|
|
@@ -75,7 +70,7 @@ export default {
|
|
|
statusName = "待付款";
|
|
|
break;
|
|
|
case '2':
|
|
|
- statusName = "待发货";
|
|
|
+ statusName = "待配送";
|
|
|
break;
|
|
|
case '3':
|
|
|
statusName = "待收货";
|