shish 9 месяцев назад
Родитель
Сommit
69e32b4475
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      ghsApp/src/admin/billing/index2.vue

+ 2 - 0
ghsApp/src/admin/billing/index2.vue

@@ -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' : '']"