Browse Source

修复UI LP2/LP3不能工作 bug

lixiang 1 year ago
parent
commit
6d84fd8e38
1 changed files with 2 additions and 2 deletions
  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>