From 5fdecbdb693c45edec7e50631d22a9c6a4c1a7cf Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Thu, 23 Feb 2023 17:30:41 +0800 Subject: [PATCH] 1 --- BBWY.Client/Views/Ware/WareManager.xaml | 43 +++++++++++++++++-- .../PlatformSDK/JDBusiness.cs | 2 +- 2 files changed, 40 insertions(+), 5 deletions(-) diff --git a/BBWY.Client/Views/Ware/WareManager.xaml b/BBWY.Client/Views/Ware/WareManager.xaml index c0259d13..e42c7707 100644 --- a/BBWY.Client/Views/Ware/WareManager.xaml +++ b/BBWY.Client/Views/Ware/WareManager.xaml @@ -112,7 +112,6 @@ - - - + + @@ -157,7 +157,7 @@ + + + @@ -227,6 +230,38 @@ + + + + + + + + + + + + + + + + + + + + + new LogisticsResponse() { Id = j.Value("id"), - Name = j.Value("name"), + Name = j.Value("name").Trim(), }).ToList(); }