|
@@ -48,12 +48,6 @@
|
|
</view>
|
|
</view>
|
|
<view class="item-detail">
|
|
<view class="item-detail">
|
|
<view class="item-detail-info">
|
|
<view class="item-detail-info">
|
|
- <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>
|
|
|
|
- </view>
|
|
|
|
<view class="flex justify_between">
|
|
<view class="flex justify_between">
|
|
<view>
|
|
<view>
|
|
<text class="item-detail-text flex_1">{{item.code}}</text>
|
|
<text class="item-detail-text flex_1">{{item.code}}</text>
|
|
@@ -61,6 +55,12 @@
|
|
</view>
|
|
</view>
|
|
<text class="item-detail-text" v-if="item.affiliation=='SHELF'">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
|
|
<text class="item-detail-text" v-if="item.affiliation=='SHELF'">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
|
|
</view>
|
|
</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>
|
|
|
|
+ </view>
|
|
<view class="flex justify_between">
|
|
<view class="flex justify_between">
|
|
<view class="item-detail-text flex_1">
|
|
<view class="item-detail-text flex_1">
|
|
<view @click="openPriceModal(item,1)">
|
|
<view @click="openPriceModal(item,1)">
|
|
@@ -110,16 +110,16 @@
|
|
</view>
|
|
</view>
|
|
<view class="item-detail">
|
|
<view class="item-detail">
|
|
<view class="item-detail-info">
|
|
<view class="item-detail-info">
|
|
|
|
+ <view class="flex justify_between">
|
|
|
|
+ <text class="item-detail-text flex_1">{{item.code}}</text>
|
|
|
|
+ <text class="item-detail-text">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
|
|
|
|
+ </view>
|
|
<view class="flex" v-if="item.productTypeSn=='543766811373752320'">
|
|
<view class="flex" v-if="item.productTypeSn=='543766811373752320'">
|
|
<text class="item-detail-text" style="width: 4.5rem;">原厂编码:</text>
|
|
<text class="item-detail-text" style="width: 4.5rem;">原厂编码:</text>
|
|
<view style="width: 50%;flex-grow: 1;">
|
|
<view style="width: 50%;flex-grow: 1;">
|
|
<u-tag :text="item.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
<u-tag :text="item.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="flex justify_between">
|
|
|
|
- <text class="item-detail-text flex_1">{{item.code}}</text>
|
|
|
|
- <text class="item-detail-text">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
|
|
|
|
- </view>
|
|
|
|
<view class="flex justify_between">
|
|
<view class="flex justify_between">
|
|
<view class="item-detail-text flex_1" @click="openPriceModal(item,0)">
|
|
<view class="item-detail-text flex_1" @click="openPriceModal(item,0)">
|
|
<text class="item-price" :style="{color:!item.price?'#666':''}" v-if="showCarPrice">{{item.price?'¥'+item.price:'暂无价格'}}</text>
|
|
<text class="item-price" :style="{color:!item.price?'#666':''}" v-if="showCarPrice">{{item.price?'¥'+item.price:'暂无价格'}}</text>
|
|
@@ -188,16 +188,16 @@
|
|
</view>
|
|
</view>
|
|
<view class="item-detail">
|
|
<view class="item-detail">
|
|
<view class="item-detail-info">
|
|
<view class="item-detail-info">
|
|
|
|
+ <view class="flex justify_between">
|
|
|
|
+ <text class="item-detail-text flex_1">{{item.code}}</text>
|
|
|
|
+ <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;">
|
|
<view class="flex" v-if="item.productTypeSn=='543766811373752320'" style="padding-bottom: 5px;">
|
|
<text class="item-detail-text" style="width: 4.5rem;">原厂编码:</text>
|
|
<text class="item-detail-text" style="width: 4.5rem;">原厂编码:</text>
|
|
<view style="width: 50%;flex-grow: 1;">
|
|
<view style="width: 50%;flex-grow: 1;">
|
|
<u-tag :text="item.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
<u-tag :text="item.origCode" mode="light" borderColor="#ffffff" type="warning" size="large"></u-tag>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="flex justify_between">
|
|
|
|
- <text class="item-detail-text flex_1">{{item.code}}</text>
|
|
|
|
- <text class="item-detail-text" v-if="item.affiliation!='SUPER_CATALOGUE'">库存:{{item.currentInven?item.currentInven:0}} {{item.unit}}</text>
|
|
|
|
- </view>
|
|
|
|
<view class="flex justify_between">
|
|
<view class="flex justify_between">
|
|
<view class="item-detail-text flex_1">
|
|
<view class="item-detail-text flex_1">
|
|
<text class="item-price" :style="{color:!item.price?'#666':''}" v-if="showCarPrice">{{item.price?'¥'+item.price:'暂无价格'}}</text>
|
|
<text class="item-price" :style="{color:!item.price?'#666':''}" v-if="showCarPrice">{{item.price?'¥'+item.price:'暂无价格'}}</text>
|