Browse Source

零售端开单优化

jiangfeng 5 năm trước cách đây
mục cha
commit
094f46ff74
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      hdApp/src/components/module/app-goods-commodity.vue

+ 4 - 0
hdApp/src/components/module/app-goods-commodity.vue

@@ -94,6 +94,10 @@ export default {
 			this.isGoodsStyle = false;
 		},
 		addEvents() {
+			if(this.info.goodsStyle>0){
+				this.showGoodsStyle();
+				return
+			}
 			this.animationFun('add');
 			this.$emit("addGoods", this.info);
 		},