添加药品请领菜单

This commit is contained in:
maqiao 2024-05-29 08:37:19 +08:00
parent c9de968c55
commit 65cd5f2460
4 changed files with 24 additions and 3 deletions

View File

@ -8,13 +8,25 @@ EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {439FA76B-F874-40DB-BAF2-E3647CD55B10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Debug|Any CPU.Build.0 = Debug|Any CPU {439FA76B-F874-40DB-BAF2-E3647CD55B10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Release|Any CPU.ActiveCfg = Release|Any CPU {439FA76B-F874-40DB-BAF2-E3647CD55B10}.Debug|x64.ActiveCfg = Debug|x64
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Release|Any CPU.Build.0 = Release|Any CPU {439FA76B-F874-40DB-BAF2-E3647CD55B10}.Debug|x64.Build.0 = Debug|x64
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Debug|x86.ActiveCfg = Debug|x86
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Debug|x86.Build.0 = Debug|x86
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Release|Any CPU.Build.0 = Debug|Any CPU
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Release|x64.ActiveCfg = Release|x64
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Release|x64.Build.0 = Release|x64
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Release|x86.ActiveCfg = Debug|x86
{439FA76B-F874-40DB-BAF2-E3647CD55B10}.Release|x86.Build.0 = Debug|x86
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

View File

@ -60,7 +60,7 @@
<add key="MultiOrder" value="1"/> <add key="MultiOrder" value="1"/>
<!-- 多批次抽屉加药 0:不启用 1启用 <!-- 多批次抽屉加药 0:不启用 1启用
启用channel_list记录库位信息 --> 启用channel_list记录库位信息 -->
<add key="MultiBatch" value="1"/> <add key="MultiBatch" value="0"/>
<!--海康威视IP--> <!--海康威视IP-->
<add key="HIKIP" value="192.168.1.15"/> <add key="HIKIP" value="192.168.1.15"/>

View File

@ -8,6 +8,7 @@
<PackageIcon></PackageIcon> <PackageIcon></PackageIcon>
<Product>毒麻管理程序</Product> <Product>毒麻管理程序</Product>
<ApplicationIcon>Images\favicon.ico</ApplicationIcon> <ApplicationIcon>Images\favicon.ico</ApplicationIcon>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -256,6 +256,14 @@ namespace DM_Weight.ViewModels
}; };
jiayaoChild.Add(jiayao5); jiayaoChild.Add(jiayao5);
} }
PremissionDm jiayao6 = new PremissionDm
{
Id = 26,
PremissionName = "药品请领",
PremissionPath = "CollectDrugWindow",
};
jiayaoChild.Add(jiayao6);
jiayaoChild.Add(jiayao1); jiayaoChild.Add(jiayao1);
jiayaoChild.Add(jiayao2); jiayaoChild.Add(jiayao2);
jiayaoChild.Add(jiayao3); jiayaoChild.Add(jiayao3);