Browse Source

10167

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

2
BBWY.Client/GlobalContext.cs

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

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

@ -552,6 +552,7 @@ namespace BBWY.Client.ViewModels.PackTask
IsNeedCertificateModel = config.NeedCer ? Need. : Need.; IsNeedCertificateModel = config.NeedCer ? Need. : Need.;
IsSetBarCode = !config.NeedBar; IsSetBarCode = !config.NeedBar;
bool isSelected = false; bool isSelected = false;
IncreateList = new ObservableCollection<IncreateModel>();
foreach (var item in increates) foreach (var item in increates)
{ {
isSelected = false; isSelected = false;

Loading…
Cancel
Save