Просмотр исходного кода

供货商、零售端 判断去除价格

jf 5 лет назад
Родитель
Сommit
31f41704eb

+ 6 - 5
ghsApp/src/pagesStorehouse/inventory/select.vue

@@ -110,11 +110,12 @@
 			padding="30rpx 30rpx"
 			padding="30rpx 30rpx"
 		>
 		>
 		</modal-module>
 		</modal-module>
-		<FooterCart
-			:price="allPrice"
-			:count="allCount"
-			@confirm="confirmSelectEvent"
-		></FooterCart>
+		<FooterCart :offPrice="true" :price="allPrice" :count="allCount" @confirm="confirmSelectEvent"></FooterCart>
+<!--		<FooterCart-->
+<!--			:price="allPrice"-->
+<!--			:count="allCount"-->
+<!--			@confirm="confirmSelectEvent"-->
+<!--		></FooterCart>-->
 	</view>
 	</view>
 </template>
 </template>
 
 

+ 1 - 0
hdApp/src/pagesStorehouse/inventory/select.vue

@@ -33,6 +33,7 @@
 						</view>
 						</view>
 						<template v-for="(productItem, productIndex) in classItem.child">
 						<template v-for="(productItem, productIndex) in classItem.child">
 							<Commondity
 							<Commondity
+								:offPrice="true"
 								:key="productIndex"
 								:key="productIndex"
 								:info="productItem"
 								:info="productItem"
 								:bigCount="
 								:bigCount="