初期稳定版本260119
This commit is contained in:
@@ -74,6 +74,15 @@
|
||||
<TextBox Width="160" Text="{Binding RawName, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel
|
||||
Grid.Row="0"
|
||||
Grid.Column="3"
|
||||
Margin="0,0,10,8"
|
||||
Orientation="Horizontal">
|
||||
<TextBlock VerticalAlignment="Center" Text="批号:" />
|
||||
<TextBox Width="160" Text="{Binding Batch, UpdateSourceTrigger=PropertyChanged}" />
|
||||
</StackPanel>
|
||||
|
||||
<!-- 第二行:日期范围(按入库时间) -->
|
||||
<StackPanel
|
||||
Grid.Row="1"
|
||||
@@ -159,6 +168,10 @@
|
||||
Width="100"
|
||||
Binding="{Binding Origin}"
|
||||
Header="产地" />
|
||||
<DataGridTextColumn
|
||||
Width="120"
|
||||
Binding="{Binding Batch}"
|
||||
Header="批号" />
|
||||
<DataGridTextColumn
|
||||
Width="140"
|
||||
Binding="{Binding RawCode}"
|
||||
|
||||
Reference in New Issue
Block a user