From ed6530ee52fc73b8c4f29ae9f91a63ab57d7b63a Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 8 Jul 2024 09:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E5=85=A5=E5=BA=93-=E5=8A=A0?= =?UTF-8?q?=E5=A4=A7=E5=8F=AF=E5=85=A5=E5=BA=93=E7=9A=84=E9=99=90=E5=88=B6?= =?UTF-8?q?=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/warehouseManage/warehousing/Inventory/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sgzb-ui/src/views/warehouseManage/warehousing/Inventory/index.vue b/sgzb-ui/src/views/warehouseManage/warehousing/Inventory/index.vue index 8b65d44b..b2725e99 100644 --- a/sgzb-ui/src/views/warehouseManage/warehousing/Inventory/index.vue +++ b/sgzb-ui/src/views/warehouseManage/warehousing/Inventory/index.vue @@ -203,7 +203,7 @@ placeholder="请输入待入库总数" clearable :min="1" - :max="99" + :max="99999" :controls="false" style="width: 13vw" /> @@ -738,7 +738,7 @@ clearable :controls="false" :min="1" - :max="99" + :max="99999" style="width: 10vw" />