From 6861434f1445d1685b67a24897890c34f8c54f85 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 08 四月 2026 17:22:26 +0800
Subject: [PATCH] WCS&WMS代码更新
---
项目资料/项目图纸/FengLv_Mould_LogicalLayout_20260326.dwg | 0
代码管理/WCS/WCSServers/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs | 8 ++
项目资料/项目整体计划/凤铝项目WMS和WCS软件 宽海进度表.xlsx | 0
代码管理/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs | 2
代码管理/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfo_HtyRepository.cs | 2
代码管理/WMS/WMSServices/WIDESEA_WMSServer/appsettings.json | 2
项目资料/项目图纸/新兴凤铝模具库设计方案- 20251217A(含桥架、光电、电柜).dwg | 0
项目资料/通讯协议/Fenglv_Mould_Telegram specification SynQ-Pallet Conveyor.pdf | 0
代码管理/WCS/WCSServers/WIDESEAWCS_ITaskInfoService/ITaskService.cs | 7 +
代码管理/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfo_HtyController.cs | 4
项目资料/通讯协议/凤铝堆垛机站台SIS编号20260311.xlsx | 0
代码管理/WMS/WMSServices/WIDESEA_Common/StockEnum/StockStatusMenu.cs | 53 +-----------
项目资料/流程资料/凤铝交流会议纪要20260115.xlsx | 0
代码管理/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockController.cs | 4
代码管理/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfoRepository.cs | 2
代码管理/WMS/WMSServices/WIDESEA_StockService/StockInfo_HtyService.cs | 4
代码管理/WCS/WCSServers/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneJob.cs | 16 ++-
代码管理/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs | 13 --
代码管理/WMS/WMSServices/WIDESEA_StockService/StockInfoService.cs | 4
项目资料/瑞士格提供的调研模版/CFW_333_SW_Host Interfaces_凤铝项目V1.1.docx | 0
代码管理/WMS/WMSServices/WIDESEA_TaskInfoService/TaskService.cs | 4
项目资料/项目图纸/新兴凤铝综合库设计方案-海力-10-17输送线布局图调整20260303(含桥架光电布局).dwg | 0
项目资料/项目图纸/新兴凤铝综合库设计方案-海力-10-17输送线布局图调整20260303(含桥架光电布局).dwg.lck | 0
项目资料/通讯协议/SIS报文格式报文样例V1.6(带备注).xlsx | 0
/dev/null | 6 -
项目资料/项目图纸/FengLv_Mould_LogicalLayout_20260319.dwg | 0
代码管理/WMS/WMSServices/WIDESEA_StockRepository/StockInfoRepository.cs | 4
代码管理/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs | 20 +---
代码管理/WMS/WMSServices/WIDESEA_SystemService/Sys_DictionaryService.cs | 27 ------
代码管理/WMS/WMSServices/WIDESEA_WMSServer/Program.cs | 2
代码管理/WMS/WMSServices/WIDESEA_StockRepository/StockInfo_HtyRepository.cs | 18 ++++
代码管理/WCS/WCSServers/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj | 4 -
代码管理/WMS/WMSServices/WIDESEA_IStockService/IStockInfo_HtyService.cs | 4
代码管理/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo_Hty.cs | 6
代码管理/WCS/WCSServers/WIDESEAWCS_TaskInfoService/TaskService.cs | 18 ++++
35 files changed, 100 insertions(+), 134 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs"
index 2e991fc..76a5ea4 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Common/TaskEnum/TaskTypeEnum.cs"
@@ -61,20 +61,11 @@
/// 搴撳唴绉诲簱
/// </summary>
[Description("搴撳唴绉诲簱")]
- Relocation = 300,
+ Relocation = 900,
/// <summary>
/// 搴撳绉诲簱
/// </summary>
[Description("搴撳绉诲簱")]
- RelocationIn = 301
- }
-
- public enum TaskOtherTypeEnum
- {
- /// <summary>
- /// 鏈烘鎵嬩换鍔�
- /// </summary>
- [Description("鏈烘鎵�")]
- RobotToManual = 400,
+ RelocationIn = 901
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_ITaskInfoService/ITaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
index 90d29fc..ec10078 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_ITaskInfoService/ITaskService.cs"
@@ -134,5 +134,12 @@
/// <param name="taskNum">浠诲姟鍙�</param>
/// <returns>杩斿洖澶勭悊缁撴灉</returns>
WebResponseContent RollbackTaskStatusToLast(int taskNum);
+ /// <summary>
+ /// 鏍规嵁鍫嗗灈鏈鸿澶囩紪鍙�/浠诲姟绫诲瀷鍒嗙被鑾峰彇浠诲姟
+ /// </summary>
+ /// <param name="DeviceCode">璁惧鍙�</param>
+ /// <param name="taskTypeGroup">浠诲姟缁�</param>
+ /// <returns></returns>
+ Dt_Task QueryStackerTask(string DeviceCode, TaskTypeGroup? taskTypeGroup = null);
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs"
index 90cb271..472b905 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task.cs"
@@ -55,6 +55,14 @@
public string PalletCode { get; set; }
/// <summary>
+ /// 璁惧
+ /// </summary>
+ [ImporterHeader(Name = "璁惧")]
+ [ExporterHeader(DisplayName = "璁惧")]
+ [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璁惧")]
+ public string DeviceCode { get; set; }
+
+ /// <summary>
/// 宸烽亾鍙�
/// </summary>
[ImporterHeader(Name = "宸烽亾鍙�")]
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj"
index 25ba69c..d55112e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/WIDESEAWCS_Server.csproj"
@@ -20,7 +20,6 @@
</PropertyGroup>
<ItemGroup>
- <Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Task.tsv" />
<Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_TaskExecuteDetail.tsv" />
<Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Dictionary.tsv" />
<Content Remove="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_DictionaryList.tsv" />
@@ -37,9 +36,6 @@
<ItemGroup>
<EmbeddedResource Include="index.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </EmbeddedResource>
- <EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Task.tsv">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_TaskExecuteDetail.tsv">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_Task.tsv" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_Task.tsv"
deleted file mode 100644
index 58c37f6..0000000
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_Task.tsv"
+++ /dev/null
@@ -1,5651 +0,0 @@
-锘縖
- {
- "TaskId": 358,
- "TaskNum": 20800,
- "PalletCode": "PalletCode20240825020458S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "037-037-096",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:08:01.2",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:00:13.23"
- },
- {
- "TaskId": 360,
- "TaskNum": 20810,
- "PalletCode": "PalletCode20240825020518S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "002-076-038",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:08:10.457",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:00:28.287"
- },
- {
- "TaskId": 362,
- "TaskNum": 20821,
- "PalletCode": "PalletCode20240825020538S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "050-051-045",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:08:21.583",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:00:42.51"
- },
- {
- "TaskId": 364,
- "TaskNum": 20833,
- "PalletCode": "PalletCode20240825020558S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "049-056-038",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:08:33.617",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:00:59.113"
- },
- {
- "TaskId": 366,
- "TaskNum": 20844,
- "PalletCode": "PalletCode20240825020617S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "099-092-021",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:08:44.567",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:01:14.013"
- },
- {
- "TaskId": 368,
- "TaskNum": 20855,
- "PalletCode": "PalletCode20240825020640S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "054-099-081",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:08:55.68",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:01:29.04"
- },
- {
- "TaskId": 370,
- "TaskNum": 20904,
- "PalletCode": "PalletCode20240825020702S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "085-073-043",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:09:04.38",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:01:44.06"
- },
- {
- "TaskId": 372,
- "TaskNum": 20912,
- "PalletCode": "PalletCode20240825020721S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "075-082-061",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:09:12.923",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:01:58.893"
- },
- {
- "TaskId": 374,
- "TaskNum": 20922,
- "PalletCode": "PalletCode20240825020744S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "027-088-070",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:09:22.62",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:02:14.237"
- },
- {
- "TaskId": 382,
- "TaskNum": 20959,
- "PalletCode": "PalletCode20240825020837S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "028-023-065",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:09:59.573",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:05:13.183"
- },
- {
- "TaskId": 388,
- "TaskNum": 21030,
- "PalletCode": "PalletCode20240825020911S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "075-021-067",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:10:30.407",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:07:35.377"
- },
- {
- "TaskId": 398,
- "TaskNum": 21117,
- "PalletCode": "PalletCode20240825020954S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "088-091-019",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:11:17.817",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:12:51.907"
- },
- {
- "TaskId": 400,
- "TaskNum": 21125,
- "PalletCode": "PalletCode20240825021003S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "032-088-003",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:11:25.8",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:13:00.87"
- },
- {
- "TaskId": 402,
- "TaskNum": 21133,
- "PalletCode": "PalletCode20240825021014S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "061-052-079",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:11:33.81",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:13:09.7"
- },
- {
- "TaskId": 404,
- "TaskNum": 21142,
- "PalletCode": "PalletCode20240825021025S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "072-059-099",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:11:42.73",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:13:18.9"
- },
- {
- "TaskId": 406,
- "TaskNum": 21152,
- "PalletCode": "PalletCode20240825021036S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "024-078-067",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:11:52.773",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:13:27.64"
- },
- {
- "TaskId": 408,
- "TaskNum": 21202,
- "PalletCode": "PalletCode20240825021047S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "050-035-043",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:12:02.527",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:13:36.63"
- },
- {
- "TaskId": 410,
- "TaskNum": 21214,
- "PalletCode": "PalletCode20240825021056S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "039-059-085",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:12:14.817",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:13:45.617"
- },
- {
- "TaskId": 412,
- "TaskNum": 21224,
- "PalletCode": "PalletCode20240825021106S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "045-073-002",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:12:24.607",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:13:54.633"
- },
- {
- "TaskId": 414,
- "TaskNum": 21234,
- "PalletCode": "PalletCode20240825021114S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "076-076-057",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:12:34.55",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:14:03.37"
- },
- {
- "TaskId": 416,
- "TaskNum": 21246,
- "PalletCode": "PalletCode20240825021123S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "097-016-078",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:12:46.453",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:14:12.25"
- },
- {
- "TaskId": 418,
- "TaskNum": 21258,
- "PalletCode": "PalletCode20240825021130S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "079-079-045",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:12:58.603",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:14:22.59"
- },
- {
- "TaskId": 420,
- "TaskNum": 21309,
- "PalletCode": "PalletCode20240825021139S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "028-031-031",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:13:09.53",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:14:31.817"
- },
- {
- "TaskId": 422,
- "TaskNum": 21320,
- "PalletCode": "PalletCode20240825021148S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "028-033-063",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:13:20.647",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:14:40.93"
- },
- {
- "TaskId": 424,
- "TaskNum": 21330,
- "PalletCode": "PalletCode20240825021158S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "098-036-078",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:13:30.63",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:14:49.92"
- },
- {
- "TaskId": 426,
- "TaskNum": 21342,
- "PalletCode": "PalletCode20240825021208S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "010-082-041",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:13:42.61",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:14:58.837"
- },
- {
- "TaskId": 428,
- "TaskNum": 21352,
- "PalletCode": "PalletCode20240825021219S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "027-012-029",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:13:52.49",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:15:07.683"
- },
- {
- "TaskId": 430,
- "TaskNum": 21402,
- "PalletCode": "PalletCode20240825021229S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "068-014-052",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:14:02.723",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:15:16.617"
- },
- {
- "TaskId": 432,
- "TaskNum": 21412,
- "PalletCode": "PalletCode20240825021240S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "010-075-016",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:14:12.43",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:15:25.67"
- },
- {
- "TaskId": 434,
- "TaskNum": 21424,
- "PalletCode": "PalletCode20240825021251S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "031-043-082",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:14:24.56",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:15:34.63"
- },
- {
- "TaskId": 436,
- "TaskNum": 21433,
- "PalletCode": "PalletCode20240825021303S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "015-068-080",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:14:33.387",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:15:43.89"
- },
- {
- "TaskId": 438,
- "TaskNum": 21444,
- "PalletCode": "PalletCode20240825021314S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "018-003-010",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:14:44.687",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:15:52.663"
- },
- {
- "TaskId": 440,
- "TaskNum": 21455,
- "PalletCode": "PalletCode20240825021327S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "020-060-052",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:14:55.597",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:16:01.68"
- },
- {
- "TaskId": 442,
- "TaskNum": 21504,
- "PalletCode": "PalletCode20240825021336S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "076-098-083",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:15:04.377",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:16:10.7"
- },
- {
- "TaskId": 444,
- "TaskNum": 21516,
- "PalletCode": "PalletCode20240825021347S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "050-008-029",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:15:16.757",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:16:19.683"
- },
- {
- "TaskId": 446,
- "TaskNum": 21527,
- "PalletCode": "PalletCode20240825021358S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "014-052-040",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:15:27.543",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:16:28.27"
- },
- {
- "TaskId": 448,
- "TaskNum": 21536,
- "PalletCode": "PalletCode20240825021407S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "055-037-012",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:15:36.407",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:16:38.67"
- },
- {
- "TaskId": 450,
- "TaskNum": 21546,
- "PalletCode": "PalletCode20240825021418S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "050-065-029",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:15:46.54",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:16:47.9"
- },
- {
- "TaskId": 452,
- "TaskNum": 21555,
- "PalletCode": "PalletCode20240825021428S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "089-055-071",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:15:55.59",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:16:56.963"
- },
- {
- "TaskId": 454,
- "TaskNum": 21606,
- "PalletCode": "PalletCode20240825021439S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "080-025-019",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:16:06.583",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:17:05.617"
- },
- {
- "TaskId": 456,
- "TaskNum": 21615,
- "PalletCode": "PalletCode20240825021448S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "074-043-084",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:16:15.56",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:17:14.933"
- },
- {
- "TaskId": 458,
- "TaskNum": 21624,
- "PalletCode": "PalletCode20240825021500S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "060-010-076",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:16:24.79",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:17:23.713"
- },
- {
- "TaskId": 460,
- "TaskNum": 21633,
- "PalletCode": "PalletCode20240825021511S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "036-053-035",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:16:33.947",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:17:32.68"
- },
- {
- "TaskId": 462,
- "TaskNum": 21644,
- "PalletCode": "PalletCode20240825021522S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "020-052-049",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:16:44.623",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:17:41.943"
- },
- {
- "TaskId": 464,
- "TaskNum": 21652,
- "PalletCode": "PalletCode20240825021533S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "035-056-033",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:16:52.363",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:17:50.623"
- },
- {
- "TaskId": 466,
- "TaskNum": 21702,
- "PalletCode": "PalletCode20240825021542S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "036-065-038",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:17:02.357",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:17:59.583"
- },
- {
- "TaskId": 468,
- "TaskNum": 21711,
- "PalletCode": "PalletCode20240825021551S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "085-059-007",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:17:11.413",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:18:08.743"
- },
- {
- "TaskId": 470,
- "TaskNum": 21720,
- "PalletCode": "PalletCode20240825021601S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "099-009-099",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:17:20.51",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:18:17.617"
- },
- {
- "TaskId": 472,
- "TaskNum": 21729,
- "PalletCode": "PalletCode20240825021611S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "096-071-048",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:17:29.54",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:18:26.743"
- },
- {
- "TaskId": 474,
- "TaskNum": 21740,
- "PalletCode": "PalletCode20240825021621S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "037-086-077",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:17:40.49",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:18:35.677"
- },
- {
- "TaskId": 476,
- "TaskNum": 21749,
- "PalletCode": "PalletCode20240825021630S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "055-003-062",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:17:49.623",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:18:44.677"
- },
- {
- "TaskId": 478,
- "TaskNum": 21759,
- "PalletCode": "PalletCode20240825021640S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "010-095-046",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:17:59.413",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:18:53.39"
- },
- {
- "TaskId": 480,
- "TaskNum": 21808,
- "PalletCode": "PalletCode20240825021649S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "003-032-005",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:18:08.737",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:19:03.893"
- },
- {
- "TaskId": 482,
- "TaskNum": 21819,
- "PalletCode": "PalletCode20240825021658S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "075-066-059",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:18:19.543",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:19:12.667"
- },
- {
- "TaskId": 484,
- "TaskNum": 21830,
- "PalletCode": "PalletCode20240825021707S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "066-085-064",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:18:30.577",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:19:22.253"
- },
- {
- "TaskId": 486,
- "TaskNum": 21841,
- "PalletCode": "PalletCode20240825021715S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "087-072-011",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:18:41.49",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:19:30.913"
- },
- {
- "TaskId": 488,
- "TaskNum": 21853,
- "PalletCode": "PalletCode20240825021724S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "082-088-055",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:18:53.647",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:19:39.687"
- },
- {
- "TaskId": 490,
- "TaskNum": 21903,
- "PalletCode": "PalletCode20240825021735S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "021-095-065",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:19:03.503",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:19:48.607"
- },
- {
- "TaskId": 492,
- "TaskNum": 21911,
- "PalletCode": "PalletCode20240825021744S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "058-026-054",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:19:11.733",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:19:57.897"
- },
- {
- "TaskId": 494,
- "TaskNum": 21920,
- "PalletCode": "PalletCode20240825021756S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "083-046-099",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:19:20.67",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:20:06.803"
- },
- {
- "TaskId": 496,
- "TaskNum": 21931,
- "PalletCode": "PalletCode20240825021805S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "093-071-035",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:19:31.643",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:20:15.657"
- },
- {
- "TaskId": 498,
- "TaskNum": 21941,
- "PalletCode": "PalletCode20240825021814S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "008-065-072",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:19:41.533",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:20:24.64"
- },
- {
- "TaskId": 500,
- "TaskNum": 21951,
- "PalletCode": "PalletCode20240825021823S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "004-091-077",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:19:51.42",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:20:33.657"
- },
- {
- "TaskId": 502,
- "TaskNum": 22002,
- "PalletCode": "PalletCode20240825021836S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "071-005-009",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:20:02.483",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:20:42.613"
- },
- {
- "TaskId": 504,
- "TaskNum": 22012,
- "PalletCode": "PalletCode20240825021846S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "031-087-091",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:20:12.373",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:20:51.66"
- },
- {
- "TaskId": 506,
- "TaskNum": 22021,
- "PalletCode": "PalletCode20240825021857S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "056-048-028",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:20:21.663",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:21:00.7"
- },
- {
- "TaskId": 508,
- "TaskNum": 22031,
- "PalletCode": "PalletCode20240825021909S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "052-056-017",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:20:31.607",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:21:09.637"
- },
- {
- "TaskId": 510,
- "TaskNum": 22038,
- "PalletCode": "PalletCode20240825021917S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "030-006-087",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:20:38.863",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:21:18.237"
- },
- {
- "TaskId": 512,
- "TaskNum": 22048,
- "PalletCode": "PalletCode20240825021927S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "079-097-062",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:20:48.42",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:21:28.89"
- },
- {
- "TaskId": 514,
- "TaskNum": 22055,
- "PalletCode": "PalletCode20240825021937S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "097-057-079",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:20:55.74",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:21:37.897"
- },
- {
- "TaskId": 516,
- "TaskNum": 22105,
- "PalletCode": "PalletCode20240825021947S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "007-051-008",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:21:05.74",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:21:46.88"
- },
- {
- "TaskId": 518,
- "TaskNum": 22116,
- "PalletCode": "PalletCode20240825021956S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "025-020-057",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:21:16.547",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:21:55.96"
- },
- {
- "TaskId": 520,
- "TaskNum": 22124,
- "PalletCode": "PalletCode20240825022006S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "016-089-004",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:21:24.81",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:22:04.93"
- },
- {
- "TaskId": 522,
- "TaskNum": 22134,
- "PalletCode": "PalletCode20240825022018S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "023-071-077",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:21:34.33",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:22:13.743"
- },
- {
- "TaskId": 524,
- "TaskNum": 22142,
- "PalletCode": "PalletCode20240825022026S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "055-074-058",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:21:42.877",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:22:22.597"
- },
- {
- "TaskId": 526,
- "TaskNum": 22152,
- "PalletCode": "PalletCode20240825022036S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "022-040-024",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:21:52.643",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:22:31.607"
- },
- {
- "TaskId": 528,
- "TaskNum": 22201,
- "PalletCode": "PalletCode20240825022044S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "029-057-024",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:22:01.423",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:22:40.603"
- },
- {
- "TaskId": 530,
- "TaskNum": 22210,
- "PalletCode": "PalletCode20240825022052S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 125,
- "SourceAddress": "052-082-087",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "119",
- "NextAddress": "120",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:22:10.757",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:22:49.667"
- },
- {
- "TaskId": 532,
- "TaskNum": 22222,
- "PalletCode": "PalletCode20240825022102S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 120,
- "SourceAddress": "065-003-059",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "117",
- "NextAddress": "118",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:22:22.587",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:22:49.563"
- },
- {
- "TaskId": 534,
- "TaskNum": 22233,
- "PalletCode": "PalletCode20240825022111S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 120,
- "SourceAddress": "002-056-063",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "114",
- "NextAddress": "115",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:22:33.543",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:22:49.357"
- },
- {
- "TaskId": 536,
- "TaskNum": 22243,
- "PalletCode": "PalletCode20240825022121S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 120,
- "SourceAddress": "089-049-097",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "111",
- "NextAddress": "112",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:22:43.573",
- "Modifier": "System",
- "ModifyDate": "2024-08-25T03:22:51.323"
- },
- {
- "TaskId": 538,
- "TaskNum": 22255,
- "PalletCode": "PalletCode20240825022130S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "068-064-044",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "068-064-044",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:22:55.43",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 540,
- "TaskNum": 22303,
- "PalletCode": "PalletCode20240825022139S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "047-051-011",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "047-051-011",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:23:03.433",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 542,
- "TaskNum": 22314,
- "PalletCode": "PalletCode20240825022148S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "079-015-012",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "079-015-012",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:23:14.527",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 544,
- "TaskNum": 22325,
- "PalletCode": "PalletCode20240825022157S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "013-059-082",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "013-059-082",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:23:25.78",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 546,
- "TaskNum": 22336,
- "PalletCode": "PalletCode20240825022207S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "092-013-013",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "092-013-013",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:23:36.513",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 548,
- "TaskNum": 22346,
- "PalletCode": "PalletCode20240825022216S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "012-007-032",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "012-007-032",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:23:46.7",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 550,
- "TaskNum": 22356,
- "PalletCode": "PalletCode20240825022228S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "057-028-027",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "057-028-027",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:23:56.737",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 552,
- "TaskNum": 22405,
- "PalletCode": "PalletCode20240825022239S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "008-074-046",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "008-074-046",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:24:05.473",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 554,
- "TaskNum": 22414,
- "PalletCode": "PalletCode20240825022249S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "087-056-042",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "087-056-042",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:24:14.79",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 556,
- "TaskNum": 22423,
- "PalletCode": "PalletCode20240825022300S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "073-013-092",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "073-013-092",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:24:23.797",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 558,
- "TaskNum": 22433,
- "PalletCode": "PalletCode20240825022309S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "040-030-099",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "040-030-099",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:24:33.59",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 560,
- "TaskNum": 22445,
- "PalletCode": "PalletCode20240825022319S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "022-097-032",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "022-097-032",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:24:45.477",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 562,
- "TaskNum": 22454,
- "PalletCode": "PalletCode20240825022331S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "052-054-002",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "052-054-002",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:24:54.43",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 564,
- "TaskNum": 22505,
- "PalletCode": "PalletCode20240825022340S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "089-042-090",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "089-042-090",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:25:05.437",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 566,
- "TaskNum": 22515,
- "PalletCode": "PalletCode20240825022350S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "062-075-093",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "062-075-093",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:25:15.397",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 568,
- "TaskNum": 22525,
- "PalletCode": "PalletCode20240825022401S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "018-009-069",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "018-009-069",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:25:25.497",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 570,
- "TaskNum": 22535,
- "PalletCode": "PalletCode20240825022410S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "008-045-048",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "008-045-048",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:25:35.447",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 572,
- "TaskNum": 22546,
- "PalletCode": "PalletCode20240825022420S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "082-010-004",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "082-010-004",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:25:46.417",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 574,
- "TaskNum": 22555,
- "PalletCode": "PalletCode20240825022429S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "081-073-003",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "081-073-003",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:25:55.65",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 576,
- "TaskNum": 22605,
- "PalletCode": "PalletCode20240825022439S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "025-012-010",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "025-012-010",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:26:05.627",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 578,
- "TaskNum": 22615,
- "PalletCode": "PalletCode20240825022450S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "099-069-005",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "099-069-005",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:26:15.517",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 580,
- "TaskNum": 22624,
- "PalletCode": "PalletCode20240825022459S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "023-028-077",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "023-028-077",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:26:24.477",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 582,
- "TaskNum": 22634,
- "PalletCode": "PalletCode20240825022510S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "086-061-041",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "086-061-041",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:26:34.567",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 584,
- "TaskNum": 22644,
- "PalletCode": "PalletCode20240825022521S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "005-081-023",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "005-081-023",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:26:44.46",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 586,
- "TaskNum": 22656,
- "PalletCode": "PalletCode20240825022532S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "075-026-059",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "075-026-059",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:26:56.647",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 588,
- "TaskNum": 22707,
- "PalletCode": "PalletCode20240825022541S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "009-025-093",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "009-025-093",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:27:07.427",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 590,
- "TaskNum": 22717,
- "PalletCode": "PalletCode20240825022552S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "097-036-089",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "097-036-089",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:27:17.483",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 592,
- "TaskNum": 22725,
- "PalletCode": "PalletCode20240825022600S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "075-082-045",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "075-082-045",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:27:25.56",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 594,
- "TaskNum": 22735,
- "PalletCode": "PalletCode20240825022611S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "066-080-088",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "066-080-088",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:27:35.493",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 596,
- "TaskNum": 22746,
- "PalletCode": "PalletCode20240825022620S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "018-090-040",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "018-090-040",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:27:46.567",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 598,
- "TaskNum": 22755,
- "PalletCode": "PalletCode20240825022630S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "069-022-007",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "069-022-007",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:27:55.373",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 600,
- "TaskNum": 22805,
- "PalletCode": "PalletCode20240825022639S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "092-091-069",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "092-091-069",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:28:05.527",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 602,
- "TaskNum": 22816,
- "PalletCode": "PalletCode20240825022648S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "037-094-071",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "037-094-071",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:28:16.813",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 604,
- "TaskNum": 22826,
- "PalletCode": "PalletCode20240825022702S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "040-075-070",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "040-075-070",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:28:26.467",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 606,
- "TaskNum": 22834,
- "PalletCode": "PalletCode20240825022713S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "077-071-064",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "077-071-064",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:28:34.74",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 608,
- "TaskNum": 22843,
- "PalletCode": "PalletCode20240825022723S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "054-082-097",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "054-082-097",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:28:43.517",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 610,
- "TaskNum": 22852,
- "PalletCode": "PalletCode20240825022731S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "072-050-026",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "072-050-026",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:28:52.39",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 612,
- "TaskNum": 22900,
- "PalletCode": "PalletCode20240825022740S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "007-019-050",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "007-019-050",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:29:00.397",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 614,
- "TaskNum": 22911,
- "PalletCode": "PalletCode20240825022751S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "013-097-053",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "013-097-053",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:29:11.763",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 616,
- "TaskNum": 22922,
- "PalletCode": "PalletCode20240825022801S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "058-077-068",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "058-077-068",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:29:22.473",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 618,
- "TaskNum": 22931,
- "PalletCode": "PalletCode20240825022810S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "095-056-084",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "095-056-084",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:29:31.413",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 620,
- "TaskNum": 22941,
- "PalletCode": "PalletCode20240825022821S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "060-077-056",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "060-077-056",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:29:41.52",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 622,
- "TaskNum": 22951,
- "PalletCode": "PalletCode20240825022833S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "029-030-085",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "029-030-085",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:29:51.553",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 624,
- "TaskNum": 23000,
- "PalletCode": "PalletCode20240825022841S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "037-063-089",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "037-063-089",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:30:00.473",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 626,
- "TaskNum": 23010,
- "PalletCode": "PalletCode20240825022850S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "014-051-019",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "014-051-019",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:30:10.477",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 628,
- "TaskNum": 23022,
- "PalletCode": "PalletCode20240825022858S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "009-022-032",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "009-022-032",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:30:22.567",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 630,
- "TaskNum": 23033,
- "PalletCode": "PalletCode20240825022906S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "015-016-044",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "015-016-044",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:30:33.56",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 632,
- "TaskNum": 23042,
- "PalletCode": "PalletCode20240825022915S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "027-047-042",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "027-047-042",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:30:42.577",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 634,
- "TaskNum": 23053,
- "PalletCode": "PalletCode20240825022927S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "076-027-078",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "076-027-078",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:30:53.54",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 636,
- "TaskNum": 23102,
- "PalletCode": "PalletCode20240825022937S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "066-025-067",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "066-025-067",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:31:02.55",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 637,
- "TaskNum": 23109,
- "PalletCode": "PalletCode20240825022945S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "009-027-083",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "009-027-083",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:31:09.307",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 640,
- "TaskNum": 23119,
- "PalletCode": "PalletCode20240825022958S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "093-036-018",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "093-036-018",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:31:19.557",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 642,
- "TaskNum": 23130,
- "PalletCode": "PalletCode20240825023006S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "092-060-013",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "092-060-013",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:31:30.53",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 644,
- "TaskNum": 23140,
- "PalletCode": "PalletCode20240825023016S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "069-027-036",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "069-027-036",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:31:40.397",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 646,
- "TaskNum": 23149,
- "PalletCode": "PalletCode20240825023026S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "049-001-058",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "049-001-058",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:31:49.48",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 648,
- "TaskNum": 23159,
- "PalletCode": "PalletCode20240825023038S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "018-073-026",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "018-073-026",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:31:59.407",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 650,
- "TaskNum": 23209,
- "PalletCode": "PalletCode20240825023046S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "010-011-035",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "010-011-035",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:32:09.743",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 652,
- "TaskNum": 23219,
- "PalletCode": "PalletCode20240825023058S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "022-001-060",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "022-001-060",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:32:19.423",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 654,
- "TaskNum": 23230,
- "PalletCode": "PalletCode20240825023108S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "059-035-023",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "059-035-023",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:32:30.73",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 656,
- "TaskNum": 23239,
- "PalletCode": "PalletCode20240825023115S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "026-086-090",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "026-086-090",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:32:39.447",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 658,
- "TaskNum": 23247,
- "PalletCode": "PalletCode20240825023125S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "084-084-054",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "084-084-054",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:32:47.54",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 660,
- "TaskNum": 23256,
- "PalletCode": "PalletCode20240825023135S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "037-012-074",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "037-012-074",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:32:56.557",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 662,
- "TaskNum": 23307,
- "PalletCode": "PalletCode20240825023145S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "047-058-087",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "047-058-087",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:33:07.617",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 664,
- "TaskNum": 23317,
- "PalletCode": "PalletCode20240825023155S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "019-054-091",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "019-054-091",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:33:17.65",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 666,
- "TaskNum": 23326,
- "PalletCode": "PalletCode20240825023204S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "044-099-076",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "044-099-076",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:33:26.573",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 668,
- "TaskNum": 23338,
- "PalletCode": "PalletCode20240825023213S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "057-033-032",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "057-033-032",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:33:38.697",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 670,
- "TaskNum": 23348,
- "PalletCode": "PalletCode20240825023224S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "049-088-017",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "049-088-017",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:33:48.44",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 672,
- "TaskNum": 23357,
- "PalletCode": "PalletCode20240825023235S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "017-014-038",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "017-014-038",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:33:57.527",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 674,
- "TaskNum": 23406,
- "PalletCode": "PalletCode20240825023245S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "024-092-095",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "024-092-095",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:34:06.647",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 676,
- "TaskNum": 23416,
- "PalletCode": "PalletCode20240825023253S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "093-021-009",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "093-021-009",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:34:16.483",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 678,
- "TaskNum": 23425,
- "PalletCode": "PalletCode20240825023302S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "031-071-099",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "031-071-099",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:34:25.94",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 680,
- "TaskNum": 23435,
- "PalletCode": "PalletCode20240825023312S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "006-013-099",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "006-013-099",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:34:35.3",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 682,
- "TaskNum": 23445,
- "PalletCode": "PalletCode20240825023322S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "042-002-090",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "042-002-090",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:34:45.563",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 684,
- "TaskNum": 23454,
- "PalletCode": "PalletCode20240825023332S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "091-040-094",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "091-040-094",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:34:54.377",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 686,
- "TaskNum": 23505,
- "PalletCode": "PalletCode20240825023342S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "088-094-051",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "088-094-051",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:35:05.353",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 688,
- "TaskNum": 23516,
- "PalletCode": "PalletCode20240825023353S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "007-087-062",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "007-087-062",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:35:16.663",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 690,
- "TaskNum": 23526,
- "PalletCode": "PalletCode20240825023402S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "057-079-030",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "057-079-030",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:35:26.56",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 692,
- "TaskNum": 23536,
- "PalletCode": "PalletCode20240825023411S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "099-042-076",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "099-042-076",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:35:36.603",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 694,
- "TaskNum": 23546,
- "PalletCode": "PalletCode20240825023422S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "033-020-007",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "033-020-007",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:35:46.723",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 696,
- "TaskNum": 23555,
- "PalletCode": "PalletCode20240825023431S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "051-037-038",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "051-037-038",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:35:55.493",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 698,
- "TaskNum": 23606,
- "PalletCode": "PalletCode20240825023440S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "030-092-065",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "030-092-065",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:36:06.473",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 700,
- "TaskNum": 23617,
- "PalletCode": "PalletCode20240825023451S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "034-086-048",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "034-086-048",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:36:17.633",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 702,
- "TaskNum": 23626,
- "PalletCode": "PalletCode20240825023500S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "049-016-098",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "049-016-098",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:36:26.627",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 704,
- "TaskNum": 23638,
- "PalletCode": "PalletCode20240825023510S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "048-096-024",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "048-096-024",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:36:38.807",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 706,
- "TaskNum": 23647,
- "PalletCode": "PalletCode20240825023521S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "065-076-083",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "065-076-083",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:36:47.437",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 708,
- "TaskNum": 23658,
- "PalletCode": "PalletCode20240825023531S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "080-086-055",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "080-086-055",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:36:58.463",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 710,
- "TaskNum": 23707,
- "PalletCode": "PalletCode20240825023542S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "084-039-051",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "084-039-051",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:37:07.49",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 712,
- "TaskNum": 23717,
- "PalletCode": "PalletCode20240825023553S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "066-075-014",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "066-075-014",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:37:17.497",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 714,
- "TaskNum": 23727,
- "PalletCode": "PalletCode20240825023601S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "014-023-071",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "014-023-071",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:37:27.533",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 716,
- "TaskNum": 23738,
- "PalletCode": "PalletCode20240825023612S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "033-091-007",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "033-091-007",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:37:38.557",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 718,
- "TaskNum": 23748,
- "PalletCode": "PalletCode20240825023622S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "041-036-048",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "041-036-048",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:37:48.567",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 720,
- "TaskNum": 23757,
- "PalletCode": "PalletCode20240825023631S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "052-089-019",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "052-089-019",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:37:57.447",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 722,
- "TaskNum": 23807,
- "PalletCode": "PalletCode20240825023642S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "002-022-033",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "002-022-033",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:38:07.427",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 724,
- "TaskNum": 23816,
- "PalletCode": "PalletCode20240825023653S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "056-024-014",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "056-024-014",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:38:16.397",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 726,
- "TaskNum": 23826,
- "PalletCode": "PalletCode20240825023702S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "031-081-005",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "031-081-005",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:38:26.657",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 728,
- "TaskNum": 23835,
- "PalletCode": "PalletCode20240825023713S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "011-047-084",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "011-047-084",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:38:35.563",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 730,
- "TaskNum": 23845,
- "PalletCode": "PalletCode20240825023723S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "051-025-075",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "051-025-075",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:38:45.68",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 732,
- "TaskNum": 23855,
- "PalletCode": "PalletCode20240825023733S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "079-041-085",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "079-041-085",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:38:55.38",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 734,
- "TaskNum": 23905,
- "PalletCode": "PalletCode20240825023744S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "076-082-027",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "076-082-027",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:39:05.74",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 736,
- "TaskNum": 23916,
- "PalletCode": "PalletCode20240825023753S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "027-055-041",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "027-055-041",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:39:16.583",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 738,
- "TaskNum": 23925,
- "PalletCode": "PalletCode20240825023802S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "035-036-070",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "035-036-070",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:39:25.373",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 740,
- "TaskNum": 23936,
- "PalletCode": "PalletCode20240825023812S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "080-091-047",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "080-091-047",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:39:36.37",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 742,
- "TaskNum": 23944,
- "PalletCode": "PalletCode20240825023821S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "083-034-079",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "083-034-079",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:39:44.57",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 743,
- "TaskNum": 23951,
- "PalletCode": "PalletCode20240825023830S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "022-033-002",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "022-033-002",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:39:51.573",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 746,
- "TaskNum": 24002,
- "PalletCode": "PalletCode20240825023840S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "014-043-078",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "014-043-078",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:40:02.56",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 748,
- "TaskNum": 24010,
- "PalletCode": "PalletCode20240825023850S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "001-005-087",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "001-005-087",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:40:10.437",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 750,
- "TaskNum": 24022,
- "PalletCode": "PalletCode20240825023902S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "089-064-091",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "089-064-091",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:40:22.783",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 752,
- "TaskNum": 24032,
- "PalletCode": "PalletCode20240825023911S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "038-098-023",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "038-098-023",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:40:32.54",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 754,
- "TaskNum": 24039,
- "PalletCode": "PalletCode20240825023921S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "035-059-080",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "035-059-080",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:40:39.587",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 756,
- "TaskNum": 24049,
- "PalletCode": "PalletCode20240825023930S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "093-019-017",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "093-019-017",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:40:49.457",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 758,
- "TaskNum": 24058,
- "PalletCode": "PalletCode20240825023940S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "071-086-014",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "071-086-014",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:40:58.433",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 760,
- "TaskNum": 24110,
- "PalletCode": "PalletCode20240825023950S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "040-041-073",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "040-041-073",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:41:10.477",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 762,
- "TaskNum": 24122,
- "PalletCode": "PalletCode20240825023957S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "050-027-057",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "050-027-057",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:41:22.753",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 764,
- "TaskNum": 24132,
- "PalletCode": "PalletCode20240825024006S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "062-077-037",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "062-077-037",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:41:32.54",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 766,
- "TaskNum": 24145,
- "PalletCode": "PalletCode20240825024016S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "052-053-091",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "052-053-091",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:41:45.537",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 768,
- "TaskNum": 24156,
- "PalletCode": "PalletCode20240825024027S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "058-037-011",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "058-037-011",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:41:56.617",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 770,
- "TaskNum": 24204,
- "PalletCode": "PalletCode20240825024037S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "002-082-018",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "002-082-018",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:42:04.973",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 772,
- "TaskNum": 24213,
- "PalletCode": "PalletCode20240825024045S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "090-080-027",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "090-080-027",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:42:13.947",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 774,
- "TaskNum": 24224,
- "PalletCode": "PalletCode20240825024054S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "048-049-062",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "048-049-062",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:42:24.71",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 776,
- "TaskNum": 24234,
- "PalletCode": "PalletCode20240825024104S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "057-028-087",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "057-028-087",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:42:34.58",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 778,
- "TaskNum": 24246,
- "PalletCode": "PalletCode20240825024114S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "063-031-090",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "063-031-090",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:42:46.677",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 780,
- "TaskNum": 24256,
- "PalletCode": "PalletCode20240825024126S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "055-059-067",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "055-059-067",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:42:56.527",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 782,
- "TaskNum": 24305,
- "PalletCode": "PalletCode20240825024137S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "090-085-049",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "090-085-049",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:43:05.537",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 784,
- "TaskNum": 24314,
- "PalletCode": "PalletCode20240825024150S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "032-079-081",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "032-079-081",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:43:14.737",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 786,
- "TaskNum": 24322,
- "PalletCode": "PalletCode20240825024201S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "034-012-005",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "034-012-005",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:43:22.807",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 788,
- "TaskNum": 24333,
- "PalletCode": "PalletCode20240825024210S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "053-095-043",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "053-095-043",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:43:33.547",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 790,
- "TaskNum": 24344,
- "PalletCode": "PalletCode20240825024217S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "019-074-046",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "019-074-046",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:43:44.55",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 792,
- "TaskNum": 24355,
- "PalletCode": "PalletCode20240825024229S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "041-093-012",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "041-093-012",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:43:55.583",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 794,
- "TaskNum": 24406,
- "PalletCode": "PalletCode20240825024239S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "011-052-069",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "011-052-069",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:44:06.55",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 796,
- "TaskNum": 24416,
- "PalletCode": "PalletCode20240825024250S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "024-083-062",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "024-083-062",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:44:16.44",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 798,
- "TaskNum": 24426,
- "PalletCode": "PalletCode20240825024301S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "039-051-059",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "039-051-059",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:44:26.53",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 800,
- "TaskNum": 24435,
- "PalletCode": "PalletCode20240825024312S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "010-020-061",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "010-020-061",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:44:35.503",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 802,
- "TaskNum": 24447,
- "PalletCode": "PalletCode20240825024321S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "037-095-009",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "037-095-009",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:44:47.747",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 804,
- "TaskNum": 24455,
- "PalletCode": "PalletCode20240825024328S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "033-063-083",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "033-063-083",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:44:55.37",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 806,
- "TaskNum": 24506,
- "PalletCode": "PalletCode20240825024339S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "090-032-060",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "090-032-060",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:45:06.587",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 808,
- "TaskNum": 24517,
- "PalletCode": "PalletCode20240825024348S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "037-081-034",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "037-081-034",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:45:17.42",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 810,
- "TaskNum": 24526,
- "PalletCode": "PalletCode20240825024359S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "029-025-077",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "029-025-077",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:45:26.703",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 812,
- "TaskNum": 24534,
- "PalletCode": "PalletCode20240825024411S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "003-039-062",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "003-039-062",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:45:34.74",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 814,
- "TaskNum": 24543,
- "PalletCode": "PalletCode20240825024422S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "097-019-015",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "097-019-015",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:45:43.507",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 816,
- "TaskNum": 24552,
- "PalletCode": "PalletCode20240825024431S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "007-093-097",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "007-093-097",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:45:52.28",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 818,
- "TaskNum": 24601,
- "PalletCode": "PalletCode20240825024442S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "075-001-019",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "075-001-019",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:46:01.59",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 820,
- "TaskNum": 24611,
- "PalletCode": "PalletCode20240825024453S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "097-079-097",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "097-079-097",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:46:11.46",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 822,
- "TaskNum": 24621,
- "PalletCode": "PalletCode20240825024502S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "024-060-056",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "024-060-056",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:46:21.467",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 824,
- "TaskNum": 24630,
- "PalletCode": "PalletCode20240825024512S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "036-041-031",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "036-041-031",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:46:30.863",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 826,
- "TaskNum": 24642,
- "PalletCode": "PalletCode20240825024522S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "025-009-001",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "025-009-001",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:46:42.72",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 828,
- "TaskNum": 24652,
- "PalletCode": "PalletCode20240825024531S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "045-004-082",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "045-004-082",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:46:52.703",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 830,
- "TaskNum": 24701,
- "PalletCode": "PalletCode20240825024539S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "099-097-055",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "099-097-055",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:47:01.357",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 832,
- "TaskNum": 24713,
- "PalletCode": "PalletCode20240825024548S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "019-018-012",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "019-018-012",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:47:13.607",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 834,
- "TaskNum": 24722,
- "PalletCode": "PalletCode20240825024557S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "002-074-041",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "002-074-041",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:47:22.68",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 836,
- "TaskNum": 24734,
- "PalletCode": "PalletCode20240825024608S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "088-097-035",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "088-097-035",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:47:34.733",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 838,
- "TaskNum": 24745,
- "PalletCode": "PalletCode20240825024618S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "077-038-048",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "077-038-048",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:47:45.923",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 840,
- "TaskNum": 24756,
- "PalletCode": "PalletCode20240825024627S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "028-004-066",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "028-004-066",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:47:56.66",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 842,
- "TaskNum": 24807,
- "PalletCode": "PalletCode20240825024635S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "083-019-074",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "083-019-074",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:48:07.61",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 844,
- "TaskNum": 24818,
- "PalletCode": "PalletCode20240825024646S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "041-051-050",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "041-051-050",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:48:18.553",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 846,
- "TaskNum": 24828,
- "PalletCode": "PalletCode20240825024657S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "040-070-031",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "040-070-031",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:48:28.573",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 848,
- "TaskNum": 24838,
- "PalletCode": "PalletCode20240825024706S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "057-006-045",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "057-006-045",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:48:38.443",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 850,
- "TaskNum": 24848,
- "PalletCode": "PalletCode20240825024717S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "086-012-046",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "086-012-046",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:48:48.423",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 852,
- "TaskNum": 24858,
- "PalletCode": "PalletCode20240825024727S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "046-091-095",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "046-091-095",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:48:58.593",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 854,
- "TaskNum": 24908,
- "PalletCode": "PalletCode20240825024739S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "033-024-054",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "033-024-054",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:49:08.667",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 856,
- "TaskNum": 24916,
- "PalletCode": "PalletCode20240825024751S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "015-064-012",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "015-064-012",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:49:16.427",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 858,
- "TaskNum": 24925,
- "PalletCode": "PalletCode20240825024801S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "098-067-087",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "098-067-087",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:49:25.417",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 860,
- "TaskNum": 24934,
- "PalletCode": "PalletCode20240825024812S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "051-009-098",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "051-009-098",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:49:34.753",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 862,
- "TaskNum": 24945,
- "PalletCode": "PalletCode20240825024822S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "057-002-058",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "057-002-058",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:49:45.387",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 864,
- "TaskNum": 24954,
- "PalletCode": "PalletCode20240825024833S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "039-031-063",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "039-031-063",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:49:54.573",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 866,
- "TaskNum": 25005,
- "PalletCode": "PalletCode20240825024843S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "043-057-035",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "043-057-035",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:50:05.473",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 868,
- "TaskNum": 25014,
- "PalletCode": "PalletCode20240825024853S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "038-082-001",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "038-082-001",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:50:14.44",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 870,
- "TaskNum": 25025,
- "PalletCode": "PalletCode20240825024903S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "098-023-095",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "098-023-095",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:50:25.493",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 872,
- "TaskNum": 25035,
- "PalletCode": "PalletCode20240825024914S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "062-044-086",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "062-044-086",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:50:35.82",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 874,
- "TaskNum": 25044,
- "PalletCode": "PalletCode20240825024923S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "034-042-079",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "034-042-079",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:50:44.413",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 876,
- "TaskNum": 25053,
- "PalletCode": "PalletCode20240825024931S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "014-017-049",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "014-017-049",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:50:53.59",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 878,
- "TaskNum": 25102,
- "PalletCode": "PalletCode20240825024940S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "040-069-087",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "040-069-087",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:51:02.507",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 880,
- "TaskNum": 25112,
- "PalletCode": "PalletCode20240825024949S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "054-097-056",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "054-097-056",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:51:12.627",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 882,
- "TaskNum": 25122,
- "PalletCode": "PalletCode20240825024959S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "005-096-051",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "005-096-051",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:51:22.283",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 884,
- "TaskNum": 25131,
- "PalletCode": "PalletCode20240825025010S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "034-029-064",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "034-029-064",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:51:31.237",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 885,
- "TaskNum": 25142,
- "PalletCode": "PalletCode20240825025019S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "058-048-029",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "058-048-029",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:51:43.027",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 888,
- "TaskNum": 25154,
- "PalletCode": "PalletCode20240825025031S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "068-076-024",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "068-076-024",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:51:54.42",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 890,
- "TaskNum": 25204,
- "PalletCode": "PalletCode20240825025040S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "077-051-069",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "077-051-069",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:52:05.24",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 892,
- "TaskNum": 25228,
- "PalletCode": "PalletCode20240825025050S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "071-015-014",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "071-015-014",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:52:28.857",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 894,
- "TaskNum": 25240,
- "PalletCode": "PalletCode20240825025100S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "062-055-075",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "062-055-075",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:52:40.357",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 896,
- "TaskNum": 25249,
- "PalletCode": "PalletCode20240825025108S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "015-072-078",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "015-072-078",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:52:49.883",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 898,
- "TaskNum": 25258,
- "PalletCode": "PalletCode20240825025118S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "090-054-019",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "090-054-019",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:52:58.73",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 900,
- "TaskNum": 25309,
- "PalletCode": "PalletCode20240825025127S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "085-074-097",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "085-074-097",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:53:09.573",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 902,
- "TaskNum": 25317,
- "PalletCode": "PalletCode20240825025136S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "057-075-077",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "057-075-077",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:53:17.513",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 904,
- "TaskNum": 25328,
- "PalletCode": "PalletCode20240825025148S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "017-021-041",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "017-021-041",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:53:28.903",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 906,
- "TaskNum": 25339,
- "PalletCode": "PalletCode20240825025159S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "066-021-033",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "066-021-033",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:53:39.533",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 908,
- "TaskNum": 25347,
- "PalletCode": "PalletCode20240825025210S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "009-071-059",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "009-071-059",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:53:47.633",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 910,
- "TaskNum": 25359,
- "PalletCode": "PalletCode20240825025232S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "055-024-068",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "055-024-068",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:53:59.587",
- "Modifier": null,
- "ModifyDate": null
- },
- {
- "TaskId": 912,
- "TaskNum": 25410,
- "PalletCode": "PalletCode20240825025246S",
- "Roadway": "SC01",
- "TaskType": 100,
- "TaskState": 100,
- "SourceAddress": "059-075-060",
- "TargetAddress": "CLOutAreaA",
- "CurrentAddress": "059-075-060",
- "NextAddress": "111",
- "ExceptionMessage": null,
- "Grade": 1,
- "WMSId": 0,
- "Dispatchertime": null,
- "Remark": null,
- "Creater": "System",
- "CreateDate": "2024-08-25T02:54:10.383",
- "Modifier": null,
- "ModifyDate": null
- }
-]
\ No newline at end of file
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_TaskInfoService/TaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_TaskInfoService/TaskService.cs"
index e0750af..f2ba945 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_TaskInfoService/TaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_TaskInfoService/TaskService.cs"
@@ -455,5 +455,23 @@
BaseDal.DeleteAndMoveIntoHty(tasks, OperateTypeEnum.浜哄伐鍒犻櫎);
return WebResponseContent.Instance.OK($"鎴愬姛鍒犻櫎{tasks.Count}鏉℃暟鎹�");
}
+ /// <summary>
+ /// 鏍规嵁鍫嗗灈鏈鸿澶囩紪鍙�/浠诲姟绫诲瀷鍒嗙被鑾峰彇浠诲姟
+ /// </summary>
+ /// <param name="DeviceCode"></param>
+ /// <param name="taskTypeGroup"></param>
+ /// <returns></returns>
+ public Dt_Task QueryStackerTask(string DeviceCode, TaskTypeGroup? taskTypeGroup = null)
+ {
+ if (taskTypeGroup == null)
+ {
+ return BaseDal.QueryFirst(x => x.DeviceCode == DeviceCode && x.TaskState == (int)TaskStatusEnum.SC_Execute, TaskOrderBy);
+ }
+ else
+ {
+
+ return BaseDal.QueryFirst(x => x.DeviceCode == DeviceCode && x.TaskState == (int)TaskStatusEnum.SC_Execute && (taskTypeGroup == TaskTypeGroup.InboundGroup ? TaskInboundTypes.Contains(x.TaskType) : TaskOutboundTypes.Contains(x.TaskType)), TaskOrderBy);
+ }
+ }
}
}
\ No newline at end of file
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneJob.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneJob.cs"
index fb0052a..6845aaa 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneJob.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCSServers/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneJob.cs"
@@ -1,6 +1,7 @@
锘縰sing Quartz;
using System.Collections.Concurrent;
using System.Net.Sockets;
+using WIDESEAWCS_Common.TaskEnum;
using WIDESEAWCS_Core.Helper;
using WIDESEAWCS_ITaskInfoRepository;
using WIDESEAWCS_ITaskInfoService;
@@ -74,7 +75,7 @@
}
// 鑾峰彇褰撳墠闇�涓嬪彂浠诲姟骞剁紦瀛樺埌鐘舵�佷腑
Dt_Task? task = GetTask(Crane);
- if (task != null && state.CurrentTask == null && state.StackerRunMode == (int)StackerModeEnum.Automatic && state.StackerError == (int)StackerErrorEnum.Normal && state.StackerTaskNum == 0)
+ if (task != null && state.CurrentTask == null && state.StackerRunMode== && state.StackerTaskNum == 0)
{
SendStackerTask(task, state);
}
@@ -127,9 +128,9 @@
return _TcpSocket.SendToDeviceAsync(state.IPAddress, message).Result;
}
- private Dt_Task? GetTask(StackerCraneDevice stackerCrane)
+ private Dt_Task? GetTask(StackerCraneDevice stackerCrane, TaskTypeGroup? taskTypeGroup = null)
{
- return null;
+ return _taskService.QueryStackerTask(stackerCrane.DeviceCode,taskTypeGroup);
}
}
@@ -148,12 +149,17 @@
public int? StackerTaskNum { get; set; }
/// <summary>
- /// 鍫嗗灈鏈鸿繍琛屾ā寮�
+ /// 鍫嗗灈鏈鸿繍琛屾ā寮�<br/>
+ /// 1锛氳嚜鍔ㄦā寮�<br/>
+ /// 2锛氬仠姝㈡ā寮�<br/>
+ /// 3锛氭墜鍔ㄦā寮忔垨绂荤嚎妯″紡<br/>
/// </summary>
public int? StackerRunMode { get; set; }
/// <summary>
- /// 鍫嗗灈鏈烘晠闅滅姸鎬�
+ /// 鍫嗗灈鏈烘晠闅滅姸鎬�<br/>
+ /// 姝e父<br/>
+ /// 鏁呴殰<br/>
/// </summary>
public int? StackerError { get; set; }
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Common/StockEnum/StockStatusMenu.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Common/StockEnum/StockStatusMenu.cs"
index 2a586d1..8047b57 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Common/StockEnum/StockStatusMenu.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Common/StockEnum/StockStatusMenu.cs"
@@ -23,8 +23,14 @@
[Description("缁勭洏鏆傚瓨")]
缁勭洏鏆傚瓨 = 1,
+ [Description("缁勭洏鎾ら攢")]
+ 缁勭洏鎾ら攢 = 2,
+
[Description("鍏ュ簱纭")]
鍏ュ簱纭 = 3,
+
+ [Description("鍏ュ簱鎾ら攢")]
+ 鍏ュ簱鎾ら攢 = 4,
[Description("鍏ュ簱瀹屾垚")]
鍏ュ簱瀹屾垚 = 6,
@@ -36,51 +42,6 @@
鍑哄簱瀹屾垚 = 8,
[Description("绉诲簱閿佸畾")]
- 绉诲簱閿佸畾 = 9,
-
- [Description("鑰佸巶閫�鏂欐殏瀛�")]
- 鑰佸巶閫�鏂欐殏瀛� = 10,
-
- [Description("鍗氭�濋�氱粍鐩樻殏瀛�")]
- 鍗氭�濋�氱粍鐩樻殏瀛� = 11,
-
- [Description("鎵嬪姩缁勭洏鏆傚瓨")]
- 鎵嬪姩缁勭洏鏆傚瓨 = 12,
-
- [Description("鎵嬪姩缁勭洏鍏ュ簱纭")]
- 鎵嬪姩缁勭洏鍏ュ簱纭 = 13,
-
- [Description("鎷i�夊畬鎴�")]
- 鎷i�夊畬鎴� =14,
-
- [Description("鑰佸巶閫�搴�")]
- 鑰佸巶閫�搴� = 15,
-
- [Description("MES浣欐枡閫�搴�")]
- MES浣欐枡閫�搴� = 21,
-
- [Description("MES绌烘墭閫�搴�")]
- MES绌烘墭閫�搴� = 22,
- }
- /// <summary>
- /// 鎴愬搧搴撳瓨灞炴�э細<br/>
- /// 1:鎴愬搧<br/>
- /// 2:鍗婃垚鍝�<br/>
- /// 3:鍘熸潗鏂�<br/>
- /// 4:杈呮枡澶囦欢<br/>
- /// 5:绌烘墭<br/>
- /// </summary>
- public enum ProStockAttributeEnum
- {
- [Description("鎴愬搧")]
- 鎴愬搧 =1,
- [Description("鍗婃垚鍝�")]
- 鍗婃垚鍝� = 2,
- [Description("鍘熸潗鏂�")]
- 鍘熸潗鏂� = 3,
- [Description("杈呮枡澶囦欢")]
- 杈呮枡澶囦欢 = 4,
- [Description("绌烘墭")]
- 绌烘墭 = 5,
+ 绉诲簱閿佸畾 = 9
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IBlankStockInfo_HtyRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IBlankStockInfo_HtyRepository.cs"
deleted file mode 100644
index edc3bb2..0000000
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IBlankStockInfo_HtyRepository.cs"
+++ /dev/null
@@ -1,14 +0,0 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using WIDESEA_Core.BaseRepository;
-using WIDESEA_Model.Models;
-
-namespace WIDESEA_IStockRepository
-{
- public interface IBlankStockInfo_HtyRepository : IRepository<Dt_BlankStockInfo_Hty>
- {
- }
-}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IBlankStockInfoRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfoRepository.cs"
similarity index 74%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IBlankStockInfoRepository.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfoRepository.cs"
index d5c9706..1825584 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IBlankStockInfoRepository.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfoRepository.cs"
@@ -8,7 +8,7 @@
namespace WIDESEA_IStockRepository
{
- public interface IBlankStockInfoRepository : IRepository<Dt_BlankStockInfo>
+ public interface IStockInfoRepository : IRepository<Dt_StockInfo>
{
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IBlankStockInfoRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfo_HtyRepository.cs"
similarity index 74%
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IBlankStockInfoRepository.cs"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfo_HtyRepository.cs"
index d5c9706..5d06d93 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IBlankStockInfoRepository.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockRepository/IStockInfo_HtyRepository.cs"
@@ -8,7 +8,7 @@
namespace WIDESEA_IStockRepository
{
- public interface IBlankStockInfoRepository : IRepository<Dt_BlankStockInfo>
+ public interface IStockInfo_HtyRepository : IRepository<Dt_StockInfo_Hty>
{
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IBlankStockInfoService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs"
similarity index 75%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IBlankStockInfoService.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs"
index d4ca0de..ec46b5e 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IBlankStockInfoService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfoService.cs"
@@ -8,7 +8,7 @@
namespace WIDESEA_IStockService
{
- public interface IBlankStockInfoService : IService<Dt_BlankStockInfo>
+ public interface IStockInfoService : IService<Dt_StockInfo>
{
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IBlankStockInfo_HtyService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfo_HtyService.cs"
similarity index 65%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IBlankStockInfo_HtyService.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfo_HtyService.cs"
index 946f1fc..c811be9 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IBlankStockInfo_HtyService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_IStockService/IStockInfo_HtyService.cs"
@@ -9,8 +9,8 @@
namespace WIDESEA_IStockService
{
- public interface IBlankStockInfo_HtyService : IService<Dt_BlankStockInfo_Hty>
+ public interface IStockInfo_HtyService : IService<Dt_StockInfo_Hty>
{
- IBlankStockInfo_HtyRepository Repository { get; }
+ IStockInfo_HtyRepository Repository { get; }
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs"
similarity index 77%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs"
index 8b3b3d8..978345d 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs"
@@ -9,10 +9,10 @@
namespace WIDESEA_Model.Models
{
/// <summary>
- /// 鍧枡闅旂儹搴撳瓨淇℃伅
+ /// 搴撳瓨淇℃伅
/// </summary>
- [SugarTable(nameof(Dt_BlankStockInfo), "鍧枡闅旂儹搴撳瓨淇℃伅")]
- public class Dt_BlankStockInfo : BaseEntity
+ [SugarTable(nameof(Dt_StockInfo), "搴撳瓨淇℃伅")]
+ public class Dt_StockInfo : BaseEntity
{
/// <summary>
/// 涓婚敭
@@ -21,15 +21,15 @@
public int Id { get; set; }
/// <summary>
- /// 妯″叿缂栧彿
+ /// 鏂欐缂栧彿
/// </summary>
- [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "妯″叿缂栧彿")]
+ [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鏂欐缂栧彿")]
public string ContainerCode { get; set; }
/// <summary>
/// 璐т綅缂栧彿
/// </summary>
- [SugarColumn(IsNullable = false, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
+ [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "璐т綅缂栧彿")]
public string LocationCode { get; set; }
/// <summary>
@@ -51,15 +51,9 @@
public int StockStatus { get; set; }
/// <summary>
- /// 鏄惁绌烘
- /// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁绌烘")]
- public bool IsEmpty { get; set; }
-
- /// <summary>
/// 鏄惁婊℃
/// </summary>
- [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鏄惁婊℃")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁婊℃")]
public bool IsFill { get; set; }
/// <summary>
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo_Hty.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo_Hty.cs"
similarity index 87%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo_Hty.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo_Hty.cs"
index 56c5137..85c09cb 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_BlankStockInfo_Hty.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_Model/Models/Stock/Dt_StockInfo_Hty.cs"
@@ -10,10 +10,10 @@
namespace WIDESEA_Model.Models
{
/// <summary>
- /// 鍧枡闅旂儹搴撳瓨淇℃伅鍘嗗彶
+ /// 搴撳瓨淇℃伅鍘嗗彶
/// </summary>
- [SugarTable(nameof(Dt_BlankStockInfo_Hty), "搴撳瓨淇℃伅")]
- public class Dt_BlankStockInfo_Hty : Dt_BlankStockInfo, IBaseHistoryEntity
+ [SugarTable(nameof(Dt_StockInfo_Hty), "搴撳瓨淇℃伅鍘嗗彶")]
+ public class Dt_StockInfo_Hty : Dt_StockInfo, IBaseHistoryEntity
{
/// <summary>
/// 鍘熻〃涓婚敭
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/BlankStockInfo_HtyRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/BlankStockInfo_HtyRepository.cs"
deleted file mode 100644
index 9e65f00..0000000
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/BlankStockInfo_HtyRepository.cs"
+++ /dev/null
@@ -1,18 +0,0 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using WIDESEA_Core.BaseRepository;
-using WIDESEA_IStockRepository;
-using WIDESEA_Model.Models;
-
-namespace WIDESEA_StockRepository
-{
- public class BlankStockInfo_HtyRepository : RepositoryBase<Dt_BlankStockInfo_Hty>, IBlankStockInfo_HtyRepository
- {
- public BlankStockInfo_HtyRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
- {
- }
- }
-}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/BlankStockInfoRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/StockInfoRepository.cs"
similarity index 64%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/BlankStockInfoRepository.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/StockInfoRepository.cs"
index 1202882..c7f8597 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/BlankStockInfoRepository.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/StockInfoRepository.cs"
@@ -10,10 +10,10 @@
namespace WIDESEA_StockRepository
{
- public class BlankStockInfoRepository : RepositoryBase<Dt_BlankStockInfo>, IBlankStockInfoRepository
+ public class StockInfoRepository : RepositoryBase<Dt_StockInfo>, IStockInfoRepository
{
private readonly IBasicRepository _basicRepository;
- public BlankStockInfoRepository(IUnitOfWorkManage unitOfWorkManage, IBasicRepository basicRepository) : base(unitOfWorkManage)
+ public StockInfoRepository(IUnitOfWorkManage unitOfWorkManage, IBasicRepository basicRepository) : base(unitOfWorkManage)
{
_basicRepository = basicRepository;
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/StockInfo_HtyRepository.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/StockInfo_HtyRepository.cs"
new file mode 100644
index 0000000..f3af697
--- /dev/null
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockRepository/StockInfo_HtyRepository.cs"
@@ -0,0 +1,18 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using WIDESEA_Core.BaseRepository;
+using WIDESEA_IStockRepository;
+using WIDESEA_Model.Models;
+
+namespace WIDESEA_StockRepository
+{
+ public class StockInfo_HtyRepository : RepositoryBase<Dt_StockInfo_Hty>, IStockInfo_HtyRepository
+ {
+ public StockInfo_HtyRepository(IUnitOfWorkManage unitOfWorkManage) : base(unitOfWorkManage)
+ {
+ }
+ }
+}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/BlankStockInfoService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/StockInfoService.cs"
similarity index 61%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/BlankStockInfoService.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/StockInfoService.cs"
index 0693511..ce6b319 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/BlankStockInfoService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/StockInfoService.cs"
@@ -10,10 +10,10 @@
namespace WIDESEA_StockService
{
- public partial class BlankStockInfoService : ServiceBase<Dt_BlankStockInfo, IRepository<Dt_BlankStockInfo>>, IBlankStockInfoService
+ public partial class StockInfoService : ServiceBase<Dt_StockInfo, IRepository<Dt_StockInfo>>, IStockInfoService
{
private readonly IUnitOfWorkManage _unitOfWorkManage;
- public BlankStockInfoService(IRepository<Dt_BlankStockInfo> BaseDal, IUnitOfWorkManage unitOfWorkManage) : base(BaseDal)
+ public StockInfoService(IRepository<Dt_StockInfo> BaseDal, IUnitOfWorkManage unitOfWorkManage) : base(BaseDal)
{
_unitOfWorkManage = unitOfWorkManage;
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/BlankStockInfo_HtyService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/StockInfo_HtyService.cs"
similarity index 61%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/BlankStockInfo_HtyService.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/StockInfo_HtyService.cs"
index 5c71a5f..43834c2 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/BlankStockInfo_HtyService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_StockService/StockInfo_HtyService.cs"
@@ -10,10 +10,10 @@
namespace WIDESEA_StockService
{
- public partial class BlankStockInfo_HtyService : ServiceBase<Dt_BlankStockInfo_Hty, IBlankStockInfo_HtyRepository>, IBlankStockInfo_HtyService
+ public partial class StockInfo_HtyService : ServiceBase<Dt_StockInfo_Hty, IBlankStockInfo_HtyRepository>, IStockInfo_HtyService
{
public IBlankStockInfo_HtyRepository Repository => BaseDal;
- public BlankStockInfo_HtyService(IBlankStockInfo_HtyRepository BaseDal) : base(BaseDal)
+ public StockInfo_HtyService(IBlankStockInfo_HtyRepository BaseDal) : base(BaseDal)
{
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_SystemService/Sys_DictionaryService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_SystemService/Sys_DictionaryService.cs"
index cf13aae..d541a34 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_SystemService/Sys_DictionaryService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_SystemService/Sys_DictionaryService.cs"
@@ -555,33 +555,6 @@
result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data };
}
break;
- case "proStockAttributeEnum":
- {
- List<object> data = new List<object>();
-
- {
- Type type = typeof(ProStockAttributeEnum);
- List<int> enums = Enum.GetValues(typeof(ProStockAttributeEnum)).Cast<int>().ToList();
- int index = 0;
- foreach (var item in enums)
- {
- FieldInfo? fieldInfo = typeof(ProStockAttributeEnum).GetField(((ProStockAttributeEnum)item).ToString());
- DescriptionAttribute? description = fieldInfo.GetCustomAttribute<DescriptionAttribute>();
- if (description != null)
- {
- data.Add(new { key = item.ToString(), value = description.Description });
- }
- else
- {
- data.Add(new { key = item.ToString(), value = item.ToString() });
- }
- index++;
- }
- }
-
- result = new VueDictionaryDTO { DicNo = key, Config = "", Data = data };
- }
- break;
case "materielTypeEnum":
{
List<object> data = new List<object>();
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_TaskInfoService/TaskService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_TaskInfoService/TaskService.cs"
index 5a1c0cb..57c2da6 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_TaskInfoService/TaskService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_TaskInfoService/TaskService.cs"
@@ -42,7 +42,7 @@
private readonly IBasicService _basicService;
private readonly IInvokeERPService _invokeERPService;
private readonly IInvokeMESService _invokeMESService;
- private readonly IRepository<Dt_BlankStockInfo> _blankStockInfoRepository;
+ private readonly IRepository<Dt_StockInfo> _blankStockInfoRepository;
private readonly IApiInfoRepository _apiInfoRepository;
public ITaskRepository Repository => BaseDal;
@@ -56,7 +56,7 @@
public List<int> TaskOutboundTypes => typeof(TaskTypeEnum).GetEnumIndexList().Where(x => x >= 100 && x < 500).ToList();
- public TaskService(ITaskRepository BaseDal, IMapper mapper, IUnitOfWorkManage unitOfWorkManage, IBasicService basicService, IBasicRepository basicRepository, IInvokeERPService invokeERPService, IInvokeMESService invokeMESService, IRepository<Dt_BlankStockInfo> blankStockInfoRepository, IApiInfoRepository _apiInfoRepository) : base(BaseDal)
+ public TaskService(ITaskRepository BaseDal, IMapper mapper, IUnitOfWorkManage unitOfWorkManage, IBasicService basicService, IBasicRepository basicRepository, IInvokeERPService invokeERPService, IInvokeMESService invokeMESService, IRepository<Dt_StockInfo> blankStockInfoRepository, IApiInfoRepository _apiInfoRepository) : base(BaseDal)
{
_mapper = mapper;
_unitOfWorkManage = unitOfWorkManage;
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/BlankStockController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockController.cs"
similarity index 64%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/BlankStockController.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockController.cs"
index 7dee68c..969b190 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/BlankStockController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockController.cs"
@@ -10,9 +10,9 @@
/// </summary>
[Route("api/BlankStockInfo")]
[ApiController]
- public class BlankStockController : ApiBaseController<IBlankStockInfoService, Dt_BlankStockInfo>
+ public class BlankStockController : ApiBaseController<IStockInfoService, Dt_StockInfo>
{
- public BlankStockController(IBlankStockInfoService service) : base(service)
+ public BlankStockController(IStockInfoService service) : base(service)
{
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/BlankStockInfo_HtyController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfo_HtyController.cs"
similarity index 61%
rename from "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/BlankStockInfo_HtyController.cs"
rename to "\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfo_HtyController.cs"
index bc90777..4a4256c 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/BlankStockInfo_HtyController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Controllers/Stock/StockInfo_HtyController.cs"
@@ -10,9 +10,9 @@
/// </summary>
[Route("api/BlankStockInfo_Hty")]
[ApiController]
- public class BlankStockInfo_HtyController : ApiBaseController<IBlankStockInfo_HtyService, Dt_BlankStockInfo_Hty>
+ public class StockInfo_HtyController : ApiBaseController<IStockInfo_HtyService, Dt_StockInfo_Hty>
{
- public BlankStockInfo_HtyController(IBlankStockInfo_HtyService service) : base(service)
+ public StockInfo_HtyController(IStockInfo_HtyService service) : base(service)
{
}
}
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Program.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Program.cs"
index 2a5b7f2..1c5ae11 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Program.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/Program.cs"
@@ -44,7 +44,7 @@
builder.Services.AddWebSocketSetup();
builder.Services.AddSqlsugarSetup();//SqlSugar 启动服务
builder.Services.AddDbSetup();//Db 启动服务
-//builder.Services.AddInitializationHostServiceSetup();//应用初始化服务注入
+builder.Services.AddInitializationHostServiceSetup();//应用初始化服务注入
builder.Services.AddHostedService<PermissionDataHostService>();//应用初始化服务注入
builder.Services.AddAutoMapperSetup();
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/appsettings.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/appsettings.json"
index 0c638a9..bae6404 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/appsettings.json"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMSServices/WIDESEA_WMSServer/appsettings.json"
@@ -13,7 +13,7 @@
//杩炴帴瀛楃涓�
//"ConnectionString": "HTI6FB1H05Krd07mNm9yBCNhofW6edA5zLs9TY~MNthRYW3kn0qKbMIsGp~3yyPDF1YZUCPBQx8U0Jfk4PH~ajNFXVIwlH85M3F~v_qKYQ3CeAz3q1mLVDn8O5uWt1~3Ut2V3KRkEwYHvW2oMDN~QIDXPxDgXN0R2oTIhc9dNu7QNaLEknblqmHhjaNSSpERdDVZIgHnMKejU_SL49tralBkZmDNi0hmkbL~837j1NWe37u9fJKmv91QPb~16JsuI9uu0EvNZ06g6PuZfOSAeFH9GMMIZiketdcJG3tHelo=",
//"ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWMS_HUAIAN;User ID=sa;Password=P@ssw0rd;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
-"ConnectionString": "Data Source=.;Initial Catalog=WIDESEA_WMSFengLv;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
+ "ConnectionString": "Data Source=.;Initial Catalog=FengLv_WMS;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
//"ConnectionString": "Data Source=192.168.35.3;Initial Catalog=WIDESEA_WMSLLD;User ID=sa;Password=Sa123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
//鏃MS鏁版嵁搴撹繛鎺�
//"TeConnectionString": "Data Source=10.30.4.92;Initial Catalog=TeChuang;User ID=sa;Password=duo123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\265\201\347\250\213\350\265\204\346\226\231/\345\207\244\351\223\235\344\272\244\346\265\201\344\274\232\350\256\256\347\272\252\350\246\20120260115.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\346\265\201\347\250\213\350\265\204\346\226\231/\345\207\244\351\223\235\344\272\244\346\265\201\344\274\232\350\256\256\347\272\252\350\246\20120260115.xlsx"
index 33788e4..9f0cbe2 100644
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\346\265\201\347\250\213\350\265\204\346\226\231/\345\207\244\351\223\235\344\272\244\346\265\201\344\274\232\350\256\256\347\272\252\350\246\20120260115.xlsx"
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\346\265\201\347\250\213\350\265\204\346\226\231/\345\207\244\351\223\235\344\272\244\346\265\201\344\274\232\350\256\256\347\272\252\350\246\20120260115.xlsx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\347\221\236\345\243\253\346\240\274\346\217\220\344\276\233\347\232\204\350\260\203\347\240\224\346\250\241\347\211\210/CFW_333_SW_Host Interfaces_\345\207\244\351\223\235\351\241\271\347\233\256V1.1.docx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\347\221\236\345\243\253\346\240\274\346\217\220\344\276\233\347\232\204\350\260\203\347\240\224\346\250\241\347\211\210/CFW_333_SW_Host Interfaces_\345\207\244\351\223\235\351\241\271\347\233\256V1.1.docx"
index a0d2497..d6d931d 100644
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\347\221\236\345\243\253\346\240\274\346\217\220\344\276\233\347\232\204\350\260\203\347\240\224\346\250\241\347\211\210/CFW_333_SW_Host Interfaces_\345\207\244\351\223\235\351\241\271\347\233\256V1.1.docx"
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\347\221\236\345\243\253\346\240\274\346\217\220\344\276\233\347\232\204\350\260\203\347\240\224\346\250\241\347\211\210/CFW_333_SW_Host Interfaces_\345\207\244\351\223\235\351\241\271\347\233\256V1.1.docx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/Fenglv_Mould_Telegram specification SynQ-Pallet Conveyor.pdf" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/Fenglv_Mould_Telegram specification SynQ-Pallet Conveyor.pdf"
new file mode 100644
index 0000000..0cd87e2
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/Fenglv_Mould_Telegram specification SynQ-Pallet Conveyor.pdf"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/SIS\346\212\245\346\226\207\346\240\274\345\274\217\346\212\245\346\226\207\346\240\267\344\276\213V1.6\357\274\210\345\270\246\345\244\207\346\263\250\051.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/SIS\346\212\245\346\226\207\346\240\274\345\274\217\346\212\245\346\226\207\346\240\267\344\276\213V1.6\357\274\210\345\270\246\345\244\207\346\263\250\051.xlsx"
index 8ed7cbe..4775201 100644
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/SIS\346\212\245\346\226\207\346\240\274\345\274\217\346\212\245\346\226\207\346\240\267\344\276\213V1.6\357\274\210\345\270\246\345\244\207\346\263\250\051.xlsx"
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/SIS\346\212\245\346\226\207\346\240\274\345\274\217\346\212\245\346\226\207\346\240\267\344\276\213V1.6\357\274\210\345\270\246\345\244\207\346\263\250\051.xlsx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/\345\207\244\351\223\235\345\240\206\345\236\233\346\234\272\347\253\231\345\217\260SIS\347\274\226\345\217\26720260311.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/\345\207\244\351\223\235\345\240\206\345\236\233\346\234\272\347\253\231\345\217\260SIS\347\274\226\345\217\26720260311.xlsx"
new file mode 100644
index 0000000..1b47f91
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\200\232\350\256\257\345\215\217\350\256\256/\345\207\244\351\223\235\345\240\206\345\236\233\346\234\272\347\253\231\345\217\260SIS\347\274\226\345\217\26720260311.xlsx"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/FengLv_Mould_LogicalLayout_20260319.dwg" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/FengLv_Mould_LogicalLayout_20260319.dwg"
new file mode 100644
index 0000000..d2c6d61
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/FengLv_Mould_LogicalLayout_20260319.dwg"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/FengLv_Mould_LogicalLayout_20260326.dwg" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/FengLv_Mould_LogicalLayout_20260326.dwg"
new file mode 100644
index 0000000..63616d8
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/FengLv_Mould_LogicalLayout_20260326.dwg"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251202.dwl" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251202.dwl"
deleted file mode 100644
index e025710..0000000
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251202.dwl"
+++ /dev/null
@@ -1,3 +0,0 @@
-Administrator
-DESKTOP-B97GJ7P
-2025-12-23星期二 14:49:57
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251202.dwl2" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251202.dwl2"
deleted file mode 100644
index eeba915..0000000
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251202.dwl2"
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8">
-<whprops>
-<username>Administrator</username>
-<machinename>DESKTOP-B97GJ7P</machinename>
-<fullname></fullname>
-<datetime>2025-12-23星期二 14:49:57</datetime></whprops>
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251217A\050\345\220\253\346\241\245\346\236\266\343\200\201\345\205\211\347\224\265\343\200\201\347\224\265\346\237\234\051.dwg" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251217A\050\345\220\253\346\241\245\346\236\266\343\200\201\345\205\211\347\224\265\343\200\201\347\224\265\346\237\234\051.dwg"
new file mode 100644
index 0000000..f484c0d
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\346\250\241\345\205\267\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210- 20251217A\050\345\220\253\346\241\245\346\236\266\343\200\201\345\205\211\347\224\265\343\200\201\347\224\265\346\237\234\051.dwg"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420251126LW.dwl" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420251126LW.dwl"
deleted file mode 100644
index 1388cdb..0000000
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420251126LW.dwl"
+++ /dev/null
@@ -1,3 +0,0 @@
-Administrator
-DESKTOP-B97GJ7P
-2025-12-23星期二 14:50:03
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420251126LW.dwl2" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420251126LW.dwl2"
deleted file mode 100644
index fda6582..0000000
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420251126LW.dwl2"
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8">
-<whprops>
-<username>Administrator</username>
-<machinename>DESKTOP-B97GJ7P</machinename>
-<fullname></fullname>
-<datetime>2025-12-23星期二 14:50:03</datetime></whprops>
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420260303\050\345\220\253\346\241\245\346\236\266\345\205\211\347\224\265\345\270\203\345\261\200\051.dwg" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420260303\050\345\220\253\346\241\245\346\236\266\345\205\211\347\224\265\345\270\203\345\261\200\051.dwg"
new file mode 100644
index 0000000..7c9f2ec
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420260303\050\345\220\253\346\241\245\346\236\266\345\205\211\347\224\265\345\270\203\345\261\200\051.dwg"
Binary files differ
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420260303\050\345\220\253\346\241\245\346\236\266\345\205\211\347\224\265\345\270\203\345\261\200\051.dwg.lck" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420260303\050\345\220\253\346\241\245\346\236\266\345\205\211\347\224\265\345\270\203\345\261\200\051.dwg.lck"
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\346\226\260\345\205\264\345\207\244\351\223\235\347\273\274\345\220\210\345\272\223\350\256\276\350\256\241\346\226\271\346\241\210-\346\265\267\345\212\233-10-17\350\276\223\351\200\201\347\272\277\345\270\203\345\261\200\345\233\276\350\260\203\346\225\26420260303\050\345\220\253\346\241\245\346\236\266\345\205\211\347\224\265\345\270\203\345\261\200\051.dwg.lck"
diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250.xlsx"
index e97d894..352025c 100644
--- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250.xlsx"
+++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\346\225\264\344\275\223\350\256\241\345\210\222/\345\207\244\351\223\235\351\241\271\347\233\256WMS\345\222\214WCS\350\275\257\344\273\266 \345\256\275\346\265\267\350\277\233\345\272\246\350\241\250.xlsx"
Binary files differ
--
Gitblit v1.9.3