修改登录页面不带毒麻字眼,修改报表头图片地址。
This commit is contained in:
parent
9f90263a61
commit
a716c3543e
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
|
@ -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
|
||||
{
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
FontSize="28"
|
||||
Foreground="#31ccec"
|
||||
FontWeight="Bold"
|
||||
Text="欢迎登录毒麻药品管理系统">
|
||||
Text="欢迎登录麻醉药品管理系统">
|
||||
</TextBlock>
|
||||
<TextBlock
|
||||
Grid.Row="2"
|
||||
|
|
Loading…
Reference in New Issue