From ed701f236093432ac5ccfa056deef848a8c6562f Mon Sep 17 00:00:00 2001
From: maqiao <625215135@qq.com>
Date: Thu, 25 Sep 2025 13:51:33 +0800
Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E9=80=89=E5=8F=96=E8=8D=AF=E6=97=B6?=
=?UTF-8?q?=E5=86=99=E6=A0=87=E7=AD=BE=E6=95=B0=E9=87=8F=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E4=BC=A0=E9=80=92=E5=8F=82=E6=95=B0=E3=80=82=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=E5=8F=96=E8=8D=AF=E6=9F=A5=E8=AF=A2=EF=BC=88=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E5=BA=93=E4=B8=ADorder=5Finfo\drug=5Finfo\channel=5Fstock?=
=?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E7=B4=A2=E5=BC=95=EF=BC=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
DM_Weight/App.config | 4 ++--
DM_Weight/ViewModels/SelfTakeDialogViewModel.cs | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DM_Weight/App.config b/DM_Weight/App.config
index c83a765..fd51ad6 100644
--- a/DM_Weight/App.config
+++ b/DM_Weight/App.config
@@ -42,7 +42,7 @@
-
+
-
+
diff --git a/DM_Weight/ViewModels/SelfTakeDialogViewModel.cs b/DM_Weight/ViewModels/SelfTakeDialogViewModel.cs
index ebbd631..2bc1d84 100644
--- a/DM_Weight/ViewModels/SelfTakeDialogViewModel.cs
+++ b/DM_Weight/ViewModels/SelfTakeDialogViewModel.cs
@@ -391,7 +391,7 @@ namespace DM_Weight.ViewModels
_portUtil.ShowContent(csList[0].DrawerNo, csList[0].ColNo);
Thread.Sleep(200);
//将库位多批次的总库存数更新标签
- _portUtil.WriteQuantity(csList[i].DrawerNo, csList[i].ColNo, totalQuantity);
+ _portUtil.WriteQuantity(csList[0].DrawerNo, csList[0].ColNo, totalQuantity);
Thread.Sleep(200);
}
else