|
|
@ -881,6 +881,7 @@ export default { |
|
|
|
this.query.warehouseId = this.queryOwn.warehouseId; |
|
|
|
this.query.warehouseId = this.queryOwn.warehouseId; |
|
|
|
// this.query.incomingBatch = this.$route.query.incomingBatch; |
|
|
|
// this.query.incomingBatch = this.$route.query.incomingBatch; |
|
|
|
this.query.stockListId=this.$route.query.id; |
|
|
|
this.query.stockListId=this.$route.query.id; |
|
|
|
|
|
|
|
console.log(this.query.stockListId,'this.query.stockListId'); |
|
|
|
this.query.storeId = |
|
|
|
this.query.storeId = |
|
|
|
!!this.queryOwn.storeId && this.queryOwn.storeId != '-1' ? this.queryOwn.storeId : null; |
|
|
|
!!this.queryOwn.storeId && this.queryOwn.storeId != '-1' ? this.queryOwn.storeId : null; |
|
|
|
if (!!this.queryOwn.pid) { |
|
|
|
if (!!this.queryOwn.pid) { |
|
|
|