Преглед изворни кода

修复UI LP2/LP3不能工作 bug

lixiang пре 1 година
родитељ
комит
6d84fd8e38
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      Venus/Venus_MainPages/Views/OperationOverView.xaml

+ 2 - 2
Venus/Venus_MainPages/Views/OperationOverView.xaml

@@ -392,10 +392,10 @@
                     <local:WaferAssociationUnit                  WAInfo="{Binding LP1WaferAssociation}" ButtonIsEnable="{Binding RtDataValues[System.IsAutoMode],Converter={StaticResource BoolToBool}}"/>
                 </TabPanel>
                 <TabPanel Canvas.Left="900"  Canvas.Top="140" Visibility="{Binding ElementName=JobRadioButton2,Path=IsChecked,Converter={StaticResource boolToVisibility2}}" >
-                    <local:WaferAssociationUnit   WAInfo="{Binding LP2WaferAssociation}"/>
+                    <local:WaferAssociationUnit   WAInfo="{Binding LP2WaferAssociation}" ButtonIsEnable="{Binding RtDataValues[System.IsAutoMode],Converter={StaticResource BoolToBool}}"/>
                 </TabPanel>
                 <TabPanel Canvas.Left="900"  Canvas.Top="140" Visibility="{Binding ElementName=JobRadioButton3,Path=IsChecked,Converter={StaticResource boolToVisibility2}}" >
-                    <local:WaferAssociationUnit                    WAInfo="{Binding LP3WaferAssociation}"/>
+                    <local:WaferAssociationUnit                    WAInfo="{Binding LP3WaferAssociation}" ButtonIsEnable="{Binding RtDataValues[System.IsAutoMode],Converter={StaticResource BoolToBool}}"/>
                 </TabPanel>