@@ -193,7 +193,7 @@
shelfCartSn: item?item.shelfCartSn:undefined
}
console.log(params)
- if(item.shelfProductApi&&item.shelfProductApi.enableFlag==0){
+ if(this.isDisable){
uni.showToast({
icon:'none',
title: '此产品已被禁用,不可添加!'