From 99efe5890854f8a7d9122cd205175cec5086e44e Mon Sep 17 00:00:00 2001 From: wanghao Date: Fri, 5 Dec 2025 13:23:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(wms):=20=E6=A0=B7=E5=93=81=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E6=AF=8F=E6=AC=A1=E5=A2=9E=E5=8A=A0=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/inStockBill/index.vue | 2 +- src/views/wms/outStockBill/index.vue | 2 +- src/views/wms/sampleLedger/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wms/inStockBill/index.vue b/src/views/wms/inStockBill/index.vue index a8b6da5..9c0e93e 100644 --- a/src/views/wms/inStockBill/index.vue +++ b/src/views/wms/inStockBill/index.vue @@ -253,7 +253,7 @@ v-model="scope.row.inStockAmount" :min="1" :precision="2" - :step="0.5" + :step="1" controls-position="right" size="small" placeholder="请输入数量" diff --git a/src/views/wms/outStockBill/index.vue b/src/views/wms/outStockBill/index.vue index 3611418..7184948 100644 --- a/src/views/wms/outStockBill/index.vue +++ b/src/views/wms/outStockBill/index.vue @@ -261,7 +261,7 @@ v-model="scope.row.outStockAmount" :min="0" :precision="2" - :step="0.5" + :step="1" :max="scope.row.inventoryAmount" @change="calculateTotalPrice(scope.row)" controls-position="right" diff --git a/src/views/wms/sampleLedger/index.vue b/src/views/wms/sampleLedger/index.vue index b090162..0ccc20e 100644 --- a/src/views/wms/sampleLedger/index.vue +++ b/src/views/wms/sampleLedger/index.vue @@ -249,7 +249,7 @@ v-model="scope.row.lentQty" :min="0" :precision="2" - :step="0.5" + :step="1" :max="scope.row.inventoryAmount" controls-position="right" size="small"