|
|
@ -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; |
|
|
|
|
|
|
|