master
zhaojian 2 years ago
parent 99b9faeeba
commit 13b9b11cf9

@ -47,7 +47,7 @@ namespace XGL.Views
GetInOutRecordInfo();
}
private void GetInOutRecordInfo()
public void GetInOutRecordInfo()
{
try
{

@ -293,6 +293,8 @@ namespace XGL.Views
private void btnRefresh_Click(object sender, RoutedEventArgs e)
{
GetWorkOrderInfo();
LanJu_InOut lanJu_In = new LanJu_InOut(_workOrderCode, deviceCode);
lanJu_In.GetInOutRecordInfo();
}
private void btnComplete_Click(object sender, RoutedEventArgs e)

@ -12,10 +12,10 @@
mc:Ignorable="d" Loaded="UserControl_Loaded">
<UserControl.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<hc:ThemeResources />
<hc:Theme />
</ResourceDictionary.MergedDictionaries>
<!--<ResourceDictionary.MergedDictionaries>
--><!--<hc:ThemeResources />
<hc:Theme />--><!--
</ResourceDictionary.MergedDictionaries>-->
<Style x:Key="RoundButton" TargetType="Button">
<Setter Property="Width" Value="25" />
<Setter Property="Height" Value="25" />

Loading…
Cancel
Save