Browse Source

入库明细传值修改

dev-xx
马远东 11 months ago
parent
commit
b4d342fdb8
  1. 7
      src/views/distribution/inventory/distributionStockListDetails.vue

7
src/views/distribution/inventory/distributionStockListDetails.vue

@ -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) {

Loading…
Cancel
Save