Browse Source

10210.强制验收合格证3c挂起任务

AddValidOverTime
506583276@qq.com 2 years ago
parent
commit
2db9b64308
  1. 2
      BBWY.Client/GlobalContext.cs
  2. 4
      BBWY.Client/Models/APIModel/Response/PackTask/SearchTaskListResponse.cs
  3. 2
      BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.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 = "10209"; ClientVersion = "10210";
} }

4
BBWY.Client/Models/APIModel/Response/PackTask/SearchTaskListResponse.cs

@ -211,6 +211,7 @@ namespace BBWY.Client.Models.APIModel
/// 消息列表 /// 消息列表
/// </summary> /// </summary>
public List<MarkMessageModel> MarkMessageModelList { get; set; } public List<MarkMessageModel> MarkMessageModelList { get; set; }
public DateTime? TaskAbortTime { get; set; }
} }
public class ExpressOrderResponse public class ExpressOrderResponse
{ {
@ -238,5 +239,8 @@ namespace BBWY.Client.Models.APIModel
/// 变更时间 /// 变更时间
/// </summary> /// </summary>
public DateTime? ExpressChangedTime { get; set; } public DateTime? ExpressChangedTime { get; set; }
} }
} }

2
BBWY.Client/ViewModels/PackTask/WareHouseListViewModel.cs

@ -1122,7 +1122,7 @@ namespace BBWY.Client.ViewModels.PackTask
{ {
if (IsPassInspection)//验收过 跳过询问 if (IsPassInspection||model.TaskAbortTime != null)//验收过 跳过询问
{ {
isqualityCer = true; isqualityCer = true;
return; return;

Loading…
Cancel
Save