Browse Source

修复库存品列表查询

dev-xx
马远东 7 months ago
parent
commit
b385766b41
  1. 2
      src/views/distribution/inventory/distributionStockListDetails.vue
  2. 1
      src/views/mail/inventory/list.vue

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

@ -1265,7 +1265,7 @@ export default {
this.query.marketId = this.$route.query.marketId;
this.query.materialId = this.$route.query.materialId;
this.query.id = this.$route.query.id;
this.query.incomingBatch=this.$route.query.incomingBatch
// getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
// const data = res.data.data;
// this.page.total = data.total;

1
src/views/mail/inventory/list.vue

@ -874,6 +874,7 @@ export default {
query: {
id: row.row.id,
name: row.row.descriptionGoods + ' — 明细',
incomingBatch:row.row.incomingBatch,
},
});
},

Loading…
Cancel
Save