diff --git a/BBWY.Client/GlobalContext.cs b/BBWY.Client/GlobalContext.cs index fee5720c..f4d6d646 100644 --- a/BBWY.Client/GlobalContext.cs +++ b/BBWY.Client/GlobalContext.cs @@ -13,7 +13,7 @@ namespace BBWY.Client { ShopServiceGroupList = new List(); ShopServiceGroupLowerList = new List(); - ClientVersion = "10195"; + ClientVersion = "10196"; } diff --git a/BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs b/BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs index f7cfd837..45d8ace4 100644 --- a/BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs +++ b/BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs @@ -847,10 +847,11 @@ namespace BBWY.Client.ViewModels.PackTask return; } - + var data = LSOrderPurchaseListRes.Data; - - + lsdTaskMsg.CustomerName = model.ShopName; + lsdTaskMsg.CustomerUserName = model.ShopName; + lsdTaskMsg.JDTransportUserName = model.ShopName; List lookData = null; if (data.GetWareLSOrderPurchases.Count > 10) { @@ -891,7 +892,9 @@ namespace BBWY.Client.ViewModels.PackTask } var lsdTaskMsg = lsdTaskMsgRes.Data; - + lsdTaskMsg.CustomerName = model.ShopName; + lsdTaskMsg.CustomerUserName = model.ShopName; + lsdTaskMsg.JDTransportUserName = model.ShopName; var LSOrderPurchaseListRes = sealBoxService.GetWareLSOrderPurchaseList(model.BoxConfigureData.PrewOrder); if (!LSOrderPurchaseListRes.Success) { diff --git a/BBWY.Client/Views/FallWare/WareLSAcceptOrderWindow.xaml b/BBWY.Client/Views/FallWare/WareLSAcceptOrderWindow.xaml index 5b747000..41f4ab64 100644 --- a/BBWY.Client/Views/FallWare/WareLSAcceptOrderWindow.xaml +++ b/BBWY.Client/Views/FallWare/WareLSAcceptOrderWindow.xaml @@ -86,7 +86,7 @@ - +