|
|
@@ -134,7 +134,8 @@ export default {
|
|
|
},
|
|
|
gotoSelectPage() {
|
|
|
let pdType = this.option.pdType ? this.option.pdType: ''
|
|
|
- uni.navigateTo({ url:"/pagesStorehouse/inventory/select?pdType="+pdType,type:2})
|
|
|
+ let shopId = this.option.shopId || 0
|
|
|
+ this.$util.pageTo({url:"/pagesStorehouse/inventory/select?pdType="+pdType+"&shopId="+shopId,type:2})
|
|
|
},
|
|
|
getInfo(){
|
|
|
return currentShop().then(res => {
|