diff --git a/BBWY.Client/GlobalContext.cs b/BBWY.Client/GlobalContext.cs index 19089230..8c304142 100644 --- a/BBWY.Client/GlobalContext.cs +++ b/BBWY.Client/GlobalContext.cs @@ -9,7 +9,7 @@ namespace BBWY.Client { ShopServiceGroupList = new List(); ShopServiceGroupLowerList = new List(); - ClientVersion = "10113"; + ClientVersion = "10114"; } private User user; diff --git a/BBWY.Client/ViewModels/QualityTask/QualityViewModel.cs b/BBWY.Client/ViewModels/QualityTask/QualityViewModel.cs index 1c2ad88f..839d9098 100644 --- a/BBWY.Client/ViewModels/QualityTask/QualityViewModel.cs +++ b/BBWY.Client/ViewModels/QualityTask/QualityViewModel.cs @@ -137,8 +137,8 @@ namespace BBWY.Client.ViewModels public string SkuId { get => skuId; set { Set(ref skuId, value); } } - - public string OrderId { get; set; } + public string orderId; + public string OrderId { get => orderId; set { Set(ref orderId, value); } } private string logo; /// @@ -614,9 +614,10 @@ namespace BBWY.Client.ViewModels ArrivalQuantity = 0; GoodProductQuantity = 0; - + IncreateList = new ObservableCollection(); string[] increateDatas = model.Increment1?.Split(','); bool isSelected = false; + foreach (var item in increates) { isSelected = false; diff --git a/BBWY.Client/Views/PackTask/WareHouseListControl.xaml b/BBWY.Client/Views/PackTask/WareHouseListControl.xaml index 3af203f9..dc000639 100644 --- a/BBWY.Client/Views/PackTask/WareHouseListControl.xaml +++ b/BBWY.Client/Views/PackTask/WareHouseListControl.xaml @@ -123,9 +123,13 @@ Command="{Binding DataContext.CopyTextCommand,RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type Page}}}" CommandParameter="{Binding DepartmentName}" Margin=" 5,0,0,0"/> - - - + + + + + + + @@ -292,20 +296,33 @@ - + + - + + + - + - + +