|
|
@@ -5,7 +5,7 @@
|
|
|
<view class="space-view ex-info">
|
|
|
<view class="info-cell">
|
|
|
<view class="cell-label"> 收货仓库</view>
|
|
|
- <view class="cell-value"> {{ outData.orderSn || "" }}</view>
|
|
|
+ <view class="cell-value"> {{ outData.shopName || "" }}</view>
|
|
|
</view>
|
|
|
<view class="info-cell">
|
|
|
<view class="cell-label"> 日期</view>
|
|
|
@@ -59,13 +59,13 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view v-else-if="column.custom == 'stock'">
|
|
|
- <text v-if="item.bigNumStock > 0"> {{ item.bigNumStock }}/ </text>
|
|
|
+ <text > {{ item.bigNumStock }}/ </text>
|
|
|
<text>
|
|
|
{{ item.smallNumStock }}
|
|
|
</text>
|
|
|
</view>
|
|
|
<view v-else-if="column.custom == 'put'">
|
|
|
- <text v-if="item.bigNum > 0"> {{ item.bigNum }}/ </text>
|
|
|
+ <text > {{ item.bigNum }}/ </text>
|
|
|
<text>
|
|
|
{{ item.smallNum }}
|
|
|
</text>
|