Browse Source

花样年华 出车 不显示成本

shish 9 tháng trước cách đây
mục cha
commit
331b13d083
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      ghsApp/src/admin/billing/index2.vue

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

@@ -65,8 +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.avCost?parseFloat(customData.avCost):0}}</text>
+						<!-- 花样年花门店和出车,要求不显示成本,其他批发商需要 -->
+						<text style="margin-left:14upx;" v-if="customData.mainId!=1553 && customData.mainId!=1563">成本 {{customData.avCost?parseFloat(customData.avCost):0}}</text>
 					</view>
 					<view class="num_bx">
 						<input style="width:280upx" v-model="customData.userPrice" @focus="customData.userPrice = null" :class="[Number(customData.avCost) > Number(customData.userPrice) ? 'warning-price' : '']"