|
@@ -3,6 +3,10 @@
|
|
|
<view class="productInfo">
|
|
|
<view><u-image :src="nowData.images" border-radius="16" width="160" height="160" bg-color="#EBEBEB"></u-image></view>
|
|
|
<view style="display: block;"><text class="item-no">{{ nowData.shelfPlaceCode }}</text><text>{{ nowData.code }}</text></view>
|
|
|
+ <view class="flex align_center" v-if="nowData.productTypeSn=='543766811373752320'" style="padding-top: 5px;">
|
|
|
+ <text class="item-detail-text">原厂编码:</text>
|
|
|
+ <u-tag :text="nowData.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
|
+ </view>
|
|
|
<view class="item-name">
|
|
|
<text>{{ nowData.name }}</text>
|
|
|
</view>
|
|
@@ -133,6 +137,9 @@
|
|
|
padding: 50rpx 30rpx;
|
|
|
height: 100vh;
|
|
|
.productInfo{
|
|
|
+ .item-detail-text{
|
|
|
+ color: #999;
|
|
|
+ }
|
|
|
> view{
|
|
|
text-align: center;
|
|
|
display: flex;
|
|
@@ -145,7 +152,7 @@
|
|
|
background: rgba(3, 54, 146, 0.15);
|
|
|
border-radius: 20rpx;
|
|
|
color: #033692;
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 28rpx;
|
|
|
}
|
|
|
padding: 10rpx;
|
|
|
}
|