From e75a2256ab52531600a97cef11f4af8c6091939e Mon Sep 17 00:00:00 2001 From: wanghao Date: Thu, 8 Jan 2026 14:16:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(wms):=20=E7=89=A9=E6=96=99=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=BC=B9=E7=AA=97=E5=93=81=E7=89=8C=E7=AD=9B=E9=80=89?= =?UTF-8?q?=EF=BC=8C=E5=88=86=E9=A1=B5=E6=95=B0=E9=87=8F=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=EF=BC=8C=E7=B2=BE=E7=AE=80=E5=BF=85=E8=A6=81=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/WmsProductSelect/index.vue | 20 ++++++++++++-------- src/views/wms/inStockBill/index.vue | 6 +++--- src/views/wms/wmsBaseProduct/index.vue | 3 +++ 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/src/components/WmsProductSelect/index.vue b/src/components/WmsProductSelect/index.vue index 40876bd..762709b 100644 --- a/src/components/WmsProductSelect/index.vue +++ b/src/components/WmsProductSelect/index.vue @@ -13,11 +13,14 @@ - + + + + 搜索 重置 @@ -50,15 +53,16 @@ + - - - - + + + + ({ pageNum: 1, - pageSize: 10, + pageSize: 50, productCode: undefined, productName: undefined, activeFlag: undefined, diff --git a/src/views/wms/inStockBill/index.vue b/src/views/wms/inStockBill/index.vue index ea40606..d729a6e 100644 --- a/src/views/wms/inStockBill/index.vue +++ b/src/views/wms/inStockBill/index.vue @@ -256,9 +256,9 @@ :step="1" controls-position="right" size="small" - placeholder="请输入数量"/> - - + placeholder="请输入数量" + /> + diff --git a/src/views/wms/wmsBaseProduct/index.vue b/src/views/wms/wmsBaseProduct/index.vue index 72f5fb2..196ee49 100644 --- a/src/views/wms/wmsBaseProduct/index.vue +++ b/src/views/wms/wmsBaseProduct/index.vue @@ -10,6 +10,9 @@ + + +