master
zhaojian 2 years ago
parent 99b9faeeba
commit 13b9b11cf9

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

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

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

Loading…
Cancel
Save