库存信息搜索增加货架编码
This commit is contained in:
@ -43,6 +43,13 @@
|
||||
FontSize="18"
|
||||
IsEditable="True"/>
|
||||
|
||||
<TextBlock Grid.Row="0" Grid.Column="2" Margin="5"
|
||||
VerticalAlignment="Center" HorizontalAlignment="Right"
|
||||
Text="货架编码:" FontSize="18" ></TextBlock>
|
||||
<TextBox Grid.Row="0" Grid.Column="3" Text="{Binding ShelfCode}"
|
||||
VerticalAlignment="Center" HorizontalAlignment="Left"
|
||||
FontSize="18" MinWidth="120" ></TextBox>
|
||||
|
||||
<TextBlock Grid.Row="1" Grid.Column="0" Margin="5"
|
||||
VerticalAlignment="Center" HorizontalAlignment="Right"
|
||||
Text="物料编码:" FontSize="18" ></TextBlock>
|
||||
|
Reference in New Issue
Block a user