guoyujia 1 月之前
父节点
当前提交
865415292d
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pages/queryLotInfo/index.vue

+ 3 - 0
pages/queryLotInfo/index.vue

@@ -25,6 +25,9 @@
 					<view class="item-info uni-row"> <text class="label">产品描述:</text>
 						<text class="label right ">{{ lotData['productDescription'] }}</text>
 					</view>
+					<view class="item-info uni-row"> <text class="label">产品编码:</text>
+						<text class="label right ">{{ lotData['productCode'] }}</text>
+					</view>
 					<view class="item-info uni-row">
 						<text class="label">箱号:</text>
 						<text class="label right">{{ lotData['carrierName']}}</text>