From 4ea15229eb60a3a4dceb1d5207d8f758b7342aa7 Mon Sep 17 00:00:00 2001
From: xzg <4727863@qq.com>
Date: Sun, 20 Oct 2024 15:57:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8=E5=BA=93=E8=AE=A2?=
=?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E5=8C=85=E4=BB=B6=E8=AF=A6=E6=83=85?=
=?UTF-8?q?=E6=90=9C=E7=B4=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../distributionStockArticleDetails.vue | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
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, '包件信息');