交换交接柜中的药品时没有批次的把基数写入

This commit is contained in:
maqiao 2025-06-20 09:17:12 +08:00
parent 5970654ffe
commit 701f6c88e6
1 changed files with 2 additions and 0 deletions

View File

@ -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();
}
}