|
|
@@ -345,6 +345,12 @@
|
|
|
<RowDefinition Height="Auto" />
|
|
|
<RowDefinition Height="Auto" />
|
|
|
<RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="auto" />
|
|
|
@@ -443,31 +449,51 @@
|
|
|
Margin="6,2" />
|
|
|
|
|
|
<TextBlock Grid.Row="9"
|
|
|
+ Grid.Column="0"
|
|
|
+ Text="LogUrl:"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalAlignment="Center" />
|
|
|
+ <TextBox Grid.Row="9"
|
|
|
+ Grid.Column="1"
|
|
|
+ Text="{Binding SelectDeviceInfo.LogUrl, Mode=TwoWay}"
|
|
|
+ Margin="6,2" />
|
|
|
+
|
|
|
+ <TextBlock Grid.Row="10"
|
|
|
+ Grid.Column="0"
|
|
|
+ Text="apikey:"
|
|
|
+ HorizontalAlignment="Right"
|
|
|
+ VerticalAlignment="Center" />
|
|
|
+ <TextBox Grid.Row="10"
|
|
|
+ Grid.Column="1"
|
|
|
+ Text="{Binding SelectDeviceInfo.ApiKey, Mode=TwoWay}"
|
|
|
+ Margin="6,2" />
|
|
|
+
|
|
|
+ <TextBlock Grid.Row="11"
|
|
|
Grid.Column="0"
|
|
|
Text="启用 MES:"
|
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center" />
|
|
|
- <CheckBox Grid.Row="9"
|
|
|
+ <CheckBox Grid.Row="11"
|
|
|
Grid.Column="1"
|
|
|
IsChecked="{Binding SelectDeviceInfo.EnableMES, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|
|
|
- <CheckBox Grid.Row="10"
|
|
|
+ <CheckBox Grid.Row="12"
|
|
|
Grid.Column="1"
|
|
|
Content="是否启用两次产品编号"
|
|
|
IsChecked="{Binding SelectDeviceInfo.EnableDoubleMes, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|
|
|
- <CheckBox Grid.Row="11"
|
|
|
+ <CheckBox Grid.Row="13"
|
|
|
Grid.Column="1"
|
|
|
Content="是否保存CSV文件"
|
|
|
IsChecked="{Binding SelectDeviceInfo.SaveCsv, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|
|
|
- <TextBlock Grid.Row="12"
|
|
|
+ <TextBlock Grid.Row="14"
|
|
|
Grid.Column="0"
|
|
|
Text="保存的CSV文件路径:"
|
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center" />
|
|
|
<DockPanel HorizontalAlignment="Stretch"
|
|
|
- Grid.Row="12"
|
|
|
+ Grid.Row="14"
|
|
|
Grid.Column="1"
|
|
|
Margin="6,2">
|
|
|
<Button DockPanel.Dock="Right"
|
|
|
@@ -482,12 +508,12 @@
|
|
|
|
|
|
</DockPanel>
|
|
|
<!--CTQ 数据信息-->
|
|
|
- <TextBlock Grid.Row="13"
|
|
|
+ <TextBlock Grid.Row="15"
|
|
|
Grid.Column="0"
|
|
|
Text="PROCESS_NAME:"
|
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center" />
|
|
|
- <TextBox Grid.Row="13"
|
|
|
+ <TextBox Grid.Row="15"
|
|
|
Grid.Column="1"
|
|
|
Text="{Binding SelectDeviceInfo.DataInfo.PROCESS_NAME, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|
|
|
@@ -512,62 +538,62 @@
|
|
|
Text="{Binding SelectDeviceInfo.DataInfo.CTQ_USL_Pressure, Mode=TwoWay}"
|
|
|
Margin="6,2" />-->
|
|
|
|
|
|
- <TextBlock Grid.Row="16"
|
|
|
+ <TextBlock Grid.Row="18"
|
|
|
Grid.Column="0"
|
|
|
Text="SUPPLIER_NAME:"
|
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center" />
|
|
|
- <TextBox Grid.Row="16"
|
|
|
+ <TextBox Grid.Row="18"
|
|
|
Grid.Column="1"
|
|
|
Text="{Binding SelectDeviceInfo.DataInfo.SUPPLIER_NAME, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|
|
|
|
|
|
- <TextBlock Grid.Row="17"
|
|
|
+ <TextBlock Grid.Row="19"
|
|
|
Grid.Column="0"
|
|
|
Text="COMMODITY_TYPE:"
|
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center" />
|
|
|
- <TextBox Grid.Row="17"
|
|
|
+ <TextBox Grid.Row="19"
|
|
|
Grid.Column="1"
|
|
|
Text="{Binding SelectDeviceInfo.DataInfo.COMMODITY_TYPE, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|
|
|
|
|
|
- <TextBlock Grid.Row="18"
|
|
|
+ <TextBlock Grid.Row="20"
|
|
|
Grid.Column="0"
|
|
|
Text="REVISION:"
|
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center" />
|
|
|
- <TextBox Grid.Row="18"
|
|
|
+ <TextBox Grid.Row="20"
|
|
|
Grid.Column="1"
|
|
|
Text="{Binding SelectDeviceInfo.DataInfo.REVISION, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|
|
|
|
|
|
- <TextBlock Grid.Row="19"
|
|
|
+ <TextBlock Grid.Row="21"
|
|
|
Grid.Column="0"
|
|
|
Text="MFG_LOT#:"
|
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center" />
|
|
|
- <TextBox Grid.Row="19"
|
|
|
+ <TextBox Grid.Row="21"
|
|
|
Grid.Column="1"
|
|
|
Text="{Binding SelectDeviceInfo.DataInfo.MFG_LOT, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|
|
|
|
|
|
- <TextBlock Grid.Row="20"
|
|
|
+ <TextBlock Grid.Row="22"
|
|
|
Grid.Column="0"
|
|
|
Text="MFG_ASSY_LINE:"
|
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center" />
|
|
|
- <TextBox Grid.Row="20"
|
|
|
+ <TextBox Grid.Row="22"
|
|
|
Grid.Column="1"
|
|
|
Text="{Binding SelectDeviceInfo.DataInfo.MFG_ASSY_LINE, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|
|
|
|
|
|
- <TextBlock Grid.Row="21"
|
|
|
+ <TextBlock Grid.Row="23"
|
|
|
Grid.Column="0"
|
|
|
Text="PROCESS_MACHINE_ID:"
|
|
|
HorizontalAlignment="Right"
|
|
|
VerticalAlignment="Center" />
|
|
|
- <TextBox Grid.Row="21"
|
|
|
+ <TextBox Grid.Row="23"
|
|
|
Grid.Column="1"
|
|
|
Text="{Binding SelectDeviceInfo.DataInfo.PROCESS_MACHINE_ID, Mode=TwoWay}"
|
|
|
Margin="6,2" />
|