|
|
|
|
@ -32,7 +32,7 @@ |
|
|
|
|
<view class="card-content"> |
|
|
|
|
<view class="card-content-item"> |
|
|
|
|
<text class="item-title">商品条码</text> |
|
|
|
|
<text class="item-value">{{item.barCode}}</text> |
|
|
|
|
<text class="item-value">{{item.goodNum}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="card-content"> |
|
|
|
|
@ -47,6 +47,17 @@ |
|
|
|
|
<text class="item-value">{{item.goodName}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="card-content"> |
|
|
|
|
<view class="card-content-item"> |
|
|
|
|
<text class="item-title">是否缠膜</text> |
|
|
|
|
<text class="item-value">{{item.extend3 == '1'?'是':'否'}}</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="card-content-item"> |
|
|
|
|
<text class="item-title">是否验证重量</text> |
|
|
|
|
<text class="item-value">{{item.extend4 == '1'?'是':'否'}}</text> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
<view class="card-content"> |
|
|
|
|
<view class="card-content-item"> |
|
|
|
|
<text class="item-title">收货数量</text> |
|
|
|
|
|