From b6b2c379bd92f076acd16801b1442604ea21fc5d Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期三, 27 八月 2025 17:30:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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