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