diff --git a/src/views/distribution/inventory/distributionStockArticleDetails.vue b/src/views/distribution/inventory/distributionStockArticleDetails.vue index 222bc287..42e011b2 100644 --- a/src/views/distribution/inventory/distributionStockArticleDetails.vue +++ b/src/views/distribution/inventory/distributionStockArticleDetails.vue @@ -121,6 +121,7 @@

包件信息

+ 批量查看二维码 补充物料信息
@@ -275,7 +276,7 @@ - + - + div>div'); @@ -691,7 +692,7 @@ export default { console.log('>>>', asm); updateParcelList(asm).then(() => { this.materialBox = false; - this.onLoadOwn(this.page); + this.package(); this.$message({ type: 'success', message: '操作成功!', @@ -972,6 +973,9 @@ export default { handleClearTableQuery(zerocolumnList); this.onLoadOwn(); }, + packsearchChange(){ + this.package() + }, searchReset() { this.query = {}; this.page.currentPage = 1; @@ -1232,11 +1236,11 @@ export default { }, currentChange(currentPage) { this.page.currentPage = currentPage; - this.onLoadOwn(this.page); + this.package() }, sizeChange(pageSize) { this.page.pageSize = pageSize; - this.onLoadOwn(this.page); + this.package() }, onLoad(page, params = {}) { try { @@ -1297,6 +1301,7 @@ export default { current: this.page.currentPage, size: this.page.pageSize, stockArticleId: this.$route.query.id, + ... this.queryPage, }; let _res = await getPackageList(_data); console.log(_res, '包件信息'); diff --git a/src/views/distribution/stockup/distributionStockupMarket.vue b/src/views/distribution/stockup/distributionStockupMarket.vue index 26662383..a6141546 100644 --- a/src/views/distribution/stockup/distributionStockupMarket.vue +++ b/src/views/distribution/stockup/distributionStockupMarket.vue @@ -747,7 +747,7 @@ export default { this.forkliftData = fo; }); // await this.getStorageArea(); - await this.getTeam(); + // await this.getTeam(); }, //查询班组 async getTeam() {