| | |
| | | return content; |
| | | } |
| | | |
| | | public bool CrueeTaskHty(string TargetAddress) |
| | | { |
| | | Dt_Task_Hty task_Hty = BaseDal.QueryData(x => x.TargetAddress == TargetAddress).OrderByDescending(x => x.CreateDate).FirstOrDefault(); |
| | | if (task_Hty == null) return false; |
| | | |
| | | if(task_Hty.TaskType== TaskTypeEnum.Inbound.ObjToInt() || task_Hty.TaskType == TaskTypeEnum.Relocation.ObjToInt() || task_Hty.TaskType == TaskTypeEnum.PalletInbound.ObjToInt()) return true; |
| | | |
| | | return false; |
| | | } |
| | | |
| | | //瀵煎嚭 |
| | | public override WebResponseContent Export(PageDataOptions options) |
| | | { |