初期稳定版本260119
This commit is contained in:
@@ -237,7 +237,6 @@
|
||||
BorderThickness="1"
|
||||
CornerRadius="6">
|
||||
<Canvas Margin="-3,0,0,0">
|
||||
|
||||
<Rectangle
|
||||
Canvas.Top="136.567"
|
||||
Width="62"
|
||||
@@ -749,42 +748,44 @@
|
||||
VerticalAlignment="Top"
|
||||
Content="工作站" />
|
||||
<Label
|
||||
Canvas.Left="924"
|
||||
Canvas.Top="160"
|
||||
HorizontalAlignment="Center"
|
||||
Canvas.Left="927"
|
||||
Canvas.Top="147"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Top"
|
||||
Background="SkyBlue"
|
||||
Content="喷码数据"
|
||||
FontSize="6"
|
||||
FontSize="14"
|
||||
FontWeight="Bold" />
|
||||
<TextBlock
|
||||
Canvas.Left="924"
|
||||
Canvas.Top="179"
|
||||
x:Name="喷码数据"
|
||||
Canvas.Left="927"
|
||||
Canvas.Top="178"
|
||||
Padding="2"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Top"
|
||||
Background="LightGray"
|
||||
FontSize="10"
|
||||
Text="DYG05030013,20250923,802,3,01,0001"
|
||||
Background="LimeGreen"
|
||||
FontSize="12"
|
||||
Text="{Binding LatestBoxSprayCode}"
|
||||
TextWrapping="Wrap" />
|
||||
<Label
|
||||
Canvas.Left="924"
|
||||
Canvas.Top="208"
|
||||
HorizontalAlignment="Center"
|
||||
Canvas.Left="928"
|
||||
Canvas.Top="207"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Top"
|
||||
Background="SkyBlue"
|
||||
Content="扫码数据"
|
||||
FontSize="6"
|
||||
Content="外箱扫码数据"
|
||||
FontSize="14"
|
||||
FontWeight="Bold" />
|
||||
<TextBlock
|
||||
Canvas.Left="924"
|
||||
Canvas.Top="227"
|
||||
x:Name="外箱扫码数据"
|
||||
Canvas.Left="929"
|
||||
Canvas.Top="238"
|
||||
Padding="2"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Top"
|
||||
Background="LightGray"
|
||||
FontSize="10"
|
||||
Text="DYG05030013,20250923,802,3,01,0001"
|
||||
Background="LimeGreen"
|
||||
FontSize="12"
|
||||
Text="{Binding LatestBoxScanCode}"
|
||||
TextWrapping="Wrap" />
|
||||
<Label
|
||||
Canvas.Left="634"
|
||||
@@ -793,35 +794,51 @@
|
||||
VerticalAlignment="Top"
|
||||
Content="内包扫码" />
|
||||
<Label
|
||||
Canvas.Left="637"
|
||||
Canvas.Top="46"
|
||||
Canvas.Left="639"
|
||||
Canvas.Top="27"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Top"
|
||||
Background="SkyBlue"
|
||||
Content="扫码数据"
|
||||
FontSize="6"
|
||||
Content="内包扫码数据"
|
||||
FontSize="14"
|
||||
FontWeight="Bold" />
|
||||
<TextBlock
|
||||
Canvas.Left="637"
|
||||
Canvas.Top="65"
|
||||
x:Name="内包扫码数据"
|
||||
Canvas.Left="639"
|
||||
Canvas.Top="59"
|
||||
Padding="2"
|
||||
HorizontalAlignment="Left"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Top"
|
||||
Background="LightGray"
|
||||
FontSize="10"
|
||||
Text="DYG05030013,20250923,802,3,01,0001"
|
||||
Background="LimeGreen"
|
||||
FontSize="12"
|
||||
Text="{Binding LatestWeightScanCode}"
|
||||
TextWrapping="Wrap" />
|
||||
<ListView
|
||||
Canvas.Left="588"
|
||||
Canvas.Top="155"
|
||||
Width="260"
|
||||
Height="200"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
d:ItemsSource="{d:SampleData ItemCount=5}">
|
||||
x:Name="LineTempCodeList"
|
||||
Canvas.Left="1138"
|
||||
Canvas.Top="5"
|
||||
Width="420"
|
||||
Height="425"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Top"
|
||||
d:ItemsSource="{d:SampleData ItemCount=5}"
|
||||
BorderBrush="Gray"
|
||||
BorderThickness="1"
|
||||
ItemsSource="{Binding LineTempCodes}">
|
||||
<ListView.View>
|
||||
<GridView>
|
||||
<GridViewColumn />
|
||||
<GridViewColumn
|
||||
Width="50"
|
||||
DisplayMemberBinding="{Binding Id}"
|
||||
Header="序号" />
|
||||
<GridViewColumn
|
||||
Width="200"
|
||||
DisplayMemberBinding="{Binding Code}"
|
||||
Header="条码" />
|
||||
<GridViewColumn
|
||||
Width="150"
|
||||
DisplayMemberBinding="{Binding CreateTime, StringFormat='MM-dd HH:mm:ss'}"
|
||||
Header="时间" />
|
||||
</GridView>
|
||||
</ListView.View>
|
||||
</ListView>
|
||||
|
||||
Reference in New Issue
Block a user