|
@@ -56,10 +56,7 @@
|
|
|
<text class="item-detail-text" v-if="item.affiliation=='SHELF'">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
|
|
|
</view>
|
|
|
<view class="flex" v-if="item.productTypeSn=='543766811373752320'">
|
|
|
- <text class="item-detail-text" style="width: 4.5rem;">原厂编码:</text>
|
|
|
- <view style="width: 50%;flex-grow: 1;">
|
|
|
- <u-tag :text="item.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
|
- </view>
|
|
|
+ <u-tag :text="item.origCode" mode="light" borderColor="#ffffff" shape="circle" type="success"></u-tag>
|
|
|
</view>
|
|
|
<view class="flex justify_between">
|
|
|
<view class="item-detail-text flex_1">
|
|
@@ -115,10 +112,7 @@
|
|
|
<text class="item-detail-text">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
|
|
|
</view>
|
|
|
<view class="flex" v-if="item.productTypeSn=='543766811373752320'">
|
|
|
- <text class="item-detail-text" style="width: 4.5rem;">原厂编码:</text>
|
|
|
- <view style="width: 50%;flex-grow: 1;">
|
|
|
- <u-tag :text="item.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
|
- </view>
|
|
|
+ <u-tag :text="item.origCode" mode="light" borderColor="#ffffff" shape="circle" type="success"></u-tag>
|
|
|
</view>
|
|
|
<view class="flex justify_between">
|
|
|
<view class="item-detail-text flex_1" @click="openPriceModal(item,0)">
|
|
@@ -193,10 +187,7 @@
|
|
|
<text class="item-detail-text" v-if="item.affiliation!='SUPER_CATALOGUE'">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
|
|
|
</view>
|
|
|
<view class="flex" v-if="item.productTypeSn=='543766811373752320'" style="padding-bottom: 5px;">
|
|
|
- <text class="item-detail-text" style="width: 4.5rem;">原厂编码:</text>
|
|
|
- <view style="width: 50%;flex-grow: 1;">
|
|
|
- <u-tag :text="item.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
|
- </view>
|
|
|
+ <u-tag :text="item.origCode" mode="light" borderColor="#ffffff" shape="circle" type="success"></u-tag>
|
|
|
</view>
|
|
|
<view class="flex justify_between">
|
|
|
<view class="item-detail-text flex_1">
|
|
@@ -828,6 +819,10 @@
|
|
|
padding: 10upx 0 4upx;
|
|
|
/deep/ .u-tag{
|
|
|
word-break: break-all;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #0fab04eee;
|
|
|
+ border: 0;
|
|
|
+ padding: 0.2rem 0.3rem;
|
|
|
}
|
|
|
> view{
|
|
|
padding-bottom: 10rpx;
|
|
@@ -933,6 +928,10 @@
|
|
|
padding: 10upx 0 4upx;
|
|
|
/deep/ .u-tag{
|
|
|
word-break: break-all;
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #0fab04eee;
|
|
|
+ border: 0;
|
|
|
+ padding: 0.2rem 0.3rem;
|
|
|
}
|
|
|
> view{
|
|
|
padding-bottom: 20rpx;
|