File was renamed from Helpers/WMSHelper.cs |
| | |
| | | using HH.WCS.Mobox3.AnGang.Controllers; |
| | | using HH.WCS.Mobox3.AnGang.Dispatch; |
| | | using HH.WCS.Mobox3.AnGang.Models; |
| | | using HH.WCS.Mobox3.AnGang.api; |
| | | using HH.WCS.Mobox3.AnGang.dispatch; |
| | | using HH.WCS.Mobox3.AnGang.models; |
| | | using HH.WCS.Mobox3.AnGang.config; |
| | | using System; |
| | | using System.Collections.Generic; |
| | |
| | | using System.Runtime.Remoting.Messaging; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using static HH.WCS.Mobox3.AnGang.Controllers.ApiModel; |
| | | using HH.WCS.Mobox3.AnGang.Helpers; |
| | | using static HH.WCS.Mobox3.AnGang.Dtos.Response.MoboxResponse; |
| | | using static HH.WCS.Mobox3.AnGang.api.ApiModel; |
| | | using HH.WCS.Mobox3.AnGang.util; |
| | | |
| | | namespace HH.WCS.Mobox3.AnGang.Helper |
| | | namespace HH.WCS.Mobox3.AnGang.wms |
| | | { |
| | | /// <summary> |
| | | /// wms管到作业 |
| | |
| | | internal static SimpleResult PDACancleTask(CancleTaskInfo model) |
| | | { |
| | | SimpleResult simpleResult = new SimpleResult(); |
| | | var db = DbHelper.GetDbClient(); |
| | | var db = new SqlHelper<object>().GetInstance(); |
| | | try |
| | | { |
| | | if (model.taskNO.Length > 0) |