Warehouses #1

Merged
trent merged 159 commits from Warehouses into master 2026-01-10 20:24:17 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 4392cce6c9 - Show all commits

View File

@@ -76,9 +76,9 @@
HeaderText="Kod odbiorcy" Width="100" HeaderText="Kod odbiorcy" Width="100"
AllowFiltering="true"></GridColumn> AllowFiltering="true"></GridColumn>
<GridColumn Field=@nameof(ScheduleOrderDetailDto.Sc_productCode) <GridColumn Field=@nameof(ScheduleOrderDetailDto.Sc_productCode)
HeaderText="Pozycja" Width="100"></GridColumn>
<GridColumn Field=@nameof(ScheduleOrderDetailDto.Sh_productCode)
HeaderText="Pozycja Klienta" Width="100"></GridColumn> HeaderText="Pozycja Klienta" Width="100"></GridColumn>
<GridColumn Field=@nameof(ScheduleOrderDetailDto.Sh_productCode)
HeaderText="Pozycja" Width="100"></GridColumn>
</GridColumns> </GridColumns>
<GridTemplates> <GridTemplates>
<DetailTemplate Context="detail"> <DetailTemplate Context="detail">

View File

@@ -382,6 +382,7 @@
foreach (var record in combination) foreach (var record in combination)
{ {
record.PartNumberSl = scannedValue; record.PartNumberSl = scannedValue;
record.PalletNumber = palletNumber;
ChangedRecords.Add(record); ChangedRecords.Add(record);
int index = WzRowsMeyle.IndexOf(record); int index = WzRowsMeyle.IndexOf(record);