|
|
|
@ -875,11 +875,12 @@ export default {
|
|
|
|
|
//查询入记录 |
|
|
|
|
async getOnRu(page, params = {}) { |
|
|
|
|
this.query = {}; |
|
|
|
|
this.query.marketId = this.queryOwn.marketId; |
|
|
|
|
// this.query.marketId = this.queryOwn.marketId; |
|
|
|
|
this.query.serviceType = this.queryOwn.serviceType; |
|
|
|
|
this.query.materialId = this.queryOwn.materialId; |
|
|
|
|
// this.query.materialId = this.queryOwn.materialId; |
|
|
|
|
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.storeId = |
|
|
|
|
!!this.queryOwn.storeId && this.queryOwn.storeId != '-1' ? this.queryOwn.storeId : null; |
|
|
|
|
if (!!this.queryOwn.pid) { |
|
|
|
|