diff --git a/BBWY.Client/APIServices/PackTaskService.cs b/BBWY.Client/APIServices/PackTaskService.cs
index 468975aa..ff12be0f 100644
--- a/BBWY.Client/APIServices/PackTaskService.cs
+++ b/BBWY.Client/APIServices/PackTaskService.cs
@@ -329,7 +329,7 @@ namespace BBWY.Client.APIServices
///
///
///
- public ApiResponse CompeteSealBox( List CompeteSealBoxs)
+ public ApiResponse CompeteSealBox( CompeteSealBox CompeteSealBoxs)
{
return SendRequest(globalContext.QKApiHost, "api/PackTask/CompeteSealBox", new
{
@@ -346,11 +346,14 @@ namespace BBWY.Client.APIServices
///
/// 任务Id
///
- public long TaskId { get; set; }
+ public long[] TaskId { get; set; }
///
/// 仓库Id
///
public string WareId { get; set; }
+
+ public int BoxCount { get; set; }
+
}
diff --git a/BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs b/BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs
index 14cc413c..4f5df699 100644
--- a/BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs
+++ b/BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs
@@ -21,6 +21,7 @@ using NPOI.SS.Formula.Functions;
using GalaSoft.MvvmLight.Messaging;
using BBWY.Client.Models.APIModel;
using BBWY.Client.Models.PackTask;
+using BBWY.Client.Views.SealBox;
namespace BBWY.Client.ViewModels.PackTask
{
@@ -261,6 +262,17 @@ namespace BBWY.Client.ViewModels.PackTask
UpdateTaskStateCommand = new RelayCommand