|
@@ -9,6 +9,7 @@
|
|
|
<view class="shelf-info">
|
|
|
<view class="shelf-info-title">
|
|
|
<view>{{infoData&&infoData.shelfName || '--'}}</view>
|
|
|
+ <view class="pno">{{infoData&&infoData.shelfPlaceCode}}</view>
|
|
|
</view>
|
|
|
<view>产品编码:{{fromPage == 'smdy'?infoData.productCode : infoData.productEntity&&infoData.productEntity.code}}</view>
|
|
|
<view>产品名称:{{fromPage == 'smdy'?infoData.productName : infoData.productEntity&&infoData.productEntity.productName}}</view>
|