Browse Source

10152

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
806dc3158d
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 3
      BBWY.Client/ViewModels/PackTask/PublishTaskViewModel.cs

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{
ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10151";
ClientVersion = "10152";
}
private User user;

3
BBWY.Client/ViewModels/PackTask/PublishTaskViewModel.cs

@ -384,8 +384,9 @@ namespace BBWY.Client.ViewModels.PackTask
BarCodeModel.Brand = Brand;
BarCodeModel.SkuId = SkuId;
BarCodeModel.SkuName = SkuName;
BarCodeModel.ShopName = globalContext.User.Shop.ShopName;
}
BarCodeModel.ShopName = globalContext.User.Shop.ShopName;
if (!string.IsNullOrEmpty(BrandName))
BarCodeModel.BrandName = BrandName;

Loading…
Cancel
Save