|
|
|
@ -1983,29 +1983,40 @@
|
|
|
|
<DataGridTextColumn
|
|
|
|
<DataGridTextColumn
|
|
|
|
Header="物料批次"
|
|
|
|
Header="物料批次"
|
|
|
|
Binding="{Binding materialBatch}"
|
|
|
|
Binding="{Binding materialBatch}"
|
|
|
|
|
|
|
|
ElementStyle="{StaticResource dgCell}"
|
|
|
|
Width="5*"
|
|
|
|
Width="5*"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<DataGridTextColumn
|
|
|
|
<DataGridTextColumn
|
|
|
|
Header="销售订单"
|
|
|
|
Header="销售订单"
|
|
|
|
Binding="{Binding saleOrderId}"
|
|
|
|
Binding="{Binding saleOrderId}"
|
|
|
|
|
|
|
|
ElementStyle="{StaticResource dgCell}"
|
|
|
|
Width="*"
|
|
|
|
Width="*"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<DataGridTextColumn
|
|
|
|
<DataGridTextColumn
|
|
|
|
Header="箱体携带数量"
|
|
|
|
Header="箱体携带数量"
|
|
|
|
Binding="{Binding thisOutAmount}"
|
|
|
|
Binding="{Binding thisOutAmount}"
|
|
|
|
|
|
|
|
ElementStyle="{StaticResource dgCell}"
|
|
|
|
Width="2*"
|
|
|
|
Width="2*"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
<DataGridTextColumn
|
|
|
|
<DataGridTextColumn
|
|
|
|
Header="申请数量"
|
|
|
|
Header="申请数量"
|
|
|
|
Binding="{Binding outstockAmount}"
|
|
|
|
Binding="{Binding outstockAmount}"
|
|
|
|
|
|
|
|
ElementStyle="{StaticResource dgCell}"
|
|
|
|
Width="2*"
|
|
|
|
Width="2*"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<DataGridTextColumn
|
|
|
|
<DataGridTextColumn
|
|
|
|
Header="已出数量"
|
|
|
|
Header="已出数量"
|
|
|
|
Binding="{Binding realOutstockAmount}"
|
|
|
|
Binding="{Binding realOutstockAmount}"
|
|
|
|
|
|
|
|
ElementStyle="{StaticResource dgCell}"
|
|
|
|
Width="2*"
|
|
|
|
Width="2*"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
<DataGridTextColumn
|
|
|
|
|
|
|
|
Header="是否出完"
|
|
|
|
|
|
|
|
Binding="{Binding isSendOver}"
|
|
|
|
|
|
|
|
Width="2*"
|
|
|
|
|
|
|
|
ElementStyle="{StaticResource dgCell}"
|
|
|
|
|
|
|
|
/>
|
|
|
|
</DataGrid.Columns>
|
|
|
|
</DataGrid.Columns>
|
|
|
|
<DataGrid.CellStyle>
|
|
|
|
<DataGrid.CellStyle>
|
|
|
|
<Style TargetType="{x:Type DataGridCell}">
|
|
|
|
<Style TargetType="{x:Type DataGridCell}">
|
|
|
|
@ -2420,8 +2431,7 @@
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</StackPanel>
|
|
|
|
</TabItem>
|
|
|
|
</TabItem>
|
|
|
|
<TabItem
|
|
|
|
<TabItem x:Name="AgvManager" Header="Agv信息" Style="{StaticResource DefaultItem}" FontSize="25" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Background="#213269" Foreground="White" Width="160" Height="100" Margin="5" >
|
|
|
|
x:Name="AgvManager" Header="Agv信息" Style="{StaticResource DefaultItem}" FontSize="25" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" Background="#213269" Foreground="White" Width="160" Height="100" Margin="5" >
|
|
|
|
|
|
|
|
<DataGrid
|
|
|
|
<DataGrid
|
|
|
|
x:Name="AgvDataGrid"
|
|
|
|
x:Name="AgvDataGrid"
|
|
|
|
AlternationCount="2"
|
|
|
|
AlternationCount="2"
|
|
|
|
|