app.config添加交接柜的machine_id,交接柜补药页面去掉报表按钮
This commit is contained in:
parent
2baf8ffc3a
commit
bf4342a57f
|
@ -13,6 +13,8 @@
|
||||||
|
|
||||||
<!-- 设备id -->
|
<!-- 设备id -->
|
||||||
<add key="machineId" value="DM3" />
|
<add key="machineId" value="DM3" />
|
||||||
|
<!--交接柜设备id-->
|
||||||
|
<add key="jj_machineId" value="DM5" />
|
||||||
<!--请领药库-->
|
<!--请领药库-->
|
||||||
<add key="colloctedId" value="住院,DM2,门诊,DM22" />
|
<add key="colloctedId" value="住院,DM2,门诊,DM22" />
|
||||||
<!-- 供应单位 -->
|
<!-- 供应单位 -->
|
||||||
|
|
|
@ -58,14 +58,14 @@
|
||||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||||
Content="取消" />-->
|
Content="取消" />-->
|
||||||
|
|
||||||
<Button
|
<Button Visibility="Collapsed"
|
||||||
Margin="3 0 3 0"
|
Margin="3 0 3 0"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Command="{Binding RejectReport_Download}"
|
Command="{Binding RejectReport_Download}"
|
||||||
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
Style="{StaticResource MaterialDesignOutlinedLightButton}"
|
||||||
Content="注射剂报表" />
|
Content="注射剂报表" />
|
||||||
|
|
||||||
<Button
|
<Button Visibility="Collapsed"
|
||||||
Margin="3 0 3 0"
|
Margin="3 0 3 0"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Command="{Binding Account_Download}"
|
Command="{Binding Account_Download}"
|
||||||
|
|
Loading…
Reference in New Issue