增加PC载具物料绑定记录表(载具绑定)、erp调拨订单、报表bug

This commit is contained in:
2024-08-15 16:21:24 +08:00
parent e9795f4cb9
commit 454b39d8f9
8 changed files with 431 additions and 23 deletions

View File

@@ -500,7 +500,7 @@ namespace JNPF.VisualDev
foreach (JObject row in respBodyList)
{
Dictionary<string, object> keyValuePairs = new Dictionary<string, object>();
foreach (JProperty jProperty in firstRow.Properties())
foreach (JProperty jProperty in row.Properties())
{
keyValuePairs.Add(jProperty.Name, jProperty.Value);
}