客户要求的更改
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
Grid.Column="1"
|
||||
Margin="0,0,10,8"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock VerticalAlignment="Center" Text="原料代码:" />
|
||||
<TextBox Width="160" Text="{Binding RawCode, UpdateSourceTrigger=PropertyChanged}" />
|
||||
<TextBlock VerticalAlignment="Center" Text="固体饮料批次:" />
|
||||
<TextBox Width="160" Text="{Binding SolidBeveBatch, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Grid.Row="0"
|
||||
@@ -173,8 +173,8 @@
|
||||
Header="产地" />
|
||||
<DataGridTextColumn
|
||||
Width="140"
|
||||
Binding="{Binding RawCode}"
|
||||
Header="原料代码" />
|
||||
Binding="{Binding SolidBeveBatch}"
|
||||
Header="固体饮料批次" />
|
||||
<DataGridTextColumn
|
||||
Width="180"
|
||||
Binding="{Binding RawName}"
|
||||
|
||||
Reference in New Issue
Block a user