修改登录页面不带毒麻字眼,修改报表头图片地址。

This commit is contained in:
maqiao 2024-09-20 17:38:53 +08:00
parent 9f90263a61
commit a716c3543e
7 changed files with 133 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -269,6 +269,7 @@ namespace DM_Weight.ViewModels
_isFinishClick = true;
foreach (ChannelList lst in ChannelLsts)
{
lst.channelStocks.ForEach(it => it.DrugId = lst.DrugId);
ChannelStocks.AddRange(lst.channelStocks);
}
List<ChannelStock> record = ChannelStocks.FindAll(it => it.AddQuantity != 0).ToList();
@ -294,8 +295,9 @@ namespace DM_Weight.ViewModels
Quantity = it.Quantity + it.AddQuantity,
ManuNo = it.ManuNo,
EffDate = it.EffDate,
DrugId=it.DrugId,
Id = it.Id,
}).UpdateColumns(it => new { it.Quantity, it.ManuNo, it.EffDate }).ExecuteCommand();
}).UpdateColumns(it => new { it.Quantity, it.ManuNo, it.EffDate,it.DrugId }).ExecuteCommand();
}
else
{

View File

@ -56,7 +56,7 @@
FontSize="28"
Foreground="#31ccec"
FontWeight="Bold"
Text="欢迎登录麻药品管理系统">
Text="欢迎登录麻药品管理系统">
</TextBlock>
<TextBlock
Grid.Row="2"