增加固体饮料批号初版
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
<ColumnDefinition Width="2*" />
|
||||
<ColumnDefinition Width="2*" />
|
||||
<ColumnDefinition Width="2*" />
|
||||
<ColumnDefinition Width="2*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -80,12 +81,20 @@
|
||||
Grid.Column="3"
|
||||
Margin="0,0,10,8"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock VerticalAlignment="Center" Text="固体饮料批次:" />
|
||||
<TextBox Width="140" Text="{Binding SolidBeveBatch, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Grid.Row="0"
|
||||
Grid.Column="4"
|
||||
Margin="0,0,10,8"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock VerticalAlignment="Center" Text="操作者:" />
|
||||
<TextBox Width="140" Text="{Binding OpUser, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Grid.Row="0"
|
||||
Grid.Column="4"
|
||||
Grid.Column="5"
|
||||
Margin="0,0,10,8"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock VerticalAlignment="Center" Text="确认者:" />
|
||||
@@ -236,6 +245,10 @@
|
||||
Width="120"
|
||||
Binding="{Binding Batch}"
|
||||
Header="批号" />
|
||||
<DataGridTextColumn
|
||||
Width="140"
|
||||
Binding="{Binding SolidBeveBatch}"
|
||||
Header="固体饮料批次" />
|
||||
<DataGridTextColumn
|
||||
Width="100"
|
||||
Binding="{Binding ShelfLife}"
|
||||
|
||||
Reference in New Issue
Block a user