增加PC载具物料绑定记录表(载具绑定)、erp调拨订单、报表bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user