|
|
@@ -782,7 +782,9 @@ export default {
|
|
|
return dateStr.substr(2, 14)
|
|
|
},
|
|
|
goTree(item){
|
|
|
- this.$util.pageTo({url: '/pagesOrder/tree?orderSn='+this.detailInfo.orderSn+'&productId='+item.productId})
|
|
|
+ if(item.kind == 2 || Number(item.dishNum) > 0){
|
|
|
+ this.$util.pageTo({url: '/pagesOrder/tree?orderSn='+this.detailInfo.orderSn+'&productId='+item.productId})
|
|
|
+ }
|
|
|
},
|
|
|
printTree(item){
|
|
|
this.treePrintItem = item
|