From 4512c610808ba571cb244bf23be35e80e7fb7b96 Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Wed, 14 Jan 2026 14:34:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(MmInventory):=20=E6=81=A2=E5=A4=8D=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BF=AE=E5=A4=8D=E7=89=A9?= =?UTF-8?q?=E6=96=99=E7=BC=96=E7=A0=81=E9=80=89=E6=8B=A9=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 恢复物料管理库存页面的编辑功能,移除注释代码。同时修复物料编码选择框被错误禁用的问题,添加value-key属性确保选项正确绑定。 --- .../materialManagement/productionMaterial/MmInventory.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/materialManagement/productionMaterial/MmInventory.vue b/src/views/materialManagement/productionMaterial/MmInventory.vue index 947c658..40eb440 100644 --- a/src/views/materialManagement/productionMaterial/MmInventory.vue +++ b/src/views/materialManagement/productionMaterial/MmInventory.vue @@ -119,7 +119,7 @@