|
@@ -151,7 +151,7 @@ export default {
|
|
|
createStockInPdItem({ids:JSON.stringify(ids)}).then(res=>{
|
|
createStockInPdItem({ids:JSON.stringify(ids)}).then(res=>{
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
- that.$util.pageTo({ url: '/pagesStorehouse/inventory/select?pdType=stockInPd&shopId='+this.getLoginInfo.shopId})
|
|
|
|
|
|
|
+ that.$util.pageTo({ url: '/pagesStorehouse/inventory/select?pdType=stockInPd&shopId='+this.getLoginInfo.shopId,type:2})
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|