Browse Source

bug 修复

lilei 2 years ago
parent
commit
f7c199e15e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/queryByCode/confirmQh.vue

+ 3 - 1
pages/queryByCode/confirmQh.vue

@@ -16,7 +16,9 @@
 					<view v-if="showPrice[1]=='PURCHASES_PRICE'">
 						价格:<text class="item-price" v-if="isAdmin || showPrice[2]">{{nowData.cost||0}}</text>
 					</view>
-					价格:<text v-else class="item-price">{{nowData.price||0}}</text>
+					<view v-else>
+						价格:<text class="item-price">{{nowData.price||0}}</text>
+					</view>
 				</view>
 				<view>
 					可用库存:<text>{{nowData.currentInven}}</text>{{nowData.unit}}