From 4617951af57412dcf13c2c70ccefbd49196ff49a Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期五, 01 八月 2025 14:08:12 +0800
Subject: [PATCH] 库位号添加禁用规则

---
 src/views/tms/stocktakingBound/modules/ToolsStocktakingBoundModal.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/tms/stocktakingBound/modules/ToolsStocktakingBoundModal.vue b/src/views/tms/stocktakingBound/modules/ToolsStocktakingBoundModal.vue
index c07bfe8..28184ab 100644
--- a/src/views/tms/stocktakingBound/modules/ToolsStocktakingBoundModal.vue
+++ b/src/views/tms/stocktakingBound/modules/ToolsStocktakingBoundModal.vue
@@ -83,7 +83,7 @@
         <a-input-number :disabled="disableSubmit" :value="text" v-if="col.dataIndex == 'practicalQuantity'" :min="0"
                         :max="99999"
                         @change="(e) => handleChange(e, record.key, col, index)" style="width: 100%;" />
-        <a-input-number :value="text" v-if="col.dataIndex == 'differenceValue'" :min="0" :max="99999"
+        <a-input-number :value="text" v-if="col.dataIndex == 'differenceValue'"
                         :disabled="true" @change="(e) => handleChange(e, record.key, col, index)"
                         style="width: 100%;" />
         <j-dict-select-tag :value="text" v-if="col.dataIndex == 'surplusDeficit'"

--
Gitblit v1.9.3