This commit is contained in:
maqiao 2024-11-20 10:57:53 +08:00
parent f0bd040f95
commit 70988ee45f
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ namespace DM_Weight.ViewModels
await _portUtil.WriteChannelInfoMethod(2, (singleChannels[i].Quantity + singleChannels[i].AddQuantity).ToString(), singleChannels[i].DrawerNo, singleChannels[i].ColNo);
await Task.Delay(200);
await _portUtil.ShowContentMethod(singleChannels[i].DrawerNo, singleChannels[i].ColNo);
}
}
RequestData();