소스 검색

零售端开单优化

jiangfeng 5 년 전
부모
커밋
094f46ff74
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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);
 		},