Browse Source

入库明细参数添加

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

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

@ -875,11 +875,11 @@ 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;
console.log(this.query.stockListId,'this.query.stockListId');
this.query.storeId =

Loading…
Cancel
Save