Browse Source

修改揽收单客户为店铺名

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
45adc45284
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 9
      BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs
  3. 2
      BBWY.Client/Views/FallWare/WareLSAcceptOrderWindow.xaml

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{
ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10195";
ClientVersion = "10196";
}

9
BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs

@ -849,8 +849,9 @@ namespace BBWY.Client.ViewModels.PackTask
}
var data = LSOrderPurchaseListRes.Data;
lsdTaskMsg.CustomerName = model.ShopName;
lsdTaskMsg.CustomerUserName = model.ShopName;
lsdTaskMsg.JDTransportUserName = model.ShopName;
List<GetWareLSOrderPurchase> 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)
{

2
BBWY.Client/Views/FallWare/WareLSAcceptOrderWindow.xaml

@ -86,7 +86,7 @@
<TextBlock Text="{Binding GetWareLSAcceptOrderResponse.CustomerName}" VerticalAlignment="Center" Grid.Row="1" Grid.Column="1" FontSize="14"/>
<TextBlock Text="提货地址" Grid.Row="2" Style="{StaticResource fontSize14}" />
<TextBlock Text="{Binding GetWareLSAcceptOrderResponse.AcceptAdress}" Grid.Row="2" Grid.Column="1" VerticalAlignment="Center" FontSize="14"/>
<TextBlock Text="{Binding GetWareLSAcceptOrderResponse.AcceptAdress}" TextWrapping="Wrap" Grid.Row="2" Grid.Column="1" VerticalAlignment="Center" FontSize="14"/>
<TextBlock Text="客户联系人*" Grid.Row="3" Style="{StaticResource fontSize14}" />
<TextBlock Text="{Binding GetWareLSAcceptOrderResponse.CustomerUserName}" VerticalAlignment="Center" Grid.Row="3" Grid.Column="1" FontSize="14"/>

Loading…
Cancel
Save