From 4058a77cac73f1afed3b4ff52c379d1318ef7a7b Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期一, 19 五月 2025 16:20:08 +0800
Subject: [PATCH] 组拖允许小数

---
 pages/listing/matnrPalletising.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/listing/matnrPalletising.vue b/pages/listing/matnrPalletising.vue
index f55d9af..2419bac 100644
--- a/pages/listing/matnrPalletising.vue
+++ b/pages/listing/matnrPalletising.vue
@@ -105,8 +105,8 @@
 								<view class="title text-blue"><text
 										class="text-red text-xl vertical-middle">*</text>缁勭洏鏁伴噺:
 								</view>
-								<uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty"
-									:step='1'></uni-number-box>
+								<uni-number-box style="width: 70%;" :min="0" :max="max" :decimal="2" :step="0.01" v-model="item.receiptQty"
+									></uni-number-box>
 							</view>
 						</view>
 					</view>

--
Gitblit v1.9.1