|
@@ -184,7 +184,7 @@
|
|
|
</view>
|
|
|
<view class="item-detail">
|
|
|
<view class="item-detail-info">
|
|
|
- <view class="flex" v-if="isTire">
|
|
|
+ <view class="flex" v-if="isTire" style="padding-bottom: 5px;">
|
|
|
<text class="item-detail-text">原厂编码:</text>
|
|
|
<u-tag :text="item.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
|
</view>
|
|
@@ -533,6 +533,7 @@
|
|
|
cost: item.cost,
|
|
|
currentInven: item.currentInven,
|
|
|
code: item.code,
|
|
|
+ origCode: item.origCode,
|
|
|
qty: item.qty,
|
|
|
images: item.images,
|
|
|
checked: true,
|