diff --git a/pages/users/online_warehousing/index.vue b/pages/users/online_warehousing/index.vue index b22c69e..85a7a28 100644 --- a/pages/users/online_warehousing/index.vue +++ b/pages/users/online_warehousing/index.vue @@ -142,7 +142,10 @@ } }, onLoad(option) { - // console.log(option); + console.log(option); + if(option.type=="TypeSupplyChain"||option.type=="TypeTownSupplyChain"){ + this.where.product_type = 99; + } this.mer_id = option.mer_id this.getList(); this.data.product_id = option.product_id