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

包件信息

+ 批量查看二维码 补充物料信息
@@ -189,7 +190,7 @@ @size-change="sizeChange" @current-change="currentChange" :current-page="page.currentPage" - :page-sizes="[10, 50, 80, 120]" + :page-sizes="[30, 50, 80, 120]" :page-size="page.pageSize" layout="total, sizes, prev, pager, next, jumper" :total="page.total" @@ -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; @@ -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, '包件信息');