shish 5 ay önce
ebeveyn
işleme
76019ec39e
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      ghsApp/src/admin/item/list2.vue

+ 2 - 0
ghsApp/src/admin/item/list2.vue

@@ -47,6 +47,7 @@
 							<view v-if="!$util.isEmpty(globalItemData)">
 								<template v-for="(productItem, productIndex) in globalItemData">
 									<view class="item_list_title" v-if="productItem.className && productItem.className!=''">{{ productItem.className }}</view>
+									<!-- 下面这个key显示有问题,不要动,动了好像会有问题!!!! -->
 									<view style="height:255upx" :key="productIndex">
 										<ItemStock :info="productItem" @moreAction="moreAction" 
 										@doPrintLabel="doPrintLabel" @cancelDiscountFn="cancelDiscountFn" @cancelFullOff="cancelFullOff"
@@ -372,6 +373,7 @@ export default {
 		},
 		changeHasStock(check){
 			this.globalLookStock = check
+			this.globalOnStock = 0
 			this.reGetGlobalProductList()
 		},
 		changeOnStock(){