@@ -52,6 +52,12 @@
<text>待入库数量:{{item.confirmQty||item.confirmQty==0?item.confirmQty:'--'}}</text>
</view>
+ <view class="flex align_center" v-if="item.productTypeSn3=='543766811373752320'" style="margin-top: 5px;">
+ <text class="item-detail-text">原厂编码:</text>
+ <view style="width: 50%;flex-grow: 1;">
+ <u-tag :text="item.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
+ </view>