From 701f6c88e668a0a72c87f80d9c1d68b26deb9d87 Mon Sep 17 00:00:00 2001 From: maqiao <625215135@qq.com> Date: Fri, 20 Jun 2025 09:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E6=8D=A2=E4=BA=A4=E6=8E=A5=E6=9F=9C?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=8D=AF=E5=93=81=E6=97=B6=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E7=9A=84=E6=8A=8A=E5=9F=BA=E6=95=B0=E5=86=99?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DM_Weight/ViewModels/ExchangeDialogViewModel.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DM_Weight/ViewModels/ExchangeDialogViewModel.cs b/DM_Weight/ViewModels/ExchangeDialogViewModel.cs index 7457c11..332bfc4 100644 --- a/DM_Weight/ViewModels/ExchangeDialogViewModel.cs +++ b/DM_Weight/ViewModels/ExchangeDialogViewModel.cs @@ -355,6 +355,7 @@ namespace DM_Weight.ViewModels DrawerType = 1, Chnguid = _ChannelStock.Chnguid, Id = csId, + BaseQuantity= _ChannelStock.BaseQuantity }).ExecuteCommand(); } string csToId = Guid.NewGuid().ToString(); @@ -403,6 +404,7 @@ namespace DM_Weight.ViewModels DrawerType = 1, Chnguid = currentChannelStock.Chnguid, Id = csToId, + BaseQuantity= currentChannelStock.BaseQuantity }).ExecuteCommand(); } }