|
|
@@ -65,6 +65,8 @@
|
|
|
<text>库存 {{ customData.stock?parseFloat(customData.stock):0 }}</text>
|
|
|
<text style="margin-left:14upx;">¥{{ parseFloat(customData.price) }}</text>
|
|
|
<text style="margin-left:14upx;">{{customData.ratio}}{{customData.smallUnit}}/{{customData.bigUnit}}</text>
|
|
|
+ <!-- 花样年花,要求不显示成本,其他批发商需要 -->
|
|
|
+ <text style="margin-left:14upx;" v-if="customData.mainId!=1553">成本 {{customData.cost?parseFloat(customData.cost):0}}</text>
|
|
|
</view>
|
|
|
<view class="num_bx">
|
|
|
<input style="width:280upx" v-model="customData.userPrice" @focus="customData.userPrice = null" :class="[Number(customData.cost) > Number(customData.userPrice) ? 'warning-price' : '']"
|