|
|
@@ -83,7 +83,7 @@ export default {
|
|
|
if(style == 1){
|
|
|
//选择
|
|
|
if(this.$util.isScanEnv()){
|
|
|
- this.$util.pageTo({url: '/pagesStorehouse/allot/addExDetails',type:2,query: {inShopId: item.id,inshopName:item.shopName}})
|
|
|
+ this.$util.pageTo({url: '/pagesStorehouse/allot/addExDetails',type:2,query: {inShopId: item.id,inShopName:item.shopName}})
|
|
|
}else{
|
|
|
this.$util.pageTo({url: '/pagesStorehouse/allot/exSelect',type:2,query: {inShopId: item.id,inShopName:item.shopName}})
|
|
|
}
|