From 0d7a45d8c1f4c4a6bec82a1fd49e951dc6de6bc5 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期六, 28 十二月 2024 13:49:29 +0800 Subject: [PATCH] 基础数据文件 --- /dev/null | 0 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocolDetail.tsv | 40 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocol.tsv | 3331 +++++++++++++++----------------------------------- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DispatchInfo.tsv | 48 代码管理/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/a2fa64ef-bfbd-465a-bb17-e67f300690d9.vsidx | 0 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_Router.tsv | 354 +---- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv | 90 + 代码管理/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json | 2 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGVController.cs | 5 代码管理/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/b4300a95-0842-480f-9efa-8633f9f71fe0.vsidx | 0 代码管理/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/995da1df-bccd-4c50-83da-49435a3bf126.vsidx | 0 11 files changed, 1,241 insertions(+), 2,629 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/696c7cf1-015a-43ec-a8b3-783cb6f90bca.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/696c7cf1-015a-43ec-a8b3-783cb6f90bca.vsidx" deleted file mode 100644 index f7a2213..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/696c7cf1-015a-43ec-a8b3-783cb6f90bca.vsidx" +++ /dev/null Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/995da1df-bccd-4c50-83da-49435a3bf126.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/995da1df-bccd-4c50-83da-49435a3bf126.vsidx" new file mode 100644 index 0000000..18b2043 --- /dev/null +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/995da1df-bccd-4c50-83da-49435a3bf126.vsidx" Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/e75f7da2-6ce6-4dbf-9778-711f44383902.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/e75f7da2-6ce6-4dbf-9778-711f44383902.vsidx" deleted file mode 100644 index b616cac..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/e75f7da2-6ce6-4dbf-9778-711f44383902.vsidx" +++ /dev/null Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGVController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGVController.cs" index 0cf13a6..27f8999 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGVController.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/AGVController.cs" @@ -134,7 +134,7 @@ /// <param name="code"></param> /// <param name="palletType"></param> /// <returns></returns> - //[HttpPost, HttpGet, Route("PutRequest"), AllowAnonymous] + [HttpPost, HttpGet, Route("PutRequest"), AllowAnonymous] public WebResponseContent PutRequest(string code, int palletType) { try @@ -185,6 +185,7 @@ /// </summary> /// <param name="code"></param> /// <returns></returns> + [HttpPost, HttpGet, Route("PutFinish"), AllowAnonymous] public WebResponseContent PutFinish(string code) { try @@ -217,6 +218,7 @@ /// </summary> /// <param name="code"></param> /// <returns></returns> + [HttpPost, HttpGet, Route("TakeRequest"), AllowAnonymous] public WebResponseContent TakeRequest(string code) { try @@ -266,6 +268,7 @@ /// </summary> /// <param name="code"></param> /// <returns></returns> + [HttpPost, HttpGet, Route("TakeFinish"), AllowAnonymous] public WebResponseContent TakeFinish(string code) { try diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv" index d443805..aae9230 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceInfo.tsv" @@ -1,35 +1,103 @@ 锘縖 { "Id": 1, - "DispatchId": null, - "DeviceCode": "SC01", - "DeviceName": "1鍙峰爢鍨涙満", + "DispatchId": 1, + "DeviceCode": "SC01_ZH", + "DeviceName": "1鍙峰爢鍨涙満-闃荤剨浠�", "DeviceType": "CommonStackerCrane", - "DeviceStatus": "1", + "DeviceStatus": "0", "DeviceIp": "127.0.0.1", "DevicePort": 102, "DevicePlcType": "SiemensS7", - "DeviceRemark": "1", + "DeviceRemark": null, "ProtocolList": null, "Creater": "1", - "CreateDate": "2024-08-23T11:32:25.507", + "CreateDate": "2024-12-17T08:48:51.187", "Modifier": null, "ModifyDate": null }, { "Id": 3, "DispatchId": null, - "DeviceCode": "1002", - "DeviceName": "杈撻�佺嚎", - "DeviceType": "CommonConveyorLine", + "DeviceCode": "GS01_ZH", + "DeviceName": "鍦伴潰绔�-闃荤剨浠�", + "DeviceType": "OtherDevice", + "DeviceStatus": "0", + "DeviceIp": "127.0.0.1", + "DevicePort": 102, + "DevicePlcType": "SiemensS7", + "DeviceRemark": null, + "ProtocolList": null, + "Creater": "1", + "CreateDate": "2024-12-17T08:48:51.187", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 4, + "DispatchId": 4, + "DeviceCode": "SC01_YM", + "DeviceName": "1鍙峰爢鍨涙満-娌瑰ⅷ浠�", + "DeviceType": "CommonStackerCrane", + "DeviceStatus": "1", + "DeviceIp": "127.0.0.1", + "DevicePort": 102, + "DevicePlcType": "SiemensS7", + "DeviceRemark": null, + "ProtocolList": null, + "Creater": "1", + "CreateDate": "2024-12-20T10:05:13", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 5, + "DispatchId": 5, + "DeviceCode": "HT01_YM", + "DeviceName": "鎻愬崌鏈�-娌瑰ⅷ浠�", + "DeviceType": "OtherDevice", "DeviceStatus": "1", "DeviceIp": "127.0.0.1", "DevicePort": 103, "DevicePlcType": "SiemensS7", - "DeviceRemark": "1", + "DeviceRemark": null, "ProtocolList": null, "Creater": "1", - "CreateDate": "2024-08-23T11:32:25.507", + "CreateDate": "2024-12-20T10:05:13", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 7, + "DispatchId": 6, + "DeviceCode": "SC01_CSJ", + "DeviceName": "1鍙峰爢鍨涙満-娴嬭瘯鏋朵粨", + "DeviceType": "CommonStackerCrane", + "DeviceStatus": "1", + "DeviceIp": "127.0.0.1", + "DevicePort": 104, + "DevicePlcType": "SiemensS7", + "DeviceRemark": null, + "ProtocolList": null, + "Creater": "1", + "CreateDate": "2024-12-20T10:05:13", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 8, + "DispatchId": 7, + "DeviceCode": "GS01_CSJ", + "DeviceName": "鍦伴潰绔�-娴嬭瘯鏋朵粨", + "DeviceType": "OtherDevice", + "DeviceStatus": "1", + "DeviceIp": "127.0.0.1", + "DevicePort": 105, + "DevicePlcType": "SiemensS7", + "DeviceRemark": null, + "ProtocolList": null, + "Creater": "1", + "CreateDate": "2024-12-17T08:48:51.187", "Modifier": null, "ModifyDate": null } diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocol.tsv" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocol.tsv" index f6217f8..480e7d5 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocol.tsv" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocol.tsv" @@ -2,7 +2,7 @@ { "Id": 1, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB106", "DeviceProOffset": 2.0, "DeviceProDataType": "byte", @@ -12,14 +12,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 2, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB106", "DeviceProOffset": 3.0, "DeviceProDataType": "byte", @@ -29,14 +29,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 3, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB106", "DeviceProOffset": 18.0, "DeviceProDataType": "dint", @@ -46,14 +46,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 4, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB106", "DeviceProOffset": 22.0, "DeviceProDataType": "byte", @@ -63,14 +63,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 5, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 2.0, "DeviceProDataType": "dint", @@ -80,14 +80,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 6, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 6.0, "DeviceProDataType": "int", @@ -97,14 +97,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 7, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 8.0, "DeviceProDataType": "int", @@ -114,14 +114,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 8, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 10.0, "DeviceProDataType": "int", @@ -131,14 +131,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 9, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 12.0, "DeviceProDataType": "int", @@ -148,14 +148,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 10, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 14.0, "DeviceProDataType": "int", @@ -165,14 +165,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 11, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 16.0, "DeviceProDataType": "int", @@ -182,14 +182,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 12, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 18.0, "DeviceProDataType": "int", @@ -199,14 +199,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 13, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 20.0, "DeviceProDataType": "int", @@ -216,14 +216,14 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 14, "DeviceId": 1, - "DeviceChildCode": "SC01", + "DeviceChildCode": "SC01_ZH", "DeviceProDataBlock": "DB105", "DeviceProOffset": 22.0, "DeviceProDataType": "string", @@ -233,2744 +233,1435 @@ "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 15, "DeviceId": 3, - "DeviceChildCode": "101", - "DeviceProDataBlock": "DB80", + "DeviceChildCode": "301", + "DeviceProDataBlock": "DB100", "DeviceProOffset": 0.0, - "DeviceProDataType": "w", + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "R_IsCanPut", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鏀捐揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 16, "DeviceId": 3, - "DeviceChildCode": "101", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 2.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceChildCode": "301", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 0.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "R_IsCanTake", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鍙栬揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 17, "DeviceId": 3, - "DeviceChildCode": "101", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 30.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "301", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 2.0, + "DeviceProDataType": "int", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "R_TakePalletType", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣鎵樼洏绫诲瀷(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 18, "DeviceId": 3, - "DeviceChildCode": "101", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 34.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "301", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 0.0, + "DeviceProDataType": "int", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_PutPalletType", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣鎵樼洏绫诲瀷(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 19, "DeviceId": 3, - "DeviceChildCode": "102", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 50.0, - "DeviceProDataType": "w", + "DeviceChildCode": "301", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 2.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_PutRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 20, "DeviceId": 3, - "DeviceChildCode": "102", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 52.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceChildCode": "301", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 2.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "W_PutFinish", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣瀹屾垚(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 21, "DeviceId": 3, - "DeviceChildCode": "102", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 80.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "301", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 2.2, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_TakeRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 22, "DeviceId": 3, - "DeviceChildCode": "102", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 84.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "301", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 2.3, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_TakeFinish", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣瀹屾垚(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 23, "DeviceId": 3, - "DeviceChildCode": "103", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 100.0, - "DeviceProDataType": "w", + "DeviceChildCode": "302", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 4.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "R_IsCanPut", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鏀捐揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 24, "DeviceId": 3, - "DeviceChildCode": "103", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 102.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceChildCode": "302", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 4.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "R_IsCanTake", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鍙栬揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 25, "DeviceId": 3, - "DeviceChildCode": "103", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 130.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "302", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 6.0, + "DeviceProDataType": "int", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "R_TakePalletType", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣鎵樼洏绫诲瀷(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 26, "DeviceId": 3, - "DeviceChildCode": "103", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 134.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "302", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 4.0, + "DeviceProDataType": "int", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_PutPalletType", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣鎵樼洏绫诲瀷(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 27, "DeviceId": 3, - "DeviceChildCode": "104", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 150.0, - "DeviceProDataType": "w", + "DeviceChildCode": "302", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 6.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_PutRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 28, "DeviceId": 3, - "DeviceChildCode": "104", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 152.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceChildCode": "302", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 6.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "W_PutFinish", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣瀹屾垚(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 29, "DeviceId": 3, - "DeviceChildCode": "104", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 180.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "302", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 6.2, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_TakeRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 30, "DeviceId": 3, - "DeviceChildCode": "104", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 184.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "302", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 6.3, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_TakeFinish", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣瀹屾垚(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 31, "DeviceId": 3, - "DeviceChildCode": "105", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 200.0, - "DeviceProDataType": "w", + "DeviceChildCode": "303", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 8.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "R_IsCanPut", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鏀捐揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 32, "DeviceId": 3, - "DeviceChildCode": "105", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 202.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceChildCode": "303", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 8.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "R_IsCanTake", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鍙栬揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 33, "DeviceId": 3, - "DeviceChildCode": "105", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 230.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "303", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 10.0, + "DeviceProDataType": "int", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "R_TakePalletType", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣鎵樼洏绫诲瀷(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 34, "DeviceId": 3, - "DeviceChildCode": "105", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 234.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "303", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 8.0, + "DeviceProDataType": "int", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_PutPalletType", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣鎵樼洏绫诲瀷(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 35, "DeviceId": 3, - "DeviceChildCode": "106", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 250.0, - "DeviceProDataType": "w", + "DeviceChildCode": "303", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 10.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_PutRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 36, "DeviceId": 3, - "DeviceChildCode": "106", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 252.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceChildCode": "303", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 10.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "W_PutFinish", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣瀹屾垚(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 37, "DeviceId": 3, - "DeviceChildCode": "106", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 280.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "303", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 10.2, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_TakeRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 38, "DeviceId": 3, - "DeviceChildCode": "106", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 284.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "303", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 10.3, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_TakeFinish", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣瀹屾垚(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 39, "DeviceId": 3, - "DeviceChildCode": "107", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 300.0, - "DeviceProDataType": "w", + "DeviceChildCode": "304", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 12.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "R_IsCanPut", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鏀捐揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 40, "DeviceId": 3, - "DeviceChildCode": "107", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 302.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceChildCode": "304", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 12.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "R_IsCanTake", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鍙栬揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 41, "DeviceId": 3, - "DeviceChildCode": "107", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 330.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "304", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 14.0, + "DeviceProDataType": "int", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "R_TakePalletType", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣鎵樼洏绫诲瀷(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 42, "DeviceId": 3, - "DeviceChildCode": "107", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 334.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "304", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 12.0, + "DeviceProDataType": "int", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_PutPalletType", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣鎵樼洏绫诲瀷(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 43, "DeviceId": 3, - "DeviceChildCode": "108", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 350.0, - "DeviceProDataType": "w", + "DeviceChildCode": "304", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 14.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_PutRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 44, "DeviceId": 3, - "DeviceChildCode": "108", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 352.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceChildCode": "304", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 14.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "W_PutFinish", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣瀹屾垚(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 45, "DeviceId": 3, - "DeviceChildCode": "108", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 380.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "304", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 14.2, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_TakeRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { "Id": 46, "DeviceId": 3, - "DeviceChildCode": "108", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 384.0, - "DeviceProDataType": "dint", + "DeviceChildCode": "304", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 14.3, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", + "DeviceProParamName": "W_TakeFinish", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍙栬揣瀹屾垚(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 47, - "DeviceId": 3, - "DeviceChildCode": "109", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 400.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 48, - "DeviceId": 3, - "DeviceChildCode": "109", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 402.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 49, - "DeviceId": 3, - "DeviceChildCode": "109", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 430.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 50, - "DeviceId": 3, - "DeviceChildCode": "109", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 438.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 51, - "DeviceId": 3, - "DeviceChildCode": "110", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 450.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 52, - "DeviceId": 3, - "DeviceChildCode": "110", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 452.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 53, - "DeviceId": 3, - "DeviceChildCode": "110", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 480.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 54, - "DeviceId": 3, - "DeviceChildCode": "110", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 484.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 55, - "DeviceId": 3, - "DeviceChildCode": "111", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 500.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 56, - "DeviceId": 3, - "DeviceChildCode": "111", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 502.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 57, - "DeviceId": 3, - "DeviceChildCode": "111", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 530.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 58, - "DeviceId": 3, - "DeviceChildCode": "111", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 534.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 59, - "DeviceId": 3, - "DeviceChildCode": "112", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 550.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 60, - "DeviceId": 3, - "DeviceChildCode": "112", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 552.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 61, - "DeviceId": 3, - "DeviceChildCode": "112", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 580.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 62, - "DeviceId": 3, - "DeviceChildCode": "112", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 584.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 63, - "DeviceId": 3, - "DeviceChildCode": "113", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 600.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 64, - "DeviceId": 3, - "DeviceChildCode": "113", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 602.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 65, - "DeviceId": 3, - "DeviceChildCode": "113", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 630.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 66, - "DeviceId": 3, - "DeviceChildCode": "113", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 634.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 67, - "DeviceId": 3, - "DeviceChildCode": "114", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 650.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 68, - "DeviceId": 3, - "DeviceChildCode": "114", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 652.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 69, - "DeviceId": 3, - "DeviceChildCode": "114", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 680.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 70, - "DeviceId": 3, - "DeviceChildCode": "114", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 684.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 71, - "DeviceId": 3, - "DeviceChildCode": "115", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 700.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 72, - "DeviceId": 3, - "DeviceChildCode": "115", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 702.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 73, - "DeviceId": 3, - "DeviceChildCode": "115", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 730.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 74, - "DeviceId": 3, - "DeviceChildCode": "115", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 734.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 75, - "DeviceId": 3, - "DeviceChildCode": "116", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 750.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 76, - "DeviceId": 3, - "DeviceChildCode": "116", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 752.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 77, - "DeviceId": 3, - "DeviceChildCode": "116", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 780.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 78, - "DeviceId": 3, - "DeviceChildCode": "116", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 784.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 79, - "DeviceId": 3, - "DeviceChildCode": "117", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 800.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 80, - "DeviceId": 3, - "DeviceChildCode": "117", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 802.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 81, - "DeviceId": 3, - "DeviceChildCode": "117", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 830.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 82, - "DeviceId": 3, - "DeviceChildCode": "117", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 834.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 83, - "DeviceId": 3, - "DeviceChildCode": "118", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 850.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 84, - "DeviceId": 3, - "DeviceChildCode": "118", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 852.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 85, - "DeviceId": 3, - "DeviceChildCode": "118", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 880.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 86, - "DeviceId": 3, - "DeviceChildCode": "118", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 884.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 87, - "DeviceId": 3, - "DeviceChildCode": "119", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 900.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 88, - "DeviceId": 3, - "DeviceChildCode": "119", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 902.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 89, - "DeviceId": 3, - "DeviceChildCode": "119", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 930.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 90, - "DeviceId": 3, - "DeviceChildCode": "119", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 934.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 91, - "DeviceId": 3, - "DeviceChildCode": "120", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 950.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "InteractiveSignal", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 92, - "DeviceId": 3, - "DeviceChildCode": "120", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 952.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "ConveyorLineBarcode", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 93, - "DeviceId": 3, - "DeviceChildCode": "120", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 980.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTargetAddress", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 94, - "DeviceId": 3, - "DeviceChildCode": "120", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 984.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "ConveyorLineTaskNum", - "DeviceProParamType": "ReadDeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 95, - "DeviceId": 3, - "DeviceChildCode": "101", - "DeviceProDataBlock": "DB90", + "Id": 177, + "DeviceId": 5, + "DeviceChildCode": "9001", + "DeviceProDataBlock": "DB801", "DeviceProOffset": 0.0, - "DeviceProDataType": "w", + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "Tray", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏈夎揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 96, - "DeviceId": 3, - "DeviceChildCode": "101", - "DeviceProDataBlock": "DB90", + "Id": 178, + "DeviceId": 5, + "DeviceChildCode": "9001", + "DeviceProDataBlock": "DB801", + "DeviceProOffset": 0.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "Inbounding", + "DeviceProParamType": "Read", + "DeviceProParamDes": "1", + "DeviceProRemark": "鍏ュ簱鎵ц涓�(璇�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 179, + "DeviceId": 5, + "DeviceChildCode": "9001", + "DeviceProDataBlock": "DB801", + "DeviceProOffset": 0.2, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "Leisure", + "DeviceProParamType": "Read", + "DeviceProParamDes": "1", + "DeviceProRemark": "鎻愬崌鏈虹┖闂�(璇�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 180, + "DeviceId": 5, + "DeviceChildCode": "9001", + "DeviceProDataBlock": "DB801", + "DeviceProOffset": 0.3, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "Outbounding", + "DeviceProParamType": "Read", + "DeviceProParamDes": "1", + "DeviceProRemark": "鍑哄簱鎵ц涓�(璇�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 181, + "DeviceId": 5, + "DeviceChildCode": "9001", + "DeviceProDataBlock": "DB800", + "DeviceProOffset": 0.0, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "RequestIn", + "DeviceProParamType": "Write", + "DeviceProParamDes": "1", + "DeviceProRemark": "鐢宠鍏ュ簱(鍐�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 185, + "DeviceId": 5, + "DeviceChildCode": "9001", + "DeviceProDataBlock": "DB800", + "DeviceProOffset": 0.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "RequestOut", + "DeviceProParamType": "Write", + "DeviceProParamDes": "1", + "DeviceProRemark": "鐢宠鍑哄簱鍐�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 186, + "DeviceId": 5, + "DeviceChildCode": "9002", + "DeviceProDataBlock": "DB801", "DeviceProOffset": 2.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 97, - "DeviceId": 3, - "DeviceChildCode": "101", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 30.0, - "DeviceProDataType": "dint", + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "Tray", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏈夎揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 98, - "DeviceId": 3, - "DeviceChildCode": "101", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 34.0, - "DeviceProDataType": "dint", + "Id": 187, + "DeviceId": 5, + "DeviceChildCode": "9002", + "DeviceProDataBlock": "DB801", + "DeviceProOffset": 2.1, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "Inbounding", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍏ュ簱鎵ц涓�(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 99, - "DeviceId": 3, - "DeviceChildCode": "102", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 50.0, - "DeviceProDataType": "w", + "Id": 188, + "DeviceId": 5, + "DeviceChildCode": "9002", + "DeviceProDataBlock": "DB801", + "DeviceProOffset": 2.2, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "Leisure", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鎻愬崌鏈虹┖闂�(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 100, - "DeviceId": 3, - "DeviceChildCode": "102", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 52.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 101, - "DeviceId": 3, - "DeviceChildCode": "102", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 80.0, - "DeviceProDataType": "dint", + "Id": 189, + "DeviceId": 5, + "DeviceChildCode": "9002", + "DeviceProDataBlock": "DB801", + "DeviceProOffset": 2.3, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "Outbounding", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鍑哄簱鎵ц涓�(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 102, - "DeviceId": 3, - "DeviceChildCode": "102", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 84.0, - "DeviceProDataType": "dint", + "Id": 190, + "DeviceId": 5, + "DeviceChildCode": "9002", + "DeviceProDataBlock": "DB800", + "DeviceProOffset": 2.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "RequestIn", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鐢宠鍏ュ簱(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 103, - "DeviceId": 3, + "Id": 191, + "DeviceId": 5, + "DeviceChildCode": "9002", + "DeviceProDataBlock": "DB800", + "DeviceProOffset": 2.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "RequestOut", + "DeviceProParamType": "Write", + "DeviceProParamDes": "1", + "DeviceProRemark": "鐢宠鍑哄簱鍐�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 193, + "DeviceId": 8, "DeviceChildCode": "103", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 100.0, - "DeviceProDataType": "w", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 0.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "R_IsCanPut", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鏀捐揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 104, - "DeviceId": 3, + "Id": 194, + "DeviceId": 8, "DeviceChildCode": "103", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 102.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 0.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "R_IsCanTake", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鍙栬揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 105, - "DeviceId": 3, + "Id": 197, + "DeviceId": 8, "DeviceChildCode": "103", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 130.0, - "DeviceProDataType": "dint", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 2.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "W_PutRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 106, - "DeviceId": 3, + "Id": 198, + "DeviceId": 8, "DeviceChildCode": "103", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 134.0, - "DeviceProDataType": "dint", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 2.1, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "W_PutFinish", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣瀹屾垚(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 107, - "DeviceId": 3, + "Id": 199, + "DeviceId": 8, + "DeviceChildCode": "103", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 2.2, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "W_TakeRequest", + "DeviceProParamType": "Write", + "DeviceProParamDes": "1", + "DeviceProRemark": "鍙栬揣璇锋眰(鍐�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 200, + "DeviceId": 8, + "DeviceChildCode": "103", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 2.3, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "W_TakeFinish", + "DeviceProParamType": "Write", + "DeviceProParamDes": "1", + "DeviceProRemark": "鍙栬揣瀹屾垚(鍐�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 201, + "DeviceId": 8, "DeviceChildCode": "104", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 150.0, - "DeviceProDataType": "w", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 4.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "R_IsCanPut", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鏀捐揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 108, - "DeviceId": 3, + "Id": 202, + "DeviceId": 8, "DeviceChildCode": "104", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 152.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", + "DeviceProDataBlock": "DB100", + "DeviceProOffset": 4.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "R_IsCanTake", + "DeviceProParamType": "Read", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏄惁鍏佽鍙栬揣(璇�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 109, - "DeviceId": 3, + "Id": 205, + "DeviceId": 8, "DeviceChildCode": "104", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 180.0, - "DeviceProDataType": "dint", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 6.0, + "DeviceProDataType": "bool", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "W_PutRequest", + "DeviceProParamType": "Write", "DeviceProParamDes": "1", - "DeviceProRemark": null, + "DeviceProRemark": "鏀捐揣璇锋眰(鍐�)", "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 110, - "DeviceId": 3, + "Id": 206, + "DeviceId": 8, "DeviceChildCode": "104", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 184.0, + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 6.1, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "W_PutFinish", + "DeviceProParamType": "Write", + "DeviceProParamDes": "1", + "DeviceProRemark": "鏀捐揣瀹屾垚(鍐�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 207, + "DeviceId": 8, + "DeviceChildCode": "104", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 6.2, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "W_TakeRequest", + "DeviceProParamType": "Write", + "DeviceProParamDes": "1", + "DeviceProRemark": "鍙栬揣璇锋眰(鍐�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 208, + "DeviceId": 8, + "DeviceChildCode": "104", + "DeviceProDataBlock": "DB101", + "DeviceProOffset": 6.3, + "DeviceProDataType": "bool", + "DeviceProDataLength": 1, + "DeviceProParamName": "W_TakeFinish", + "DeviceProParamType": "Write", + "DeviceProParamDes": "1", + "DeviceProRemark": "鍙栬揣瀹屾垚(鍐�)", + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 209, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB106", + "DeviceProOffset": 2.0, + "DeviceProDataType": "byte", + "DeviceProDataLength": 1, + "DeviceProParamName": "StackerCraneStatus", + "DeviceProParamType": "StackerCraneStatus", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 210, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB106", + "DeviceProOffset": 3.0, + "DeviceProDataType": "byte", + "DeviceProDataLength": 1, + "DeviceProParamName": "StackerCraneAutoStatus", + "DeviceProParamType": "StackerCraneAutoStatus", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 211, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB106", + "DeviceProOffset": 18.0, "DeviceProDataType": "dint", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "CurrentTaskNum", + "DeviceProParamType": "CurrentTaskNum", "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 111, - "DeviceId": 3, - "DeviceChildCode": "105", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 200.0, - "DeviceProDataType": "w", + "Id": 212, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB106", + "DeviceProOffset": 22.0, + "DeviceProDataType": "byte", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "StackerCraneWorkStatus", + "DeviceProParamType": "StackerCraneWorkStatus", "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 112, - "DeviceId": 3, - "DeviceChildCode": "105", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 202.0, + "Id": 213, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 2.0, + "DeviceProDataType": "dint", + "DeviceProDataLength": 1, + "DeviceProParamName": "TaskNum", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 214, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 6.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "WorkType", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 215, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 8.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "TrayType", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 216, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 10.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "StartRow", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 217, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 12.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "StartColumn", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 218, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 14.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "StartLayer", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 219, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 16.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "EndRow", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 220, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 18.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "EndColumn", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 221, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 20.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "EndLayer", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 222, + "DeviceId": 4, + "DeviceChildCode": "SC01_YM", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 22.0, "DeviceProDataType": "string", "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", + "DeviceProParamName": "Barcode", "DeviceProParamType": "DeviceCommand", "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 113, - "DeviceId": 3, - "DeviceChildCode": "105", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 230.0, + "Id": 223, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB106", + "DeviceProOffset": 2.0, + "DeviceProDataType": "byte", + "DeviceProDataLength": 1, + "DeviceProParamName": "StackerCraneStatus", + "DeviceProParamType": "StackerCraneStatus", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 224, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB106", + "DeviceProOffset": 3.0, + "DeviceProDataType": "byte", + "DeviceProDataLength": 1, + "DeviceProParamName": "StackerCraneAutoStatus", + "DeviceProParamType": "StackerCraneAutoStatus", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 225, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB106", + "DeviceProOffset": 18.0, "DeviceProDataType": "dint", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", + "DeviceProParamName": "CurrentTaskNum", + "DeviceProParamType": "CurrentTaskNum", "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 114, - "DeviceId": 3, - "DeviceChildCode": "105", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 234.0, + "Id": 226, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB106", + "DeviceProOffset": 22.0, + "DeviceProDataType": "byte", + "DeviceProDataLength": 1, + "DeviceProParamName": "StackerCraneWorkStatus", + "DeviceProParamType": "StackerCraneWorkStatus", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 227, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 2.0, "DeviceProDataType": "dint", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", + "DeviceProParamName": "TaskNum", "DeviceProParamType": "DeviceCommand", "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 115, - "DeviceId": 3, - "DeviceChildCode": "106", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 250.0, - "DeviceProDataType": "w", + "Id": 228, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 6.0, + "DeviceProDataType": "int", "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", + "DeviceProParamName": "WorkType", "DeviceProParamType": "DeviceCommand", "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null }, { - "Id": 116, - "DeviceId": 3, - "DeviceChildCode": "106", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 252.0, + "Id": 229, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 8.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "TrayType", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 230, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 10.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "StartRow", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 231, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 12.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "StartColumn", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 232, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 14.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "StartLayer", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 233, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 16.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "EndRow", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 234, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 18.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "EndColumn", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 235, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 20.0, + "DeviceProDataType": "int", + "DeviceProDataLength": 1, + "DeviceProParamName": "EndLayer", + "DeviceProParamType": "DeviceCommand", + "DeviceProParamDes": "1", + "DeviceProRemark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:51.68", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 236, + "DeviceId": 7, + "DeviceChildCode": "SC01_CSJ", + "DeviceProDataBlock": "DB105", + "DeviceProOffset": 22.0, "DeviceProDataType": "string", "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", + "DeviceProParamName": "Barcode", "DeviceProParamType": "DeviceCommand", "DeviceProParamDes": "1", "DeviceProRemark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 117, - "DeviceId": 3, - "DeviceChildCode": "106", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 280.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 118, - "DeviceId": 3, - "DeviceChildCode": "106", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 284.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 119, - "DeviceId": 3, - "DeviceChildCode": "107", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 300.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 120, - "DeviceId": 3, - "DeviceChildCode": "107", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 302.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 121, - "DeviceId": 3, - "DeviceChildCode": "107", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 330.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 122, - "DeviceId": 3, - "DeviceChildCode": "107", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 334.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 123, - "DeviceId": 3, - "DeviceChildCode": "108", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 350.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 124, - "DeviceId": 3, - "DeviceChildCode": "108", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 352.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 125, - "DeviceId": 3, - "DeviceChildCode": "108", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 380.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 126, - "DeviceId": 3, - "DeviceChildCode": "108", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 384.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 127, - "DeviceId": 3, - "DeviceChildCode": "109", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 400.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 128, - "DeviceId": 3, - "DeviceChildCode": "109", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 402.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 129, - "DeviceId": 3, - "DeviceChildCode": "109", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 430.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 130, - "DeviceId": 3, - "DeviceChildCode": "109", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 438.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 131, - "DeviceId": 3, - "DeviceChildCode": "110", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 450.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 132, - "DeviceId": 3, - "DeviceChildCode": "110", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 452.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 133, - "DeviceId": 3, - "DeviceChildCode": "110", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 480.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 134, - "DeviceId": 3, - "DeviceChildCode": "110", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 484.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 135, - "DeviceId": 3, - "DeviceChildCode": "111", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 500.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 136, - "DeviceId": 3, - "DeviceChildCode": "111", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 502.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 137, - "DeviceId": 3, - "DeviceChildCode": "111", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 530.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 138, - "DeviceId": 3, - "DeviceChildCode": "111", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 534.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 139, - "DeviceId": 3, - "DeviceChildCode": "112", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 550.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 140, - "DeviceId": 3, - "DeviceChildCode": "112", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 552.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 141, - "DeviceId": 3, - "DeviceChildCode": "112", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 580.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 142, - "DeviceId": 3, - "DeviceChildCode": "112", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 584.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 143, - "DeviceId": 3, - "DeviceChildCode": "113", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 600.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 144, - "DeviceId": 3, - "DeviceChildCode": "113", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 602.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 145, - "DeviceId": 3, - "DeviceChildCode": "113", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 630.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 146, - "DeviceId": 3, - "DeviceChildCode": "113", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 634.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 147, - "DeviceId": 3, - "DeviceChildCode": "114", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 650.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 148, - "DeviceId": 3, - "DeviceChildCode": "114", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 652.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 149, - "DeviceId": 3, - "DeviceChildCode": "114", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 680.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 150, - "DeviceId": 3, - "DeviceChildCode": "114", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 684.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 151, - "DeviceId": 3, - "DeviceChildCode": "115", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 700.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 152, - "DeviceId": 3, - "DeviceChildCode": "115", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 702.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 153, - "DeviceId": 3, - "DeviceChildCode": "115", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 730.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 154, - "DeviceId": 3, - "DeviceChildCode": "115", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 734.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 155, - "DeviceId": 3, - "DeviceChildCode": "116", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 750.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 156, - "DeviceId": 3, - "DeviceChildCode": "116", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 752.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 157, - "DeviceId": 3, - "DeviceChildCode": "116", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 780.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 158, - "DeviceId": 3, - "DeviceChildCode": "116", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 784.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 159, - "DeviceId": 3, - "DeviceChildCode": "117", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 800.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 160, - "DeviceId": 3, - "DeviceChildCode": "117", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 802.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 161, - "DeviceId": 3, - "DeviceChildCode": "117", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 830.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 162, - "DeviceId": 3, - "DeviceChildCode": "117", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 834.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 163, - "DeviceId": 3, - "DeviceChildCode": "118", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 850.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 164, - "DeviceId": 3, - "DeviceChildCode": "118", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 852.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 165, - "DeviceId": 3, - "DeviceChildCode": "118", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 880.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 166, - "DeviceId": 3, - "DeviceChildCode": "118", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 884.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 167, - "DeviceId": 3, - "DeviceChildCode": "119", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 900.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 168, - "DeviceId": 3, - "DeviceChildCode": "119", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 902.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 169, - "DeviceId": 3, - "DeviceChildCode": "119", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 930.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 170, - "DeviceId": 3, - "DeviceChildCode": "119", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 934.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 171, - "DeviceId": 3, - "DeviceChildCode": "120", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 950.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteInteractiveSignal", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 172, - "DeviceId": 3, - "DeviceChildCode": "120", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 952.0, - "DeviceProDataType": "string", - "DeviceProDataLength": 25, - "DeviceProParamName": "WriteConveyorLineBarcode", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 173, - "DeviceId": 3, - "DeviceChildCode": "120", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 980.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTargetAddress", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 174, - "DeviceId": 3, - "DeviceChildCode": "120", - "DeviceProDataBlock": "DB90", - "DeviceProOffset": 984.0, - "DeviceProDataType": "dint", - "DeviceProDataLength": 1, - "DeviceProParamName": "WriteConveyorLineTaskNum", - "DeviceProParamType": "DeviceCommand", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 175, - "DeviceId": 3, - "DeviceChildCode": "111", - "DeviceProDataBlock": "DB80", - "DeviceProOffset": 500.0, - "DeviceProDataType": "w", - "DeviceProDataLength": 1, - "DeviceProParamName": "IsOccupied", - "DeviceProParamType": "IsOccupied", - "DeviceProParamDes": "1", - "DeviceProRemark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T11:32:25.857", + "CreateDate": "2024-12-17T08:48:51.68", "Modifier": null, "ModifyDate": null } diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocolDetail.tsv" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocolDetail.tsv" index 5364f42..8f08ece 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocolDetail.tsv" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DeviceProtocolDetail.tsv" @@ -8,7 +8,7 @@ "ProtocolDetailDes": "璁惧鐘舵��(1:姝e父)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -21,7 +21,7 @@ "ProtocolDetailDes": "璁惧鐘舵��(2:鏁呴殰)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -34,7 +34,7 @@ "ProtocolDetailDes": "璁惧鐘舵��(3:鎬ュ仠)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -47,7 +47,7 @@ "ProtocolDetailDes": "宸ヤ綔妯″紡(0:缁翠慨)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -60,7 +60,7 @@ "ProtocolDetailDes": "宸ヤ綔妯″紡(1:鎵嬪姩", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -73,7 +73,7 @@ "ProtocolDetailDes": "宸ヤ綔妯″紡(2:鍗婅嚜鍔�)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -86,7 +86,7 @@ "ProtocolDetailDes": "宸ヤ綔妯″紡(3:鑷姩)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -99,7 +99,7 @@ "ProtocolDetailDes": "浣滀笟鐘舵��(0:寰呮満)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -112,7 +112,7 @@ "ProtocolDetailDes": "浣滀笟鐘舵��(1:鍙栬揣涓�)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -125,7 +125,7 @@ "ProtocolDetailDes": "浣滀笟鐘舵��(2:鍙栬揣瀹屾垚)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -138,7 +138,7 @@ "ProtocolDetailDes": "浣滀笟鐘舵��(4:鏀捐揣涓�)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -151,7 +151,7 @@ "ProtocolDetailDes": "浣滀笟鐘舵��(5:鏀捐揣瀹屾垚)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -164,7 +164,7 @@ "ProtocolDetailDes": "浣滀笟鐘舵��(6:浠诲姟瀹屾垚)", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -177,7 +177,7 @@ "ProtocolDetailDes": "1", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -190,7 +190,7 @@ "ProtocolDetailDes": "2", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -203,7 +203,7 @@ "ProtocolDetailDes": "3", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -216,7 +216,7 @@ "ProtocolDetailDes": "0", "Remark": null, "Creater": "1", - "CreateDate": "2024-08-23T23:05:46", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -229,7 +229,7 @@ "ProtocolDetailDes": "4", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -242,7 +242,7 @@ "ProtocolDetailDes": "5", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null }, @@ -255,7 +255,7 @@ "ProtocolDetailDes": "6", "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T11:32:26.157", + "CreateDate": "2024-12-17T08:48:52.17", "Modifier": null, "ModifyDate": null } diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DispatchInfo.tsv" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DispatchInfo.tsv" index 49a6637..b547220 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DispatchInfo.tsv" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_DispatchInfo.tsv" @@ -1,31 +1,61 @@ 锘縖 { - "Id": 1, - "Name": "娴嬭瘯", + "Id": 4, + "Name": "娌瑰ⅷ浠撳爢鍨涙満璋冨害", "JobGroup": "CommonStackerCrane", "AssemblyName": "WIDESEAWCS_Tasks", - "ClassName": "CommonStackerCraneJob", + "ClassName": "StackerCraneJob_YM", "IntervalSecond": 1, "BeginTime": null, "EndTime": null, "Remark": null, "Creater": "1", - "CreateDate": "2024-08-23T11:32:26.513", + "CreateDate": "2024-12-20T10:06:10", "Modifier": null, "ModifyDate": null }, { - "Id": 3, - "Name": "娴嬭瘯2", - "JobGroup": "CommonConveyorLine", + "Id": 5, + "Name": "娌瑰ⅷ浠撴彁鍗囨満璋冨害", + "JobGroup": "OtherDevice", "AssemblyName": "WIDESEAWCS_Tasks", - "ClassName": "CommonConveyorLineJob", + "ClassName": "CommonHoisterJob", "IntervalSecond": 1, "BeginTime": null, "EndTime": null, "Remark": null, "Creater": "1", - "CreateDate": "2024-08-23T11:32:26.513", + "CreateDate": "2024-12-20T10:07:18", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 6, + "Name": "娴嬭瘯鏋朵粨鍫嗗灈鏈鸿皟搴�", + "JobGroup": "CommonStackerCrane", + "AssemblyName": "WIDESEAWCS_Tasks", + "ClassName": "StackerCraneJob_CSJ", + "IntervalSecond": 1, + "BeginTime": null, + "EndTime": null, + "Remark": null, + "Creater": "1", + "CreateDate": "2024-12-20T10:07:18", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 7, + "Name": "娴嬭瘯鏋朵粨鍦伴潰绔欒皟搴�", + "JobGroup": "OtherDevice", + "AssemblyName": "WIDESEAWCS_Tasks", + "ClassName": "GroundStationJob_CSJ", + "IntervalSecond": 1, + "BeginTime": null, + "EndTime": null, + "Remark": null, + "Creater": "1", + "CreateDate": "2024-12-20T10:07:18", "Modifier": null, "ModifyDate": null } diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_Router.tsv" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_Router.tsv" index e7010c8..3490108 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_Router.tsv" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_Router.tsv" @@ -1,29 +1,29 @@ 锘縖 { "Id": 42, - "StartPosi": "101", - "NextPosi": "102", - "InOutType": 1, - "ChildPosi": "102", - "ChildPosiDeviceCode": "1002", + "StartPosi": "AGV_A", + "NextPosi": "103", + "InOutType": 550, + "ChildPosi": "鐢熶骇閫�鏂�", + "ChildPosiDeviceCode": "娴嬭瘯鏋朵粨", "SrmRow": null, "SrmColumn": null, "SrmLayer": null, "Depth": 1, - "IsEnd": false, + "IsEnd": true, "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.067", + "CreateDate": "2024-12-17T08:48:53.097", "Modifier": null, "ModifyDate": null }, { "Id": 43, - "StartPosi": "102", - "NextPosi": "103", - "InOutType": 1, - "ChildPosi": "103", - "ChildPosiDeviceCode": "1002", + "StartPosi": "103", + "NextPosi": "SC01_CSJ", + "InOutType": 550, + "ChildPosi": "鐢熶骇閫�鏂�", + "ChildPosiDeviceCode": "娴嬭瘯鏋朵粨", "SrmRow": null, "SrmColumn": null, "SrmLayer": null, @@ -31,17 +31,17 @@ "IsEnd": false, "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.07", + "CreateDate": "2024-12-17T08:48:53.097", "Modifier": null, "ModifyDate": null }, { "Id": 44, - "StartPosi": "103", + "StartPosi": "SC01_CSJ", "NextPosi": "104", - "InOutType": 1, - "ChildPosi": "104", - "ChildPosiDeviceCode": "1002", + "InOutType": 100, + "ChildPosi": "棰嗘枡鍑哄簱", + "ChildPosiDeviceCode": "娴嬭瘯鏋朵粨", "SrmRow": null, "SrmColumn": null, "SrmLayer": null, @@ -49,305 +49,89 @@ "IsEnd": false, "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.07", + "CreateDate": "2024-12-17T08:48:53.097", "Modifier": null, "ModifyDate": null }, { "Id": 45, "StartPosi": "104", - "NextPosi": "105", - "InOutType": 1, - "ChildPosi": "105", - "ChildPosiDeviceCode": "1002", + "NextPosi": "AGV_A", + "InOutType": 100, + "ChildPosi": "棰嗘枡鍑哄簱", + "ChildPosiDeviceCode": "娴嬭瘯鏋朵粨", "SrmRow": null, "SrmColumn": null, "SrmLayer": null, "Depth": 1, - "IsEnd": false, + "IsEnd": true, "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.07", + "CreateDate": "2024-12-17T08:48:53.097", "Modifier": null, "ModifyDate": null }, { "Id": 46, - "StartPosi": "105", - "NextPosi": "106", - "InOutType": 1, - "ChildPosi": "106", - "ChildPosiDeviceCode": "1002", + "StartPosi": "9001", + "NextPosi": "SC01_YM", + "InOutType": 510, + "ChildPosi": "閲囪喘鍏ュ簱", + "ChildPosiDeviceCode": "娌瑰ⅷ浠�", "SrmRow": null, "SrmColumn": null, "SrmLayer": null, "Depth": 1, - "IsEnd": false, + "IsEnd": true, "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.073", + "CreateDate": "2024-12-17T08:48:53.097", "Modifier": null, "ModifyDate": null }, { "Id": 47, - "StartPosi": "106", - "NextPosi": "107", - "InOutType": 1, - "ChildPosi": "107", - "ChildPosiDeviceCode": "1002", + "StartPosi": "9002", + "NextPosi": "SC01_YM", + "InOutType": 510, + "ChildPosi": "閲囪喘鍏ュ簱", + "ChildPosiDeviceCode": "娌瑰ⅷ浠�", "SrmRow": null, "SrmColumn": null, "SrmLayer": null, "Depth": 1, - "IsEnd": false, + "IsEnd": true, "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.073", + "CreateDate": "2024-12-17T08:48:53.097", "Modifier": null, "ModifyDate": null }, { "Id": 48, - "StartPosi": "107", - "NextPosi": "108", - "InOutType": 1, - "ChildPosi": "108", - "ChildPosiDeviceCode": "1002", + "StartPosi": "101", + "NextPosi": "SC01_CSJ", + "InOutType": 510, + "ChildPosi": "閲囪喘鍏ュ簱", + "ChildPosiDeviceCode": "娴嬭瘯鏋朵粨", "SrmRow": null, "SrmColumn": null, "SrmLayer": null, "Depth": 1, - "IsEnd": false, + "IsEnd": true, "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.073", + "CreateDate": "2024-12-17T08:48:53.097", "Modifier": null, "ModifyDate": null }, { "Id": 49, - "StartPosi": "108", - "NextPosi": "109", - "InOutType": 1, - "ChildPosi": "109", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.073", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 50, - "StartPosi": "109", - "NextPosi": "110", - "InOutType": 1, - "ChildPosi": "110", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.077", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 51, - "StartPosi": "110", - "NextPosi": "SC01", - "InOutType": 1, - "ChildPosi": "SC01", - "ChildPosiDeviceCode": "1002", - "SrmRow": 1, - "SrmColumn": 100, - "SrmLayer": 1, - "Depth": 1, - "IsEnd": true, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-23T23:34:41.077", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 52, - "StartPosi": "SC01", - "NextPosi": "111", - "InOutType": 2, - "ChildPosi": "111", - "ChildPosiDeviceCode": "1002", - "SrmRow": 2, - "SrmColumn": 100, - "SrmLayer": 1, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.283", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 53, - "StartPosi": "111", - "NextPosi": "112", - "InOutType": 2, - "ChildPosi": "112", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.287", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 54, - "StartPosi": "112", - "NextPosi": "113", - "InOutType": 2, - "ChildPosi": "113", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.287", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 55, - "StartPosi": "113", - "NextPosi": "114", - "InOutType": 2, - "ChildPosi": "114", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.29", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 56, - "StartPosi": "114", - "NextPosi": "115", - "InOutType": 2, - "ChildPosi": "115", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.29", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 57, - "StartPosi": "115", - "NextPosi": "116", - "InOutType": 2, - "ChildPosi": "116", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.29", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 58, - "StartPosi": "116", - "NextPosi": "117", - "InOutType": 2, - "ChildPosi": "117", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.293", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 59, - "StartPosi": "117", - "NextPosi": "118", - "InOutType": 2, - "ChildPosi": "118", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.293", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 60, - "StartPosi": "118", - "NextPosi": "119", - "InOutType": 2, - "ChildPosi": "119", - "ChildPosiDeviceCode": "1002", - "SrmRow": null, - "SrmColumn": null, - "SrmLayer": null, - "Depth": 1, - "IsEnd": false, - "Remark": null, - "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.297", - "Modifier": null, - "ModifyDate": null - }, - { - "Id": 61, - "StartPosi": "119", - "NextPosi": "CLOutAreaA", - "InOutType": 2, - "ChildPosi": "120", - "ChildPosiDeviceCode": "1002", + "StartPosi": "102", + "NextPosi": "SC01_CSJ", + "InOutType": 510, + "ChildPosi": "閲囪喘鍏ュ簱", + "ChildPosiDeviceCode": "娴嬭瘯鏋朵粨", "SrmRow": null, "SrmColumn": null, "SrmLayer": null, @@ -355,7 +139,43 @@ "IsEnd": true, "Remark": null, "Creater": "admin", - "CreateDate": "2024-08-25T00:05:09.297", + "CreateDate": "2024-12-17T08:48:53.097", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 64, + "StartPosi": "SC01_YM", + "NextPosi": "9001", + "InOutType": 100, + "ChildPosi": "棰嗘枡鍑哄簱", + "ChildPosiDeviceCode": "娌瑰ⅷ浠�", + "SrmRow": null, + "SrmColumn": null, + "SrmLayer": null, + "Depth": 1, + "IsEnd": true, + "Remark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:53.097", + "Modifier": null, + "ModifyDate": null + }, + { + "Id": 65, + "StartPosi": "SC01_YM", + "NextPosi": "9002", + "InOutType": 100, + "ChildPosi": "棰嗘枡鍑哄簱", + "ChildPosiDeviceCode": "娌瑰ⅷ浠�", + "SrmRow": null, + "SrmColumn": null, + "SrmLayer": null, + "Depth": 1, + "IsEnd": true, + "Remark": null, + "Creater": "admin", + "CreateDate": "2024-12-17T08:48:53.097", "Modifier": null, "ModifyDate": null } diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_Task.tsv" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/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/WIDESEAWCS_Server/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/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_TaskExecuteDetail.tsv" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_TaskExecuteDetail.tsv" deleted file mode 100644 index e3f2763..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/wwwroot/WIDESEAWCS_DB.DBSeed.Json/Dt_TaskExecuteDetail.tsv" +++ /dev/null @@ -1,83282 +0,0 @@ -锘縖 - { - "TaskDetailId": 2305, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:03:55.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2306, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:03:55.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2307, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:03:56.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2308, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:03:57.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2309, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:03:58.693", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2310, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:03:59.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2311, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:00", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2312, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:00.327", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2313, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:00.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2314, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:01.273", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2315, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:01.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2316, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:02.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2317, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:02.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2318, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:03.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2319, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:03.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2320, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:04.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2321, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:04.337", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2322, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:04.567", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2323, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:05.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2324, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:05.353", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2325, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:05.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2326, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:06.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2327, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "074-038-021", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:06.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2328, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "074-038-021", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:06.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2329, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:06.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2330, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:07.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2331, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:07.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2332, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:07.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2333, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:08.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2334, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:08.347", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2335, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:08.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2336, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:09.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2337, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:09.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2338, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:10.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2339, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:10.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2340, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:11.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2341, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:11.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2342, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:12.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2343, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:12.3", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2344, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "070-067-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:12.45", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2345, - "TaskId": 327, - "TaskNum": 20355, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "074-038-021", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:12.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2346, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:13.13", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2347, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 100, - "CurrentAddress": "074-038-021", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:13.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2348, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:13.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2349, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:13.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2350, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:14.357", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2351, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 110, - "CurrentAddress": "074-038-021", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:15.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2352, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:15.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2353, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:15.433", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2354, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:15.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2355, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:16.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2356, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:16.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2357, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:16.47", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2358, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:17.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2359, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:17.273", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2360, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:17.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2361, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:18.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2362, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:19.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2363, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:19.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2364, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:20.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2365, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:20.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2366, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:21.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2367, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:22.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2368, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:23.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2369, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:23.273", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2370, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:23.49", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2371, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:23.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2372, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:23.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2373, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:24.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2374, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "070-067-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:24.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2375, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:25.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2376, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:25.333", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2377, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:26.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2378, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:27.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2379, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:28.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2380, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:28.473", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2381, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:28.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2382, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:29.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2383, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:30.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2384, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "036-001-008", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:31.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2385, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:31.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2386, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:31.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2387, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:32.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2388, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:33.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2389, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:34.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2390, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:34.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2391, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:34.48", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2392, - "TaskId": 328, - "TaskNum": 20359, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "070-067-069", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:34.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2393, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 100, - "CurrentAddress": "070-067-069", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:35.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2394, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:35.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2395, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:37.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2396, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 110, - "CurrentAddress": "070-067-069", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:37.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2397, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:37.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2398, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:38.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2399, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:39.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2400, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:39.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2401, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:39.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2402, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:41.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2403, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:44.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2404, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:45.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2405, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "036-001-008", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:45.677", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2406, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:45.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2407, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:49.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2408, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:49.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2409, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "075-075-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:50.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2410, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:51.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2411, - "TaskId": 329, - "TaskNum": 20403, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "036-001-008", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:52.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2412, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:52.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2413, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 100, - "CurrentAddress": "036-001-008", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:53.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2414, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:53.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2415, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:54.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2416, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:54.32", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2417, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:54.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2418, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 110, - "CurrentAddress": "036-001-008", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:56.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2419, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:56.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2420, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:56.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2421, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:57.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2422, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:58.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2423, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:58.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2424, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:59.287", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2425, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:59.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2426, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:04:59.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2427, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:04.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2428, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:04.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2429, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:04.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2430, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:04.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2431, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "075-075-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:05.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2432, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:09.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2433, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:09.327", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2434, - "TaskId": 332, - "TaskNum": 20412, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:09.43", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2435, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "035-007-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:10.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2436, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:11.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2437, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:12.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2438, - "TaskId": 330, - "TaskNum": 20407, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "075-075-079", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:13.13", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2439, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 100, - "CurrentAddress": "075-075-079", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:13.473", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2440, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:13.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2441, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:14.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2442, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:14.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2443, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:14.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2444, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:16.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2445, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 110, - "CurrentAddress": "075-075-079", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:16.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2446, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:16.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2447, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:17.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2448, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:19.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2449, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:19.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2450, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:19.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2451, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:19.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2452, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:21.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2453, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:23.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2454, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:24.083", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2455, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:24.523", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2456, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:24.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2457, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "035-007-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:25.62", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2458, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:29.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2459, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:29.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2460, - "TaskId": 338, - "TaskNum": 20434, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:29.313", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2461, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "006-042-010", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:30.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2462, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:31.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2463, - "TaskId": 331, - "TaskNum": 20411, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "035-007-033", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:32.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2464, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:33.12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2465, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 100, - "CurrentAddress": "035-007-033", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:33.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2466, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:33.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2467, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:34.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2468, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:34.423", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2469, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 110, - "CurrentAddress": "035-007-033", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:35.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2470, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:35.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2471, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:35.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2472, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:36.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2473, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:37.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2474, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:39.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2475, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:39.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2476, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:40.337", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2477, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:40.47", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2478, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:40.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2479, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:43.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2480, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:44.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2481, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:44.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2482, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:44.337", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2483, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "006-042-010", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:44.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2484, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "014-085-051", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:49.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2485, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:50.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2486, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:50.377", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2487, - "TaskId": 340, - "TaskNum": 20452, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:50.453", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2488, - "TaskId": 333, - "TaskNum": 20415, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "006-042-010", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:50.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2489, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:51.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2490, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 100, - "CurrentAddress": "006-042-010", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:51.357", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2491, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:51.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2492, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:52.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2493, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 110, - "CurrentAddress": "006-042-010", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:54.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2494, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:54.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2495, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:54.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2496, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:54.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2497, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:55.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2498, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:56.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2499, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:57.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2500, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:58.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2501, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:58.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2502, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:59.34", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2503, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:59.507", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2504, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:05:59.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2505, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:03.723", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2506, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:03.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2507, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:04.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2508, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:04.377", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2509, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "014-085-051", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:04.627", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2510, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "077-043-017", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:09.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2511, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:10.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2512, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:10.37", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2513, - "TaskId": 342, - "TaskNum": 20513, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:10.437", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2514, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:10.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2515, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:11.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2516, - "TaskId": 334, - "TaskNum": 20419, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "014-085-051", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:12.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2517, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:13.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2518, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 100, - "CurrentAddress": "014-085-051", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:13.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2519, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:13.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2520, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:14.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2521, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:15.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2522, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:15.417", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2523, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 110, - "CurrentAddress": "014-085-051", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:16.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2524, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:16.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2525, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:16.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2526, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:17.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2527, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:17.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2528, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:19.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2529, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:20.353", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2530, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:20.487", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2531, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:25.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2532, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:25.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2533, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:25.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2534, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:25.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2535, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "077-043-017", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:27.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2536, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:30.123", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2537, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:30.32", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2538, - "TaskId": 344, - "TaskNum": 20532, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:30.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2539, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "096-090-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:32.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2540, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:33.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2541, - "TaskId": 335, - "TaskNum": 20423, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "077-043-017", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:34.123", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2542, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 100, - "CurrentAddress": "077-043-017", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:34.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2543, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:34.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2544, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:35.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2545, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:35.36", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2546, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 110, - "CurrentAddress": "077-043-017", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:36.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2547, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:36.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2548, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:36.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2549, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:37.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2550, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:38.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2551, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:39.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2552, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:40.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2553, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:40.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2554, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:41.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2555, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:41.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2556, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:42.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2557, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:44.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2558, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:45.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2559, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:45.343", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2560, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:45.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2561, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "096-090-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:47.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2562, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:50.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2563, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:50.33", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2564, - "TaskId": 346, - "TaskNum": 20550, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:50.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2565, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "058-001-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:54.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2566, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:54.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2567, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:55.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2568, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:55.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2569, - "TaskId": 336, - "TaskNum": 20427, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "096-090-041", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:56.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2570, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:57.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2571, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 100, - "CurrentAddress": "096-090-041", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:57.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2572, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:57.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2573, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 110, - "CurrentAddress": "096-090-041", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:59.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2574, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:59.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2575, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:59.513", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2576, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:59.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2577, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:06:59.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2578, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:00.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2579, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:01.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2580, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:03.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2581, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:03.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2582, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:04.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2583, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:05.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2584, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:05.56", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2585, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:05.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2586, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:05.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2587, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "058-001-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:07.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2588, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:09.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2589, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:10.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2590, - "TaskId": 348, - "TaskNum": 20612, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:10.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2591, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "064-091-011", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:12.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2592, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:13.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2593, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:14.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2594, - "TaskId": 337, - "TaskNum": 20431, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "058-001-087", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:15.293", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2595, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:15.34", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2596, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:15.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2597, - "TaskId": 354, - "TaskNum": 20715, - "TaskState": 100, - "CurrentAddress": "058-001-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:15.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2598, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:16.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2599, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:16.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2600, - "TaskId": 354, - "TaskNum": 20715, - "TaskState": 110, - "CurrentAddress": "058-001-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:18.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2601, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:18.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2602, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:18.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2603, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:19.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2604, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:20.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2605, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:20.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2606, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:21.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2607, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:21.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2608, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:23.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2609, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:24.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2610, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:25.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2611, - "TaskId": 354, - "TaskNum": 20715, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:27.487", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2612, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "064-091-011", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:29.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2613, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:30.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2614, - "TaskId": 350, - "TaskNum": 20634, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:30.313", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2615, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:34.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2616, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "037-037-096", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:35.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2617, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:37.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2618, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:37.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2619, - "TaskId": 339, - "TaskNum": 20439, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "064-091-011", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:38.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2620, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:39.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2621, - "TaskId": 356, - "TaskNum": 20738, - "TaskState": 100, - "CurrentAddress": "064-091-011", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:39.367", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2622, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:39.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2623, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:40.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2624, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:42.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2625, - "TaskId": 356, - "TaskNum": 20738, - "TaskState": 110, - "CurrentAddress": "064-091-011", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:42.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2626, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:42.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2627, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:43.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2628, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:44.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2629, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:44.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2630, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:45.33", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2631, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:46.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2632, - "TaskId": 356, - "TaskNum": 20738, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:49.557", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2633, - "TaskId": 354, - "TaskNum": 20715, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:49.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2634, - "TaskId": 352, - "TaskNum": 20656, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:49.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2635, - "TaskId": 356, - "TaskNum": 20738, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:50.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2636, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "037-037-096", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:51.623", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2637, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "002-076-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:57.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2638, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:58.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2639, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:07:59.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2640, - "TaskId": 341, - "TaskNum": 20458, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "037-037-096", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:00.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2641, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:00.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2642, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 100, - "CurrentAddress": "037-037-096", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:01.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2643, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:01.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2644, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:03.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2645, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "002-076-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:03.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2646, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:03.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2647, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:04.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2648, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:06.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2649, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:06.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2650, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "050-051-045", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:07.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2651, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:07.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2652, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:08.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2653, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:09.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2654, - "TaskId": 343, - "TaskNum": 20519, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "002-076-038", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:10.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2655, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 100, - "CurrentAddress": "002-076-038", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:10.52", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2656, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:10.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2657, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:11.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2658, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "050-051-045", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:12.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2659, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:13.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2660, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:13.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2661, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:14.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2662, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:16.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2663, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:16.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2664, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:17.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2665, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "049-056-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:18.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2666, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:19.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2667, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:20.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2668, - "TaskId": 345, - "TaskNum": 20539, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "050-051-045", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:21.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2669, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 100, - "CurrentAddress": "050-051-045", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:21.663", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2670, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:21.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2671, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:22.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2672, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "049-056-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:23.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2673, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:24.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2674, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:24.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2675, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2676, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:27.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2677, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:27.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2678, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:28.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2679, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "099-092-021", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:29.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2680, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:30.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2681, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:31.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2682, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:32.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2683, - "TaskId": 347, - "TaskNum": 20558, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "049-056-038", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:33.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2684, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 100, - "CurrentAddress": "049-056-038", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:33.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2685, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:34.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2686, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:34.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2687, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "099-092-021", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:35.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2688, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:36.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2689, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:36.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2690, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:38.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2691, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:38.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2692, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:39.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2693, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "054-099-081", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:41.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2694, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:42.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2695, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:43.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2696, - "TaskId": 349, - "TaskNum": 20617, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "099-092-021", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:44.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2697, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 100, - "CurrentAddress": "099-092-021", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:44.66", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2698, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:44.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2699, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:45.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2700, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "054-099-081", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:46.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2701, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:47.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2702, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:47.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2703, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:48.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2704, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:50.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2705, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:50.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2706, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:51.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2707, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "085-073-043", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:52.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2708, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:52.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2709, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:53.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2710, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:54.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2711, - "TaskId": 351, - "TaskNum": 20641, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "054-099-081", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:55.273", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2712, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 100, - "CurrentAddress": "054-099-081", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:55.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2713, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:55.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2714, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "085-073-043", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:57.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2715, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:57.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2716, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:57.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2717, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:08:59.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2718, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:00.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2719, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:01.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2720, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:01.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2721, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "075-082-061", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:02.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2722, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:03.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2723, - "TaskId": 353, - "TaskNum": 20703, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "085-073-043", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:04.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2724, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 100, - "CurrentAddress": "085-073-043", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:04.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2725, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:04.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2726, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "075-082-061", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:05.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2727, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:06.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2728, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:07.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2729, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:08.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2730, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:09.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2731, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:10.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2732, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "027-088-070", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:11.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2733, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:11.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2734, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:11.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2735, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:12.213", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2736, - "TaskId": 355, - "TaskNum": 20721, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "075-082-061", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:12.323", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2737, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 100, - "CurrentAddress": "075-082-061", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:13.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2738, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:13.353", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2739, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:13.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2740, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:14.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2741, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "027-088-070", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:14.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2742, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:15.08", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2743, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:16.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2744, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:17.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2745, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:18.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2746, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:19.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2747, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:19.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2748, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:21.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2749, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:22.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2750, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "049-085-027", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:22.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2751, - "TaskId": 357, - "TaskNum": 20744, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "027-088-070", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:22.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2752, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 100, - "CurrentAddress": "027-088-070", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:22.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2753, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:23.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2754, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "049-085-027", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:24.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2755, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:25.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2756, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:25.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2757, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:26.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2758, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:27.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2759, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:28.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2760, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "096-067-020", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:29.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2761, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:29.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2762, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:29.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2763, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:30.323", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2764, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:30.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2765, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:31.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2766, - "TaskId": 359, - "TaskNum": 20806, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "049-085-027", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:32.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2767, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 100, - "CurrentAddress": "049-085-027", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:32.613", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2768, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:32.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2769, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "096-067-020", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:33.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2770, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:34.12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2771, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:34.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2772, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:35.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2773, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:36.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2774, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "083-094-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:37.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2775, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:37.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2776, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:37.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2777, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:38.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2778, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:38.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2779, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:39.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2780, - "TaskId": 361, - "TaskNum": 20816, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "096-067-020", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:40.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2781, - "TaskId": 378, - "TaskNum": 20940, - "TaskState": 100, - "CurrentAddress": "096-067-020", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:40.533", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2782, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:40.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2783, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "083-094-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:41.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2784, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:42.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2785, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:42.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2786, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:43.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2787, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:44.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2788, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:46.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2789, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:46.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2790, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "028-023-065", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:47.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2791, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:47.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2792, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:48.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2793, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:48.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2794, - "TaskId": 363, - "TaskNum": 20827, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "083-094-033", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:49.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2795, - "TaskId": 380, - "TaskNum": 20949, - "TaskState": 100, - "CurrentAddress": "083-094-033", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:49.433", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2796, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:49.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2797, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:50.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2798, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "028-023-065", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:51.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2799, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:52.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2800, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:52.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2801, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:53.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2802, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:55.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2803, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:55.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2804, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "075-061-063", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:56.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2805, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:56.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2806, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:57.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2807, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:57.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2808, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:58.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2809, - "TaskId": 365, - "TaskNum": 20838, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "028-023-065", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:59.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2810, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 100, - "CurrentAddress": "028-023-065", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:59.65", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2811, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:09:59.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2812, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:00.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2813, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "075-061-063", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:01.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2814, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:02.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2815, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:02.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2816, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:04.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2817, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:04.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2818, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:05.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2819, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "042-001-039", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:06.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2820, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:07.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2821, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:08.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2822, - "TaskId": 367, - "TaskNum": 20850, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "075-061-063", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:09.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2823, - "TaskId": 384, - "TaskNum": 21009, - "TaskState": 100, - "CurrentAddress": "075-061-063", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:09.587", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2824, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:09.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2825, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:10.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2826, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "042-001-039", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:11.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2827, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2828, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:12.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2829, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:13.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2830, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:15.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2831, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:15.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2832, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:16.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2833, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "075-021-067", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:17.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2834, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:17.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2835, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:18.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2836, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:19.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2837, - "TaskId": 369, - "TaskNum": 20900, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "042-001-039", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:20.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2838, - "TaskId": 386, - "TaskNum": 21020, - "TaskState": 100, - "CurrentAddress": "042-001-039", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:20.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2839, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:20.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2840, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:21.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2841, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "075-021-067", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:22.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2842, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:23.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2843, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:23.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2844, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:25.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2845, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:25.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2846, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:27.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2847, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "038-067-009", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:28.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2848, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:28.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2849, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:29.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2850, - "TaskId": 371, - "TaskNum": 20911, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "075-021-067", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:30.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2851, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 100, - "CurrentAddress": "075-021-067", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:30.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2852, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:30.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2853, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "038-067-009", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:31.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2854, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:32.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2855, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:33.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2856, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:34.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2857, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:35.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2858, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:36.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2859, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:36.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2860, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:38.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2861, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "005-057-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:39.067", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2862, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:39.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2863, - "TaskId": 373, - "TaskNum": 20919, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "038-067-009", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:40.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2864, - "TaskId": 390, - "TaskNum": 21040, - "TaskState": 100, - "CurrentAddress": "038-067-009", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:40.53", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2865, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:40.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2866, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "005-057-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:42.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2867, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:42.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2868, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:43.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2869, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:44.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2870, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:45.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2871, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:46.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2872, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:47.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2873, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:47.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2874, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "010-009-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:48.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2875, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:49.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2876, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:50.263", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2877, - "TaskId": 375, - "TaskNum": 20929, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "005-057-032", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:50.263", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2878, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:50.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2879, - "TaskId": 392, - "TaskNum": 21050, - "TaskState": 100, - "CurrentAddress": "005-057-032", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:50.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2880, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:51.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2881, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "010-009-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:52.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2882, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:53.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2883, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:53.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2884, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:54.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2885, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:55.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2886, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:56.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2887, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:56.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2888, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "017-026-053", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:57.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2889, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:58.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2890, - "TaskId": 377, - "TaskNum": 20937, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "010-009-087", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:59.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2891, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:59.213", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2892, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:59.507", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2893, - "TaskId": 394, - "TaskNum": 21059, - "TaskState": 100, - "CurrentAddress": "010-009-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:10:59.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2894, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:00.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2895, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "017-026-053", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:00.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2896, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:01.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2897, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:03.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2898, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:04.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2899, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:05.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2900, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "088-091-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:06.083", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2901, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:07.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2902, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:07.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2903, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:08.307", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2904, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:08.443", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2905, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:09.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2906, - "TaskId": 379, - "TaskNum": 20946, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "017-026-053", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:09.29", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2907, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:09.483", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2908, - "TaskId": 396, - "TaskNum": 21109, - "TaskState": 100, - "CurrentAddress": "017-026-053", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:09.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2909, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "088-091-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:10.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2910, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:11.08", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2911, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:11.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2912, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:12.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2913, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:13.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2914, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:15.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2915, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:15.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2916, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:16.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2917, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "032-088-003", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:16.347", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2918, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:16.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2919, - "TaskId": 381, - "TaskNum": 20955, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "088-091-019", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:17.213", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2920, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:17.43", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2921, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 100, - "CurrentAddress": "088-091-019", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:17.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2922, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "032-088-003", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:18.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2923, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:19.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2924, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:19.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2925, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:20.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2926, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:21.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2927, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:22.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2928, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "061-052-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:23.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2929, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:23.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2930, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:24.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2931, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:24.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2932, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:25.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2933, - "TaskId": 383, - "TaskNum": 21004, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "032-088-003", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:25.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2934, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 100, - "CurrentAddress": "032-088-003", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:25.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2935, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:26.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2936, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:26.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2937, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:26.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2938, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "061-052-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:26.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2939, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:27.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2940, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:28.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2941, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:29.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2942, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:31.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2943, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:31.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2944, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "072-059-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:32.213", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2945, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:32.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2946, - "TaskId": 385, - "TaskNum": 21015, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "061-052-079", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:33.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2947, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:33.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2948, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 100, - "CurrentAddress": "061-052-079", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:33.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2949, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:34.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2950, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "072-059-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:34.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2951, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:35.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2952, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:35.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2953, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:36.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2954, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:37.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2955, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:38.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2956, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:40.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2957, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:40.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2958, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "024-078-067", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:41.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2959, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:41.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2960, - "TaskId": 387, - "TaskNum": 21025, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "072-059-099", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:42.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2961, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:42.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2962, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 100, - "CurrentAddress": "072-059-099", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:42.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2963, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:43.083", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2964, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "024-078-067", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:44.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2965, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:44.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2966, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:44.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2967, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:45.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2968, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:46.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2969, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:47.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2970, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:49.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2971, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:49.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2972, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "050-035-043", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:50.133", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2973, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:50.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2974, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:51.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2975, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:51.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2976, - "TaskId": 389, - "TaskNum": 21036, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "024-078-067", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:52.3", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2977, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 100, - "CurrentAddress": "024-078-067", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:52.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2978, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:53.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2979, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "050-035-043", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:53.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2980, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:54.067", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2981, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:54.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2982, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:55.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2983, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:57.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2984, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:58.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2985, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:58.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2986, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "039-059-085", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:11:59.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2987, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:00.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2988, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:01.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2989, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:01.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2990, - "TaskId": 391, - "TaskNum": 21047, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "050-035-043", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:02.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2991, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 100, - "CurrentAddress": "050-035-043", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:02.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2992, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:02.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2993, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:03.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2994, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "039-059-085", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:04.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2995, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:05.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2996, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:06.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2997, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:07.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2998, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:08.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 2999, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:08.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3000, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:10.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3001, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "045-073-002", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:11.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3002, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:12.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3003, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:13.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3004, - "TaskId": 393, - "TaskNum": 21056, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "039-059-085", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:14.317", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3005, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 100, - "CurrentAddress": "039-059-085", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:14.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3006, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:15.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3007, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:15.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3008, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "045-073-002", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:16.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3009, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:16.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3010, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:17.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3011, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:18.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3012, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:19.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3013, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:19.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3014, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:21.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3015, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:22.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3016, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "076-076-057", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:22.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3017, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:23.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3018, - "TaskId": 395, - "TaskNum": 21107, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "045-073-002", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:24.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3019, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 100, - "CurrentAddress": "045-073-002", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:24.683", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3020, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:24.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3021, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:25.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3022, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "076-076-057", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:26.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3023, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:27.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3024, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:27.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3025, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:28.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3026, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:29.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3027, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:29.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3028, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:30.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3029, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "097-016-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:32.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3030, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:33.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3031, - "TaskId": 397, - "TaskNum": 21115, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "076-076-057", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:34.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3032, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 100, - "CurrentAddress": "076-076-057", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:34.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3033, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:34.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3034, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:35.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3035, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "097-016-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:36.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3036, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:36.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3037, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:37.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3038, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:38.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3039, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:39.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3040, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:41.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3041, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:41.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3042, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:42.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3043, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "079-079-045", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:43.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3044, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:44.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3045, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:45.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3046, - "TaskId": 399, - "TaskNum": 21124, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "097-016-078", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:46.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3047, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 100, - "CurrentAddress": "097-016-078", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:46.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3048, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:46.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3049, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:47.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3050, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "079-079-045", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:48.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3051, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:49.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3052, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:49.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3053, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:50.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3054, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:52.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3055, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:52.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3056, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:53.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3057, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "028-031-031", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:55.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3058, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:56.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3059, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:57.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3060, - "TaskId": 401, - "TaskNum": 21131, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "079-079-045", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:58.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3061, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 100, - "CurrentAddress": "079-079-045", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:58.667", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3062, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:58.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3063, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:12:59.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3064, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "028-031-031", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:00.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3065, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:01.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3066, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:01.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3067, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:02.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3068, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:04.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3069, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:04.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3070, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:05.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3071, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "028-033-063", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:06.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3072, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:07.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3073, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:08.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3074, - "TaskId": 403, - "TaskNum": 21140, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "028-031-031", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:09.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3075, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 100, - "CurrentAddress": "028-031-031", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:09.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3076, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:09.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3077, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:10.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3078, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "028-033-063", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:11.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3079, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:12.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3080, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:12.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3081, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:13.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3082, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:15.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3083, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:15.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3084, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:16.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3085, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "098-036-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:18.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3086, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:19.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3087, - "TaskId": 405, - "TaskNum": 21149, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "028-033-063", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:20.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3088, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 100, - "CurrentAddress": "028-033-063", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:20.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3089, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:20.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3090, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:21.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3091, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "098-036-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:22.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3092, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:23.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3093, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:23.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3094, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:25.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3095, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:26.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3096, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:27.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3097, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:27.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3098, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "010-082-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:28.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3099, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:28.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3100, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:29.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3101, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:30.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3102, - "TaskId": 407, - "TaskNum": 21158, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "098-036-078", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:30.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3103, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 100, - "CurrentAddress": "098-036-078", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:30.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3104, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:31.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3105, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:31.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3106, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "010-082-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:32.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3107, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:33.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3108, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:34.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3109, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:35.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3110, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:36.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3111, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:36.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3112, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:38.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3113, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "027-012-029", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:39.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3114, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:40.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3115, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:41.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3116, - "TaskId": 409, - "TaskNum": 21208, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "010-082-041", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:42.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3117, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 100, - "CurrentAddress": "010-082-041", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:42.683", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3118, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:42.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3119, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "027-012-029", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:43.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3120, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:44.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3121, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:44.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3122, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:45.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3123, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:46.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3124, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:47.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3125, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:47.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3126, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:49.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3127, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "068-014-052", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:50.08", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3128, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:51.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3129, - "TaskId": 411, - "TaskNum": 21219, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "027-012-029", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:52.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3130, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 100, - "CurrentAddress": "027-012-029", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:52.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3131, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:52.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3132, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "068-014-052", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:53.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3133, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:54.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3134, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:54.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3135, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:55.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3136, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:56.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3137, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:57.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3138, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:58.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3139, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:58.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3140, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "010-075-016", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:59.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3141, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:13:59.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3142, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:00.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3143, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:01.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3144, - "TaskId": 413, - "TaskNum": 21229, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "068-014-052", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:02.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3145, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 100, - "CurrentAddress": "068-014-052", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:02.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3146, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:03.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3147, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:03.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3148, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "010-075-016", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:04.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3149, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:05.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3150, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:05.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3151, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:06.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3152, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:08.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3153, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:08.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3154, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:09.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3155, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "031-043-082", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:10.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3156, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:11.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3157, - "TaskId": 415, - "TaskNum": 21241, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "010-075-016", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:12.133", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3158, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 100, - "CurrentAddress": "010-075-016", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:12.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3159, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:12.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3160, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:13.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3161, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "031-043-082", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:14.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3162, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:14.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3163, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:15.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3164, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:16.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3165, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:17.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3166, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:19.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3167, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:19.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3168, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:20.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3169, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "015-068-080", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:21.123", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3170, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:21.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3171, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:22.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3172, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:23.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3173, - "TaskId": 417, - "TaskNum": 21252, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "031-043-082", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:24.3", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3174, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 100, - "CurrentAddress": "031-043-082", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:24.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3175, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:24.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3176, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:25.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3177, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "015-068-080", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:27.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3178, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:27.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3179, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:27.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3180, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:29.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3181, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:29.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3182, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:30.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3183, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "018-003-010", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:31.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3184, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:32.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3185, - "TaskId": 419, - "TaskNum": 21304, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "015-068-080", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:33.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3186, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 100, - "CurrentAddress": "015-068-080", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:33.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3187, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:33.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3188, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "018-003-010", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:34.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3189, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:35.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3190, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:35.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3191, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:36.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3192, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:37.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3193, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:38.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3194, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:40.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3195, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:40.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3196, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "020-060-052", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:41.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3197, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:41.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3198, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:42.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3199, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:42.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3200, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:43.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3201, - "TaskId": 421, - "TaskNum": 21315, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "018-003-010", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:44.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3202, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 100, - "CurrentAddress": "018-003-010", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:44.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3203, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:44.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3204, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:45.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3205, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "020-060-052", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:46.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3206, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:46.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3207, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:47.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3208, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:49.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3209, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:49.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3210, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:50.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3211, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "076-098-083", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:51.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3212, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:52.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3213, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:53.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3214, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:54.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3215, - "TaskId": 423, - "TaskNum": 21327, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "020-060-052", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:55.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3216, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 100, - "CurrentAddress": "020-060-052", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:55.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3217, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:55.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3218, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:56.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3219, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "076-098-083", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:58.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3220, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:58.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3221, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:14:59.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3222, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:00.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3223, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:00.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3224, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:02.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3225, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "050-008-029", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:03.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3226, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:03.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3227, - "TaskId": 425, - "TaskNum": 21336, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "076-098-083", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:04.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3228, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 100, - "CurrentAddress": "076-098-083", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:04.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3229, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:04.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3230, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:05.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3231, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "050-008-029", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:06.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3232, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:07.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3233, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:08.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3234, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:09.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3235, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:10.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3236, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:11.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3237, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:11.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3238, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:13.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3239, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "014-052-040", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:14.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3240, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:15.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3241, - "TaskId": 427, - "TaskNum": 21347, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "050-008-029", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:16.297", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3242, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 100, - "CurrentAddress": "050-008-029", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:16.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3243, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:17.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3244, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:17.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3245, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "014-052-040", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:18.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3246, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:19.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3247, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:19.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3248, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:20.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3249, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:21.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3250, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:22.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3251, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:22.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3252, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:23.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3253, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "055-037-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:25.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3254, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:26.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3255, - "TaskId": 429, - "TaskNum": 21358, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "014-052-040", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:27.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3256, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 100, - "CurrentAddress": "014-052-040", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:27.603", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3257, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:27.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3258, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:28.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3259, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "055-037-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:29.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3260, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:29.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3261, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:30.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3262, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:31.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3263, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:32.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3264, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:33.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3265, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:33.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3266, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "050-065-029", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:34.293", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3267, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:34.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3268, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:35.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3269, - "TaskId": 431, - "TaskNum": 21408, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "055-037-012", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:36.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3270, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 100, - "CurrentAddress": "055-037-012", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:36.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3271, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:36.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3272, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "050-065-029", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:37.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3273, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:37.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3274, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:38.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3275, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:39.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3276, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:40.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3277, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:41.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3278, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:43.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3279, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:43.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3280, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "089-055-071", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:44.033", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3281, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:44.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3282, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:45.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3283, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:45.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3284, - "TaskId": 433, - "TaskNum": 21419, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "050-065-029", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:46.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3285, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 100, - "CurrentAddress": "050-065-029", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:46.61", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3286, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:46.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3287, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "089-055-071", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:47.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3288, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:48.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3289, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:48.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3290, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:49.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3291, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:50.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3292, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:52.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3293, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:52.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3294, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:53.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3295, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "080-025-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:54.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3296, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:54.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3297, - "TaskId": 435, - "TaskNum": 21429, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "089-055-071", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:55.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3298, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 100, - "CurrentAddress": "089-055-071", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:55.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3299, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:55.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3300, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:56.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3301, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "080-025-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:57.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3302, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:58.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3303, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:58.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3304, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:15:59.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3305, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:00.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3306, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:02.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3307, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:02.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3308, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:03.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3309, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "074-043-084", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:04.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3310, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:04.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3311, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:05.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3312, - "TaskId": 437, - "TaskNum": 21440, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "080-025-019", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:06.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3313, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 100, - "CurrentAddress": "080-025-019", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:06.683", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3314, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:06.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3315, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "074-043-084", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:07.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3316, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:08.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3317, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:08.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3318, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:09.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3319, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:10.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3320, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:12.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3321, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:12.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3322, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:13.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3323, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "060-010-076", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:14.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3324, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:14.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3325, - "TaskId": 439, - "TaskNum": 21449, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "074-043-084", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:15.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3326, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 100, - "CurrentAddress": "074-043-084", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:15.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3327, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:16.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3328, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "060-010-076", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:16.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3329, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:17.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3330, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:17.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3331, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:18.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3332, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:19.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3333, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:20.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3334, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "036-053-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:21.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3335, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:22.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3336, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:22.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3337, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:23.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3338, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:23.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3339, - "TaskId": 441, - "TaskNum": 21500, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "060-010-076", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:24.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3340, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:24.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3341, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 100, - "CurrentAddress": "060-010-076", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:24.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3342, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:25.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3343, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "036-053-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:25.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3344, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:26.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3345, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:26.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3346, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:28.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3347, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:29.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3348, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:30.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3349, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:30.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3350, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "020-052-049", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:31.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3351, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:32.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3352, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:33.34", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3353, - "TaskId": 443, - "TaskNum": 21511, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "036-053-035", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:33.34", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3354, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 100, - "CurrentAddress": "036-053-035", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:34.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3355, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:34.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3356, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "020-052-049", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:34.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3357, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:35.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3358, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:36.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3359, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:37.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3360, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:38.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3361, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:39.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3362, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:40.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3363, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:40.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3364, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "035-056-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:41.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3365, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:42.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3366, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:43.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3367, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:43.307", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3368, - "TaskId": 445, - "TaskNum": 21522, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "020-052-049", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:44.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3369, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 100, - "CurrentAddress": "020-052-049", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:44.683", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3370, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:44.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3371, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:45.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3372, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "035-056-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:46.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3373, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:46.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3374, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:47.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3375, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:48.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3376, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:49.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3377, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:49.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3378, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:50.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3379, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "036-065-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:50.373", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3380, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:51.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3381, - "TaskId": 447, - "TaskNum": 21533, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "035-056-033", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:52.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3382, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 100, - "CurrentAddress": "035-056-033", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:52.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3383, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:52.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3384, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:53.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3385, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "036-065-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:54.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3386, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:55.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3387, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:55.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3388, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:56.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3389, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:57.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3390, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:58.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3391, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:58.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3392, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "085-059-007", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:59.083", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3393, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:16:59.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3394, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:00.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3395, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:01.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3396, - "TaskId": 449, - "TaskNum": 21543, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "036-065-038", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:02.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3397, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 100, - "CurrentAddress": "036-065-038", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:02.373", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3398, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:02.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3399, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "085-059-007", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:03.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3400, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:04.123", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3401, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:04.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3402, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:05.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3403, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:06.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3404, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "099-009-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:07.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3405, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:08.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3406, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:08.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3407, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:09.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3408, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:09.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3409, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:10.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3410, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:10.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3411, - "TaskId": 451, - "TaskNum": 21552, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "085-059-007", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:11.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3412, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 100, - "CurrentAddress": "085-059-007", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:11.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3413, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:11.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3414, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "099-009-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:12.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3415, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:12.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3416, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:13.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3417, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:14.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3418, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:16.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3419, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:16.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3420, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "096-071-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:17.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3421, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:17.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3422, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:18.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3423, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:18.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3424, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:19.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3425, - "TaskId": 453, - "TaskNum": 21602, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "099-009-099", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:20.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3426, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 100, - "CurrentAddress": "099-009-099", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:20.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3427, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:20.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3428, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "096-071-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:21.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3429, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:22.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3430, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:22.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3431, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:23.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3432, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:25.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3433, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:25.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3434, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:26.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3435, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "037-086-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:27.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3436, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:28.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3437, - "TaskId": 455, - "TaskNum": 21612, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "096-071-048", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:29.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3438, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 100, - "CurrentAddress": "096-071-048", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:29.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3439, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:29.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3440, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:30.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3441, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "037-086-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:31.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3442, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:32.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3443, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:32.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3444, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:33.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3445, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:34.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3446, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:36.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3447, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:36.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3448, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "055-003-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:37.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3449, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:37.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3450, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:38.293", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3451, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:38.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3452, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:39.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3453, - "TaskId": 457, - "TaskNum": 21622, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "037-086-077", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:40.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3454, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 100, - "CurrentAddress": "037-086-077", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:40.54", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3455, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:40.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3456, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:41.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3457, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "055-003-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:42.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3458, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:43.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3459, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:43.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3460, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:45.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3461, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:45.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3462, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:46.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3463, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "010-095-046", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:47.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3464, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:48.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3465, - "TaskId": 459, - "TaskNum": 21630, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "055-003-062", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:49.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3466, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 100, - "CurrentAddress": "055-003-062", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:49.673", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3467, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:49.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3468, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:50.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3469, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "010-095-046", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:51.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3470, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:52.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3471, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:52.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3472, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:53.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3473, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:54.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3474, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:56.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3475, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:56.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3476, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "003-032-005", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:57.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3477, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:57.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3478, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:58.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3479, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:58.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3480, - "TaskId": 461, - "TaskNum": 21640, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "010-095-046", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:59.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3481, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 100, - "CurrentAddress": "010-095-046", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:59.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3482, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:17:59.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3483, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "003-032-005", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:00.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3484, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:01.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3485, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:02.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3486, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:03.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3487, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:04.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3488, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:05.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3489, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:05.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3490, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "075-066-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:06.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3491, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:06.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3492, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:07.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3493, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:08.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3494, - "TaskId": 463, - "TaskNum": 21649, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "003-032-005", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:08.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3495, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 100, - "CurrentAddress": "003-032-005", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:08.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3496, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:08.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3497, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "075-066-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:10.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3498, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:10.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3499, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:11.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3500, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:12.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3501, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:13.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3502, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:14.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3503, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:14.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3504, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "066-085-064", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:15.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3505, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:16.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3506, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:17.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3507, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:17.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3508, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:18.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3509, - "TaskId": 465, - "TaskNum": 21658, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "075-066-059", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:19.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3510, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 100, - "CurrentAddress": "075-066-059", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:19.673", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3511, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:19.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3512, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "066-085-064", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:21.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3513, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:21.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3514, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:21.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3515, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:22.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3516, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:23.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3517, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:23.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3518, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:25.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3519, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "087-072-011", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:28.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3520, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:29.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3521, - "TaskId": 467, - "TaskNum": 21708, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "066-085-064", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:30.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3522, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 100, - "CurrentAddress": "066-085-064", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:30.647", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3523, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:30.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3524, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:31.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3525, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "087-072-011", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:32.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3526, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:33.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3527, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:33.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3528, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:34.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3529, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:35.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3530, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:37.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3531, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:37.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3532, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "082-088-055", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:38.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3533, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:38.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3534, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:39.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3535, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:40.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3536, - "TaskId": 469, - "TaskNum": 21716, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "087-072-011", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:41.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3537, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 100, - "CurrentAddress": "087-072-011", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:41.523", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3538, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:41.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3539, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:42.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3540, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "082-088-055", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:43.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3541, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:43.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3542, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:44.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3543, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:45.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3544, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:47.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3545, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:47.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3546, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:48.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3547, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "021-095-065", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:49.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3548, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:50.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3549, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:51.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3550, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:52.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3551, - "TaskId": 471, - "TaskNum": 21725, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "082-088-055", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:53.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3552, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 100, - "CurrentAddress": "082-088-055", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:53.673", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3553, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:53.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3554, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:54.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3555, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "021-095-065", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:55.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3556, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:56.033", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3557, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:56.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3558, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:58.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3559, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:58.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3560, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:18:59.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3561, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "058-026-054", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:01.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3562, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:02.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3563, - "TaskId": 473, - "TaskNum": 21736, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "021-095-065", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:03.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3564, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 100, - "CurrentAddress": "021-095-065", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:03.553", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3565, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:03.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3566, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:04.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3567, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "058-026-054", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:05.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3568, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:06.083", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3569, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:06.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3570, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:07.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3571, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:08.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3572, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "083-046-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:09.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3573, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:10.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3574, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:10.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3575, - "TaskId": 475, - "TaskNum": 21745, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "058-026-054", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:11.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3576, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:11.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3577, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 100, - "CurrentAddress": "058-026-054", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:11.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3578, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:12.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3579, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:12.487", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3580, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "083-046-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:12.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3581, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:13.273", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3582, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:13.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3583, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:14.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3584, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:15.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3585, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:16.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3586, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:18.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3587, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:18.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3588, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "093-071-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:19.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3589, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:19.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3590, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:20.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3591, - "TaskId": 477, - "TaskNum": 21756, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "083-046-099", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:20.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3592, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 100, - "CurrentAddress": "083-046-099", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:20.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3593, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:20.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3594, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:21.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3595, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "093-071-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:22.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3596, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:23.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3597, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:23.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3598, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:24.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3599, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:25.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3600, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:27.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3601, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:27.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3602, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "008-065-072", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:28.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3603, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:29.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3604, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:30.12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3605, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:30.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3606, - "TaskId": 479, - "TaskNum": 21805, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "093-071-035", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:31.213", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3607, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 100, - "CurrentAddress": "093-071-035", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:31.717", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3608, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:31.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3609, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "008-065-072", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:33.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3610, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:34.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3611, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:34.31", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3612, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:35.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3613, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:36.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3614, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:37.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3615, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:38.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3616, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "004-091-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:38.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3617, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:39.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3618, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:40.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3619, - "TaskId": 481, - "TaskNum": 21814, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "008-065-072", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:41.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3620, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 100, - "CurrentAddress": "008-065-072", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:41.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3621, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:41.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3622, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:42.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3623, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "004-091-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:42.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3624, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:43.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3625, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:44.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3626, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:45.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3627, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:46.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3628, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:47.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3629, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:47.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3630, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "071-005-009", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:48.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3631, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:49.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3632, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:50.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3633, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:50.39", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3634, - "TaskId": 483, - "TaskNum": 21823, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "004-091-077", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:51.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3635, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 100, - "CurrentAddress": "004-091-077", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:51.437", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3636, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:51.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3637, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:52.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3638, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "071-005-009", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:53.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3639, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:53.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3640, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:54.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3641, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:55.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3642, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:56.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3643, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:56.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3644, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:58.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3645, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:59.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3646, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "031-087-091", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:19:59.263", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3647, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:00.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3648, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:01.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3649, - "TaskId": 485, - "TaskNum": 21837, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "071-005-009", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:02.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3650, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 100, - "CurrentAddress": "071-005-009", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:02.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3651, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:02.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3652, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:03.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3653, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "031-087-091", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:04.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3654, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:05.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3655, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:05.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3656, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:06.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3657, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:06.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3658, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:07.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3659, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "056-048-028", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:10.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3660, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:11.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3661, - "TaskId": 487, - "TaskNum": 21847, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "031-087-091", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:12.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3662, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 100, - "CurrentAddress": "031-087-091", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:12.39", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3663, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:12.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3664, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "056-048-028", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:13.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3665, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:14.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3666, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:14.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3667, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:15.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3668, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:16.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3669, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:17.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3670, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "052-056-017", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:18.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3671, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:19.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3672, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:19.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3673, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:20.3", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3674, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:20.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3675, - "TaskId": 489, - "TaskNum": 21858, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "056-048-028", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:21.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3676, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:21.387", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3677, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 100, - "CurrentAddress": "056-048-028", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:21.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3678, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:22.083", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3679, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "052-056-017", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:22.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3680, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:23.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3681, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:23.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3682, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:24.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3683, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:25.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3684, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:27.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3685, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:27.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3686, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:29.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3687, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "030-006-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:29.283", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3688, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:29.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3689, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:30.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3690, - "TaskId": 491, - "TaskNum": 21910, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "052-056-017", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:31.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3691, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 100, - "CurrentAddress": "052-056-017", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:31.667", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3692, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:32.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3693, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "030-006-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:32.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3694, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:33.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3695, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:33.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3696, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:34.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3697, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:35.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3698, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "079-097-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:36.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3699, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:37.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3700, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:37.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3701, - "TaskId": 493, - "TaskNum": 21918, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "030-006-087", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:38.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3702, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:38.37", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3703, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 100, - "CurrentAddress": "030-006-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:38.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3704, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:39.213", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3705, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:39.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3706, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:39.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3707, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "079-097-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:40.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3708, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:41.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3709, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:41.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3710, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:42.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3711, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:43.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3712, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "097-057-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:44.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3713, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:45.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3714, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:45.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3715, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:46.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3716, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:46.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3717, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:47.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3718, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:47.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3719, - "TaskId": 495, - "TaskNum": 21927, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "079-097-062", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:48.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3720, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 100, - "CurrentAddress": "079-097-062", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:48.5", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3721, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:48.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3722, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "097-057-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:49.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3723, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:49.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3724, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:50.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3725, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:51.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3726, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:53.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3727, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:53.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3728, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "007-051-008", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:54.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3729, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:54.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3730, - "TaskId": 497, - "TaskNum": 21937, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "097-057-079", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:55.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3731, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:55.313", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3732, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 100, - "CurrentAddress": "097-057-079", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:55.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3733, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:56.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3734, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:56.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3735, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "007-051-008", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:57.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3736, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:58.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3737, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:58.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3738, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:20:59.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3739, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:01.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3740, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:02.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3741, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:03.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3742, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "025-020-057", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:03.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3743, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:03.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3744, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:04.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3745, - "TaskId": 499, - "TaskNum": 21947, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "007-051-008", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:05.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3746, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:05.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3747, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 100, - "CurrentAddress": "007-051-008", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:05.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3748, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:05.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3749, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "025-020-057", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:06.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3750, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:06.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3751, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:08.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3752, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:09.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3753, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:10.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3754, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:11.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3755, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:11.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3756, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "016-089-004", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:12.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3757, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:13.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3758, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:14.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3759, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:14.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3760, - "TaskId": 501, - "TaskNum": 21956, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "025-020-057", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:16.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3761, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 100, - "CurrentAddress": "025-020-057", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:16.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3762, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:16.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3763, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "016-089-004", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:17.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3764, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:17.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3765, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:18.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3766, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:19.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3767, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:20.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3768, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:21.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3769, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:21.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3770, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "023-071-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:22.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3771, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:23.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3772, - "TaskId": 503, - "TaskNum": 22006, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "016-089-004", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:24.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3773, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:24.56", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3774, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:24.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3775, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 100, - "CurrentAddress": "016-089-004", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:24.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3776, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:25.27", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3777, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "023-071-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:26.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3778, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:26.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3779, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:27.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3780, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:28.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3781, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:29.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3782, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:30.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3783, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:30.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3784, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "055-074-058", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:31.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3785, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:32.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3786, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:33.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3787, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:33.377", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3788, - "TaskId": 505, - "TaskNum": 22019, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "023-071-077", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:34.117", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3789, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 100, - "CurrentAddress": "023-071-077", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:34.357", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3790, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:34.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3791, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "055-074-058", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:35.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3792, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:36.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3793, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:36.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3794, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:37.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3795, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:38.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3796, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:40.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3797, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:40.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3798, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:41.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3799, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "022-040-024", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:41.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3800, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:41.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3801, - "TaskId": 507, - "TaskNum": 22027, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "055-074-058", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:42.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3802, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:42.3", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3803, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 100, - "CurrentAddress": "055-074-058", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:42.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3804, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "022-040-024", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:43.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3805, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:44.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3806, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:44.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3807, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:45.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3808, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:46.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3809, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:47.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3810, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:49.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3811, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:49.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3812, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "029-057-024", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:50.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3813, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:50.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3814, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:51.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3815, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:51.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3816, - "TaskId": 509, - "TaskNum": 22037, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "022-040-024", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:52.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3817, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 100, - "CurrentAddress": "022-040-024", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:52.673", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3818, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:52.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3819, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "029-057-024", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:53.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3820, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:54.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3821, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:54.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3822, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:55.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3823, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:56.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3824, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:58.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3825, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:58.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3826, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:21:59.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3827, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "052-082-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:00.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3828, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:00.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3829, - "TaskId": 511, - "TaskNum": 22045, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "029-057-024", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:01.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3830, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 100, - "CurrentAddress": "029-057-024", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:01.437", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3831, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:01.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3832, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:02.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3833, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "052-082-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:03.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3834, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:04.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3835, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:04.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3836, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:05.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3837, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:06.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3838, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:08.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3839, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:08.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3840, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "065-003-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:09.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3841, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:10.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3842, - "TaskId": 513, - "TaskNum": 22053, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "052-082-087", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:10.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3843, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:10.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3844, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 100, - "CurrentAddress": "052-082-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:10.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3845, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:11.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3846, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:11.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3847, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "065-003-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:12.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3848, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:12.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3849, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:13.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3850, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:14.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3851, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:15.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3852, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:17.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3853, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:17.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3854, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:18.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3855, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "002-056-063", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:19.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3856, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:20.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3857, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:21.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3858, - "TaskId": 515, - "TaskNum": 22102, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "065-003-059", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:22.263", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3859, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 100, - "CurrentAddress": "065-003-059", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:22.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3860, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:22.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3861, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:23.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3862, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "002-056-063", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:24.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3863, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:25.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3864, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:25.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3865, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:26.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3866, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:28.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3867, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:28.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3868, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:29.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3869, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "089-049-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:30.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3870, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:31.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3871, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:32.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3872, - "TaskId": 517, - "TaskNum": 22111, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "002-056-063", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:33.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3873, - "TaskId": 534, - "TaskNum": 22233, - "TaskState": 100, - "CurrentAddress": "002-056-063", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:33.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3874, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:33.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3875, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "089-049-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:34.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3876, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:35.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3877, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:36.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3878, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:37.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3879, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:38.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3880, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:39.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3881, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:39.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3882, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "068-064-044", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:40.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3883, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:41.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3884, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:42.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3885, - "TaskId": 519, - "TaskNum": 22121, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "089-049-097", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:43.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3886, - "TaskId": 536, - "TaskNum": 22243, - "TaskState": 100, - "CurrentAddress": "089-049-097", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:43.613", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3887, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:43.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3888, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "068-064-044", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:44.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3889, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:45.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3890, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:45.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3891, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:46.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3892, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:47.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3893, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:48.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3894, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:49.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3895, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:49.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3896, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:51.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3897, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "047-051-011", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:52.13", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3898, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:53.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3899, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:54.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3900, - "TaskId": 521, - "TaskNum": 22130, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "068-064-044", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:55.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3901, - "TaskId": 538, - "TaskNum": 22255, - "TaskState": 100, - "CurrentAddress": "068-064-044", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:55.453", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3902, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:55.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3903, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "047-051-011", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:56.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3904, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:57.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3905, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:57.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3906, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:58.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3907, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:22:59.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3908, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:00.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3909, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:00.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3910, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "079-015-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:01.12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3911, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:01.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3912, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:02.12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3913, - "TaskId": 523, - "TaskNum": 22140, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "047-051-011", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:03.127", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3914, - "TaskId": 540, - "TaskNum": 22303, - "TaskState": 100, - "CurrentAddress": "047-051-011", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:03.453", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3915, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:03.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3916, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "079-015-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:04.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3917, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:04.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3918, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:05.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3919, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:06.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3920, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:07.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3921, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:08.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3922, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:09.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3923, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:09.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3924, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:10.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3925, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "013-059-082", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:11.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3926, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:12.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3927, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:13.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3928, - "TaskId": 525, - "TaskNum": 22149, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "079-015-012", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:14.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3929, - "TaskId": 542, - "TaskNum": 22314, - "TaskState": 100, - "CurrentAddress": "079-015-012", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:14.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3930, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:14.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3931, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:15.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3932, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "013-059-082", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:16.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3933, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:17.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3934, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:17.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3935, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:18.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3936, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:20.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3937, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:20.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3938, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:21.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3939, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "092-013-013", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:23.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3940, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:25.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3941, - "TaskId": 527, - "TaskNum": 22158, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "013-059-082", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:25.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3942, - "TaskId": 544, - "TaskNum": 22325, - "TaskState": 100, - "CurrentAddress": "013-059-082", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:25.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3943, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:26.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3944, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "092-013-013", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:26.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3945, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:27.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3946, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:27.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3947, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:28.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3948, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:29.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3949, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:30.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3950, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:32.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3951, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:32.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3952, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "012-007-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:33.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3953, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:33.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3954, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:34.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3955, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:34.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3956, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:35.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3957, - "TaskId": 529, - "TaskNum": 22208, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "092-013-013", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:36.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3958, - "TaskId": 546, - "TaskNum": 22336, - "TaskState": 100, - "CurrentAddress": "092-013-013", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:36.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3959, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:36.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3960, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "012-007-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:37.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3961, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:38.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3962, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:38.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3963, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:39.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3964, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:41.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3965, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:41.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3966, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:42.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3967, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "057-028-027", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:43.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3968, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:43.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3969, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:44.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3970, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:45.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3971, - "TaskId": 531, - "TaskNum": 22217, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "012-007-032", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:46.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3972, - "TaskId": 548, - "TaskNum": 22346, - "TaskState": 100, - "CurrentAddress": "012-007-032", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:46.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3973, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:46.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3974, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "057-028-027", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:47.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3975, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:48.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3976, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:48.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3977, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:49.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3978, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:51.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3979, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:51.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3980, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:52.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3981, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "008-074-046", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:53.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3982, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:53.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3983, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:54.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3984, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:55.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3985, - "TaskId": 533, - "TaskNum": 22228, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "057-028-027", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:56.27", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3986, - "TaskId": 550, - "TaskNum": 22356, - "TaskState": 100, - "CurrentAddress": "057-028-027", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:56.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3987, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:57.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3988, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "008-074-046", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:57.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3989, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:58.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3990, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:23:58.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3991, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:00.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3992, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:01.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3993, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:01.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3994, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "087-056-042", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:02.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3995, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:02.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3996, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:03.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3997, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:04.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3998, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:04.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 3999, - "TaskId": 535, - "TaskNum": 22239, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "008-074-046", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:05.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4000, - "TaskId": 552, - "TaskNum": 22405, - "TaskState": 100, - "CurrentAddress": "008-074-046", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:05.53", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4001, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:05.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4002, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "087-056-042", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:06.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4003, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:07.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4004, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:08.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4005, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:09.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4006, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:10.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4007, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:10.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4008, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "073-013-092", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:11.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4009, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:12.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4010, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:13.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4011, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:13.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4012, - "TaskId": 537, - "TaskNum": 22249, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "087-056-042", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:14.29", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4013, - "TaskId": 554, - "TaskNum": 22414, - "TaskState": 100, - "CurrentAddress": "087-056-042", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:14.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4014, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:15.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4015, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "073-013-092", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:16.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4016, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:16.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4017, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:17.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4018, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:18.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4019, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:19.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4020, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:20.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4021, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:20.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4022, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "040-030-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:21.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4023, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:22.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4024, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:23.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4025, - "TaskId": 539, - "TaskNum": 22300, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "073-013-092", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:23.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4026, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:23.317", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4027, - "TaskId": 556, - "TaskNum": 22423, - "TaskState": 100, - "CurrentAddress": "073-013-092", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:23.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4028, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:24.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4029, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "040-030-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:24.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4030, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4031, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:26.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4032, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:27.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4033, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:28.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4034, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:29.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4035, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:29.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4036, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:30.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4037, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "022-097-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:31.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4038, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:32.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4039, - "TaskId": 541, - "TaskNum": 22309, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "040-030-099", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:33.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4040, - "TaskId": 558, - "TaskNum": 22433, - "TaskState": 100, - "CurrentAddress": "040-030-099", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:33.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4041, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:33.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4042, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:34.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4043, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "022-097-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:35.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4044, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:36.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4045, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:36.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4046, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:37.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4047, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:38.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4048, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:39.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4049, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:40.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4050, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:41.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4051, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "052-054-002", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:42.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4052, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:43.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4053, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:44.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4054, - "TaskId": 543, - "TaskNum": 22320, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "022-097-032", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:45.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4055, - "TaskId": 560, - "TaskNum": 22445, - "TaskState": 100, - "CurrentAddress": "022-097-032", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:45.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4056, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:45.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4057, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:46.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4058, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "052-054-002", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:47.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4059, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:48.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4060, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:48.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4061, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:49.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4062, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:51.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4063, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:51.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4064, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "089-042-090", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:52.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4065, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:52.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4066, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:53.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4067, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:53.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4068, - "TaskId": 545, - "TaskNum": 22332, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "052-054-002", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:54.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4069, - "TaskId": 562, - "TaskNum": 22454, - "TaskState": 100, - "CurrentAddress": "052-054-002", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:54.47", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4070, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:54.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4071, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:55.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4072, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "089-042-090", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:56.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4073, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:56.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4074, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:57.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4075, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:24:58.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4076, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:00.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4077, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:00.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4078, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:01.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4079, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "062-075-093", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:02.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4080, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:03.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4081, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:04.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4082, - "TaskId": 547, - "TaskNum": 22341, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "089-042-090", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:05.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4083, - "TaskId": 564, - "TaskNum": 22505, - "TaskState": 100, - "CurrentAddress": "089-042-090", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:05.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4084, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:05.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4085, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:06.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4086, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "062-075-093", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:07.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4087, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:08.067", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4088, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:08.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4089, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:09.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4090, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:11.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4091, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:11.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4092, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:12.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4093, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "018-009-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:13.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4094, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:14.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4095, - "TaskId": 549, - "TaskNum": 22351, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "062-075-093", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:15.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4096, - "TaskId": 566, - "TaskNum": 22515, - "TaskState": 100, - "CurrentAddress": "062-075-093", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:15.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4097, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:15.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4098, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "018-009-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:16.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4099, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:17.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4100, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:17.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4101, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:18.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4102, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:19.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4103, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:20.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4104, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:22.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4105, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:22.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4106, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:23.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4107, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "008-045-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:24.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4108, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:24.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4109, - "TaskId": 551, - "TaskNum": 22401, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "018-009-069", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:25.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4110, - "TaskId": 568, - "TaskNum": 22525, - "TaskState": 100, - "CurrentAddress": "018-009-069", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:25.57", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4111, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:25.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4112, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "008-045-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:26.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4113, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:27.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4114, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:27.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4115, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:28.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4116, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:29.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4117, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:30.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4118, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:32.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4119, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:32.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4120, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "082-010-004", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:33.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4121, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:33.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4122, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:34.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4123, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:34.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4124, - "TaskId": 553, - "TaskNum": 22410, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "008-045-048", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:35.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4125, - "TaskId": 570, - "TaskNum": 22535, - "TaskState": 100, - "CurrentAddress": "008-045-048", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:35.513", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4126, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:35.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4127, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "082-010-004", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:37.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4128, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:38.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4129, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:38.33", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4130, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:39.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4131, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:40.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4132, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:41.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4133, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:41.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4134, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:43.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4135, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "081-073-003", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:44.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4136, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:45.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4137, - "TaskId": 555, - "TaskNum": 22420, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "082-010-004", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:46.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4138, - "TaskId": 572, - "TaskNum": 22546, - "TaskState": 100, - "CurrentAddress": "082-010-004", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:46.433", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4139, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:46.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4140, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "081-073-003", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:47.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4141, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:48.033", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4142, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:48.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4143, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:49.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4144, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:50.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4145, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:51.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4146, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "025-012-010", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:52.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4147, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:52.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4148, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:52.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4149, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:53.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4150, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:54.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4151, - "TaskId": 557, - "TaskNum": 22429, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "081-073-003", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:55.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4152, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:55.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4153, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:55.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4154, - "TaskId": 574, - "TaskNum": 22555, - "TaskState": 100, - "CurrentAddress": "081-073-003", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:55.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4155, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:56.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4156, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "025-012-010", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:57.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4157, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:58.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4158, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:58.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4159, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:25:59.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4160, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:00.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4161, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:00.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4162, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:01.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4163, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "099-069-005", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:03.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4164, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:04.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4165, - "TaskId": 559, - "TaskNum": 22439, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "025-012-010", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:05.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4166, - "TaskId": 576, - "TaskNum": 22605, - "TaskState": 100, - "CurrentAddress": "025-012-010", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:05.693", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4167, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:05.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4168, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "099-069-005", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:06.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4169, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:07.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4170, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:07.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4171, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:08.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4172, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:09.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4173, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:10.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4174, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:12.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4175, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:12.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4176, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:13.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4177, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "023-028-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:13.32", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4178, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:13.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4179, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:14.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4180, - "TaskId": 561, - "TaskNum": 22451, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "099-069-005", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:15.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4181, - "TaskId": 578, - "TaskNum": 22615, - "TaskState": 100, - "CurrentAddress": "099-069-005", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:15.547", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4182, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:15.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4183, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:16.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4184, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "023-028-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:17.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4185, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:18.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4186, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:18.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4187, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:19.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4188, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:21.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4189, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:21.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4190, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "086-061-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:22.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4191, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:22.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4192, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:23.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4193, - "TaskId": 563, - "TaskNum": 22500, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "023-028-077", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:24.127", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4194, - "TaskId": 580, - "TaskNum": 22624, - "TaskState": 100, - "CurrentAddress": "023-028-077", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:24.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4195, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:24.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4196, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:25.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4197, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "086-061-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:26.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4198, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:27.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4199, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:27.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4200, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:28.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4201, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:29.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4202, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:31.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4203, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:31.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4204, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "005-081-023", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:32.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4205, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:32.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4206, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:33.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4207, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:33.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4208, - "TaskId": 565, - "TaskNum": 22511, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "086-061-041", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:34.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4209, - "TaskId": 582, - "TaskNum": 22634, - "TaskState": 100, - "CurrentAddress": "086-061-041", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:34.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4210, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:34.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4211, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:35.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4212, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "005-081-023", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:36.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4213, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:37.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4214, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:37.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4215, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:38.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4216, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:40.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4217, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:40.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4218, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "075-026-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:41.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4219, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:41.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4220, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:42.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4221, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:42.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4222, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:43.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4223, - "TaskId": 567, - "TaskNum": 22522, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "005-081-023", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:44.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4224, - "TaskId": 584, - "TaskNum": 22644, - "TaskState": 100, - "CurrentAddress": "005-081-023", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:44.487", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4225, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:44.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4226, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:45.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4227, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "075-026-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:46.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4228, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:47.067", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4229, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:47.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4230, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:49.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4231, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:49.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4232, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:50.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4233, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "009-025-093", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:53.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4234, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:54.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4235, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:55.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4236, - "TaskId": 569, - "TaskNum": 22532, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "075-026-059", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:56.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4237, - "TaskId": 586, - "TaskNum": 22656, - "TaskState": 100, - "CurrentAddress": "075-026-059", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:56.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4238, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:57.05", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4239, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:57.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4240, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "009-025-093", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:58.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4241, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:26:59.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4242, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:00.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4243, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:01.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4244, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:02.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4245, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:02.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4246, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:04.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4247, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "097-036-089", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:05.12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4248, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:05.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4249, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:06.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4250, - "TaskId": 571, - "TaskNum": 22541, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "009-025-093", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:07.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4251, - "TaskId": 588, - "TaskNum": 22707, - "TaskState": 100, - "CurrentAddress": "009-025-093", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:07.453", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4252, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:07.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4253, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:08.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4254, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "097-036-089", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:09.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4255, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:10.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4256, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:11.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4257, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:12.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4258, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:13.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4259, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:13.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4260, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "075-082-045", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:14.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4261, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:15.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4262, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:16.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4263, - "TaskId": 573, - "TaskNum": 22552, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "097-036-089", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:17.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4264, - "TaskId": 590, - "TaskNum": 22717, - "TaskState": 100, - "CurrentAddress": "097-036-089", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:17.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4265, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:17.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4266, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "075-082-045", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:18.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4267, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:19.05", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4268, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:19.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4269, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:20.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4270, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:21.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4271, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:22.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4272, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "066-080-088", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:23.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4273, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:23.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4274, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:24.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4275, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:24.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4276, - "TaskId": 575, - "TaskNum": 22600, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "075-082-045", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:25.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4277, - "TaskId": 592, - "TaskNum": 22725, - "TaskState": 100, - "CurrentAddress": "075-082-045", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:25.607", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4278, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:25.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4279, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:26.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4280, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:26.437", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4281, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "066-080-088", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:27.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4282, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:27.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4283, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:28.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4284, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:29.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4285, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:30.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4286, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:31.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4287, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:31.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4288, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:32.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4289, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "018-090-040", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:32.517", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4290, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:33.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4291, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:34.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4292, - "TaskId": 577, - "TaskNum": 22612, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "066-080-088", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:35.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4293, - "TaskId": 594, - "TaskNum": 22735, - "TaskState": 100, - "CurrentAddress": "066-080-088", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:35.523", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4294, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:35.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4295, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:36.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4296, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "018-090-040", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:37.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4297, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:38.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4298, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:38.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4299, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:39.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4300, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:40.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4301, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:40.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4302, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:41.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4303, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "069-022-007", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:43.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4304, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:44.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4305, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:45.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4306, - "TaskId": 579, - "TaskNum": 22621, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "018-090-040", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:46.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4307, - "TaskId": 596, - "TaskNum": 22746, - "TaskState": 100, - "CurrentAddress": "018-090-040", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:46.627", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4308, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:46.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4309, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:47.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4310, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "069-022-007", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:48.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4311, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:49.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4312, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:49.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4313, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:50.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4314, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:52.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4315, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:52.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4316, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "092-091-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:53.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4317, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:53.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4318, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:54.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4319, - "TaskId": 581, - "TaskNum": 22631, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "069-022-007", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:55.133", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4320, - "TaskId": 598, - "TaskNum": 22755, - "TaskState": 100, - "CurrentAddress": "069-022-007", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:55.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4321, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:55.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4322, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "092-091-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:56.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4323, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:57.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4324, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:57.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4325, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:58.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4326, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:27:59.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4327, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:00.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4328, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:02.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4329, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:02.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4330, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "037-094-071", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:03.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4331, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:03.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4332, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:04.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4333, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:04.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4334, - "TaskId": 583, - "TaskNum": 22640, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "092-091-069", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:05.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4335, - "TaskId": 600, - "TaskNum": 22805, - "TaskState": 100, - "CurrentAddress": "092-091-069", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:05.583", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4336, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:05.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4337, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "037-094-071", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:06.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4338, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:07.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4339, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:07.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4340, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:08.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4341, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:09.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4342, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:11.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4343, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:11.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4344, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:12.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4345, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "040-075-070", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:13.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4346, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:14.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4347, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:15.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4348, - "TaskId": 585, - "TaskNum": 22649, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "037-094-071", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:16.317", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4349, - "TaskId": 602, - "TaskNum": 22816, - "TaskState": 100, - "CurrentAddress": "037-094-071", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:16.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4350, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:17.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4351, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:17.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4352, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "040-075-070", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:18.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4353, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:19.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4354, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:19.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4355, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:20.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4356, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:22.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4357, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:22.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4358, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:23.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4359, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "077-071-064", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:24.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4360, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:25.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4361, - "TaskId": 587, - "TaskNum": 22702, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "040-075-070", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:26.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4362, - "TaskId": 604, - "TaskNum": 22826, - "TaskState": 100, - "CurrentAddress": "040-075-070", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:26.52", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4363, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:26.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4364, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:27.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4365, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "077-071-064", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:28.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4366, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:29.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4367, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:29.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4368, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:30.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4369, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:32.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4370, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "054-082-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:33.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4371, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:33.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4372, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:34.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4373, - "TaskId": 589, - "TaskNum": 22713, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "077-071-064", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:34.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4374, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:34.493", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4375, - "TaskId": 606, - "TaskNum": 22834, - "TaskState": 100, - "CurrentAddress": "077-071-064", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:34.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4376, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:35.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4377, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:35.39", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4378, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:35.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4379, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "054-082-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:36.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4380, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:37.123", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4381, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:38.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4382, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:39.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4383, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:40.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4384, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:41.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4385, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:41.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4386, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "072-050-026", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:42.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4387, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:42.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4388, - "TaskId": 591, - "TaskNum": 22723, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "054-082-097", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:43.13", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4389, - "TaskId": 608, - "TaskNum": 22843, - "TaskState": 100, - "CurrentAddress": "054-082-097", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:43.58", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4390, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:43.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4391, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:44.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4392, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "072-050-026", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:45.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4393, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:46.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4394, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:46.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4395, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:47.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4396, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:48.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4397, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:49.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4398, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "007-019-050", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:50.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4399, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:50.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4400, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:50.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4401, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:51.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4402, - "TaskId": 593, - "TaskNum": 22731, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "072-050-026", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:52.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4403, - "TaskId": 610, - "TaskNum": 22852, - "TaskState": 100, - "CurrentAddress": "072-050-026", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:52.407", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4404, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:52.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4405, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:53.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4406, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:53.43", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4407, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "007-019-050", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:53.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4408, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:54.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4409, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:55.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4410, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:56.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4411, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:57.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4412, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "013-097-053", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:58.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4413, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:58.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4414, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:58.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4415, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:28:59.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4416, - "TaskId": 595, - "TaskNum": 22740, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "007-019-050", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:00.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4417, - "TaskId": 612, - "TaskNum": 22900, - "TaskState": 100, - "CurrentAddress": "007-019-050", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:00.423", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4418, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:00.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4419, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:01.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4420, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:01.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4421, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "013-097-053", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:01.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4422, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:02.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4423, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:03.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4424, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:04.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4425, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:05.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4426, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:06.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4427, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:06.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4428, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:07.353", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4429, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "058-077-068", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:07.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4430, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:08.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4431, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:09.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4432, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:10.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4433, - "TaskId": 597, - "TaskNum": 22752, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "013-097-053", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:11.313", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4434, - "TaskId": 614, - "TaskNum": 22911, - "TaskState": 100, - "CurrentAddress": "013-097-053", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:11.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4435, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:12.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4436, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:12.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4437, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "058-077-068", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:13.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4438, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:14.033", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4439, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:14.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4440, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:16.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4441, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:16.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4442, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:17.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4443, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "095-056-084", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:19.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4444, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:20.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4445, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:21.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4446, - "TaskId": 599, - "TaskNum": 22802, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "058-077-068", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:22.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4447, - "TaskId": 616, - "TaskNum": 22922, - "TaskState": 100, - "CurrentAddress": "058-077-068", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:22.567", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4448, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:22.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4449, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:23.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4450, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "095-056-084", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:24.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4451, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:25.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4452, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:25.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4453, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:26.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4454, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:28.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4455, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:28.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4456, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:29.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4457, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "060-077-056", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:30.29", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4458, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:30.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4459, - "TaskId": 601, - "TaskNum": 22811, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "095-056-084", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:31.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4460, - "TaskId": 618, - "TaskNum": 22931, - "TaskState": 100, - "CurrentAddress": "095-056-084", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:31.437", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4461, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:31.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4462, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "060-077-056", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:32.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4463, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:33.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4464, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:33.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4465, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:34.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4466, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:35.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4467, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:36.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4468, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "029-030-085", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:37.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4469, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:38.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4470, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:38.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4471, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:39.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4472, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:39.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4473, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:40.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4474, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:40.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4475, - "TaskId": 603, - "TaskNum": 22822, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "060-077-056", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:41.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4476, - "TaskId": 620, - "TaskNum": 22941, - "TaskState": 100, - "CurrentAddress": "060-077-056", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:41.58", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4477, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:41.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4478, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "029-030-085", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:42.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4479, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:43.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4480, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:43.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4481, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:44.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4482, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:46.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4483, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:46.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4484, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:47.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4485, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "037-063-089", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:49.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4486, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:50.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4487, - "TaskId": 605, - "TaskNum": 22833, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "029-030-085", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:51.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4488, - "TaskId": 622, - "TaskNum": 22951, - "TaskState": 100, - "CurrentAddress": "029-030-085", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:51.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4489, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:51.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4490, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "037-063-089", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:52.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4491, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:52.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4492, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:53.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4493, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:54.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4494, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:56.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4495, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:57.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4496, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "014-051-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:58.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4497, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:58.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4498, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:58.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4499, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:59.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4500, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:29:59.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4501, - "TaskId": 607, - "TaskNum": 22841, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "037-063-089", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:00.13", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4502, - "TaskId": 624, - "TaskNum": 23000, - "TaskState": 100, - "CurrentAddress": "037-063-089", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:00.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4503, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:01.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4504, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:01.55", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4505, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "014-051-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:01.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4506, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:02.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4507, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:03.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4508, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:04.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4509, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:05.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4510, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:06.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4511, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:06.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4512, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "009-022-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:07.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4513, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:08.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4514, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:09.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4515, - "TaskId": 609, - "TaskNum": 22850, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "014-051-019", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:10.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4516, - "TaskId": 626, - "TaskNum": 23010, - "TaskState": 100, - "CurrentAddress": "014-051-019", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:10.55", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4517, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:10.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4518, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:11.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4519, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "009-022-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:12.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4520, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:13.05", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4521, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:13.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4522, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:14.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4523, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:15.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4524, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:16.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4525, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:16.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4526, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:18.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4527, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:19.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4528, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "015-016-044", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:19.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4529, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:20.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4530, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:21.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4531, - "TaskId": 611, - "TaskNum": 22858, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "009-022-032", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:22.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4532, - "TaskId": 628, - "TaskNum": 23022, - "TaskState": 100, - "CurrentAddress": "009-022-032", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:22.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4533, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:22.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4534, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:23.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4535, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "015-016-044", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:24.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4536, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:25.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4537, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:25.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4538, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:26.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4539, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:26.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4540, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:27.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4541, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "027-047-042", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:30.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4542, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:31.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4543, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:32.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4544, - "TaskId": 613, - "TaskNum": 22906, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "015-016-044", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:33.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4545, - "TaskId": 630, - "TaskNum": 23033, - "TaskState": 100, - "CurrentAddress": "015-016-044", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:33.627", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4546, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:33.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4547, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "027-047-042", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:34.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4548, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:35.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4549, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:35.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4550, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:36.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4551, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:37.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4552, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "076-027-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:38.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4553, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:39.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4554, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:39.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4555, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:40.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4556, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:40.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4557, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:41.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4558, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:41.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4559, - "TaskId": 615, - "TaskNum": 22916, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "027-047-042", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:42.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4560, - "TaskId": 632, - "TaskNum": 23042, - "TaskState": 100, - "CurrentAddress": "027-047-042", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:42.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4561, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:43.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4562, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:43.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4563, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "076-027-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:44.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4564, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:45.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4565, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:45.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4566, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:47.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4567, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:47.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4568, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:48.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4569, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "066-025-067", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:50.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4570, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:51.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4571, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:52.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4572, - "TaskId": 617, - "TaskNum": 22928, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "076-027-078", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:53.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4573, - "TaskId": 634, - "TaskNum": 23053, - "TaskState": 100, - "CurrentAddress": "076-027-078", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:53.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4574, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:53.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4575, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "066-025-067", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:54.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4576, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:55.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4577, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:55.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4578, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:56.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4579, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:57.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4580, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:59.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4581, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:30:59.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4582, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:00.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4583, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "009-027-083", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:01.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4584, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:01.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4585, - "TaskId": 619, - "TaskNum": 22938, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "066-025-067", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:02.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4586, - "TaskId": 636, - "TaskNum": 23102, - "TaskState": 100, - "CurrentAddress": "066-025-067", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:02.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4587, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:02.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4588, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "009-027-083", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:03.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4589, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:04.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4590, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:04.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4591, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:05.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4592, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:06.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4593, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:07.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4594, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "093-036-018", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:07.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4595, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:08.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4596, - "TaskId": 621, - "TaskNum": 22946, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "009-027-083", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:09.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4597, - "TaskId": 637, - "TaskNum": 23109, - "TaskState": 100, - "CurrentAddress": "009-027-083", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:09.363", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4598, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:09.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4599, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:10.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4600, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:10.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4601, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:11.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4602, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "093-036-018", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:12.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4603, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:12.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4604, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:12.62", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4605, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:13.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4606, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:13.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4607, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:14.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4608, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:16.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4609, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:16.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4610, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "092-060-013", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:17.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4611, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:18.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4612, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:18.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4613, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:18.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4614, - "TaskId": 623, - "TaskNum": 22958, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "093-036-018", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:19.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4615, - "TaskId": 640, - "TaskNum": 23119, - "TaskState": 100, - "CurrentAddress": "093-036-018", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:19.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4616, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:20.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4617, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "092-060-013", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:21.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4618, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:22.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4619, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:22.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4620, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:23.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4621, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:24.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4622, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:25.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4623, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:25.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4624, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "069-027-036", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:26.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4625, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:27.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4626, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:28.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4627, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:28.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4628, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:29.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4629, - "TaskId": 625, - "TaskNum": 23006, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "092-060-013", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:30.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4630, - "TaskId": 642, - "TaskNum": 23130, - "TaskState": 100, - "CurrentAddress": "092-060-013", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:30.567", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4631, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "069-027-036", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:31.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4632, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:32.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4633, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:32.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4634, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:33.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4635, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:34.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4636, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:35.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4637, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:35.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4638, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "049-001-058", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:36.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4639, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:37.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4640, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:38.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4641, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:39.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4642, - "TaskId": 627, - "TaskNum": 23016, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "069-027-036", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:40.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4643, - "TaskId": 644, - "TaskNum": 23140, - "TaskState": 100, - "CurrentAddress": "069-027-036", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:40.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4644, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:40.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4645, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:41.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4646, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "049-001-058", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:42.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4647, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:43.067", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4648, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:43.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4649, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:44.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4650, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:45.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4651, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:45.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4652, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:47.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4653, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:48.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4654, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "018-073-026", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:48.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4655, - "TaskId": 629, - "TaskNum": 23026, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "049-001-058", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:49.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4656, - "TaskId": 646, - "TaskNum": 23149, - "TaskState": 100, - "CurrentAddress": "049-001-058", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:49.56", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4657, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:49.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4658, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "018-073-026", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:50.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4659, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:50.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4660, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:51.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4661, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:52.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4662, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:53.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4663, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:54.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4664, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:55.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4665, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:55.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4666, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:56.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4667, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "010-011-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:56.51", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4668, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:57.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4669, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:58.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4670, - "TaskId": 631, - "TaskNum": 23039, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "018-073-026", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:59.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4671, - "TaskId": 648, - "TaskNum": 23159, - "TaskState": 100, - "CurrentAddress": "018-073-026", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:59.437", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4672, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:31:59.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4673, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "010-011-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:00.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4674, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:01.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4675, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:01.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4676, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:02.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4677, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:03.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4678, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:05.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4679, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:05.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4680, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:06.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4681, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "022-001-060", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:06.307", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4682, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:06.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4683, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:07.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4684, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:08.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4685, - "TaskId": 633, - "TaskNum": 23047, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "010-011-035", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:09.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4686, - "TaskId": 650, - "TaskNum": 23209, - "TaskState": 100, - "CurrentAddress": "010-011-035", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:09.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4687, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:10.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4688, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "022-001-060", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:10.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4689, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:11.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4690, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:11.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4691, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:12.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4692, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:14.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4693, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:14.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4694, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:15.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4695, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "059-035-023", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:16.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4696, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:17.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4697, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:18.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4698, - "TaskId": 635, - "TaskNum": 23059, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "022-001-060", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:19.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4699, - "TaskId": 652, - "TaskNum": 23219, - "TaskState": 100, - "CurrentAddress": "022-001-060", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:19.45", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4700, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:19.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4701, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:20.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4702, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "059-035-023", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:21.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4703, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:22.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4704, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:22.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4705, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:23.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4706, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:25.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4707, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:25.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4708, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:26.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4709, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "026-086-090", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:27.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4710, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:28.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4711, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:29.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4712, - "TaskId": 638, - "TaskNum": 23110, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "059-035-023", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:30.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4713, - "TaskId": 654, - "TaskNum": 23230, - "TaskState": 100, - "CurrentAddress": "059-035-023", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:30.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4714, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:31.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4715, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:31.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4716, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "026-086-090", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:33.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4717, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:33.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4718, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:33.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4719, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:34.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4720, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:36.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4721, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:36.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4722, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:37.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4723, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "084-084-054", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:38.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4724, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:38.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4725, - "TaskId": 639, - "TaskNum": 23116, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "026-086-090", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:39.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4726, - "TaskId": 656, - "TaskNum": 23239, - "TaskState": 100, - "CurrentAddress": "026-086-090", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:39.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4727, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:39.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4728, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "084-084-054", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:40.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4729, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:41.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4730, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:41.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4731, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:42.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4732, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:43.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4733, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:44.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4734, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "037-012-074", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:45.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4735, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:45.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4736, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:46.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4737, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:46.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4738, - "TaskId": 641, - "TaskNum": 23125, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "084-084-054", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:47.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4739, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:47.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4740, - "TaskId": 658, - "TaskNum": 23247, - "TaskState": 100, - "CurrentAddress": "084-084-054", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:47.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4741, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:48.033", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4742, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:48.343", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4743, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "037-012-074", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:48.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4744, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:49.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4745, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:49.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4746, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:50.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4747, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:52.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4748, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:53.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4749, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:53.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4750, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "047-058-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:54.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4751, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:54.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4752, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:55.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4753, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:56.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4754, - "TaskId": 643, - "TaskNum": 23135, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "037-012-074", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:56.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4755, - "TaskId": 660, - "TaskNum": 23256, - "TaskState": 100, - "CurrentAddress": "037-012-074", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:56.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4756, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:56.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4757, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "047-058-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4758, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:59.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4759, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:32:59.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4760, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:00.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4761, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:01.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4762, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:02.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4763, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:02.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4764, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "019-054-091", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:03.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4765, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:04.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4766, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:05.117", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4767, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:05.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4768, - "TaskId": 645, - "TaskNum": 23145, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "047-058-087", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:07.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4769, - "TaskId": 662, - "TaskNum": 23307, - "TaskState": 100, - "CurrentAddress": "047-058-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:07.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4770, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:07.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4771, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:08.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4772, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "019-054-091", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:08.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4773, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:09.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4774, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:10.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4775, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:11.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4776, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:12.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4777, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:12.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4778, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "044-099-076", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:13.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4779, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:14.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4780, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:15.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4781, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:16.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4782, - "TaskId": 647, - "TaskNum": 23155, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "019-054-091", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:17.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4783, - "TaskId": 664, - "TaskNum": 23317, - "TaskState": 100, - "CurrentAddress": "019-054-091", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:17.707", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4784, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:17.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4785, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "044-099-076", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:18.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4786, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:19.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4787, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:19.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4788, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:20.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4789, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:21.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4790, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:22.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4791, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:23.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4792, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:24.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4793, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:25.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4794, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "057-033-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:25.297", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4795, - "TaskId": 649, - "TaskNum": 23205, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "044-099-076", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:26.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4796, - "TaskId": 666, - "TaskNum": 23326, - "TaskState": 100, - "CurrentAddress": "044-099-076", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:26.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4797, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:26.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4798, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:27.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4799, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "057-033-032", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:28.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4800, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:29.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4801, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:29.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4802, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:30.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4803, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:31.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4804, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:33.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4805, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:34.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4806, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:34.46", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4807, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "049-088-017", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:34.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4808, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:35.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4809, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:36.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4810, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:37.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4811, - "TaskId": 651, - "TaskNum": 23214, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "057-033-032", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:38.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4812, - "TaskId": 668, - "TaskNum": 23338, - "TaskState": 100, - "CurrentAddress": "057-033-032", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:38.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4813, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:39.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4814, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:39.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4815, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "049-088-017", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:40.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4816, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:41.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4817, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:41.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4818, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:43.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4819, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:43.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4820, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:44.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4821, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "017-014-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:45.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4822, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:46.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4823, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:47.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4824, - "TaskId": 653, - "TaskNum": 23225, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "049-088-017", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:48.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4825, - "TaskId": 670, - "TaskNum": 23348, - "TaskState": 100, - "CurrentAddress": "049-088-017", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:48.5", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4826, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:48.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4827, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "017-014-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:49.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4828, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:50.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4829, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:50.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4830, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:51.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4831, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:52.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4832, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:54.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4833, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:54.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4834, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "024-092-095", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:55.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4835, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:55.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4836, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:56.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4837, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:56.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4838, - "TaskId": 655, - "TaskNum": 23236, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "017-014-038", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:57.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4839, - "TaskId": 672, - "TaskNum": 23357, - "TaskState": 100, - "CurrentAddress": "017-014-038", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:57.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4840, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:57.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4841, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:58.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4842, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "024-092-095", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:33:59.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4843, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:00.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4844, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:00.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4845, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:01.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4846, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:03.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4847, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:04.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4848, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "093-021-009", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:04.263", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4849, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:04.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4850, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:05.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4851, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:05.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4852, - "TaskId": 657, - "TaskNum": 23246, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "024-092-095", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:06.213", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4853, - "TaskId": 674, - "TaskNum": 23406, - "TaskState": 100, - "CurrentAddress": "024-092-095", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:06.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4854, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:07.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4855, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:07.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4856, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "093-021-009", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:08.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4857, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:09.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4858, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:09.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4859, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:10.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4860, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:12.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4861, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:13.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4862, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4863, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "031-071-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:14.363", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4864, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:14.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4865, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:15.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4866, - "TaskId": 659, - "TaskNum": 23253, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "093-021-009", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:16.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4867, - "TaskId": 676, - "TaskNum": 23416, - "TaskState": 100, - "CurrentAddress": "093-021-009", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:16.57", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4868, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:16.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4869, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "031-071-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:17.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4870, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:18.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4871, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:18.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4872, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:19.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4873, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:21.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4874, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:22.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4875, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:22.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4876, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "006-013-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:23.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4877, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:23.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4878, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:24.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4879, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:25.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4880, - "TaskId": 661, - "TaskNum": 23302, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "031-071-099", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:25.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4881, - "TaskId": 678, - "TaskNum": 23425, - "TaskState": 100, - "CurrentAddress": "031-071-099", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:26.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4882, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:26.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4883, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:26.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4884, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "006-013-099", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:28.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4885, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:28.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4886, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:29.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4887, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:30.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4888, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:31.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4889, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:32.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4890, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "042-002-090", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:32.27", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4891, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:32.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4892, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:33.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4893, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:34.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4894, - "TaskId": 663, - "TaskNum": 23312, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "006-013-099", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:35.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4895, - "TaskId": 680, - "TaskNum": 23435, - "TaskState": 100, - "CurrentAddress": "006-013-099", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:35.313", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4896, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:35.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4897, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "042-002-090", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:36.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4898, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:37.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4899, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:37.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4900, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:38.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4901, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:39.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4902, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:40.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4903, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:40.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4904, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:42.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4905, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "091-040-094", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:43.08", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4906, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:44.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4907, - "TaskId": 665, - "TaskNum": 23322, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "042-002-090", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:45.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4908, - "TaskId": 682, - "TaskNum": 23445, - "TaskState": 100, - "CurrentAddress": "042-002-090", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:45.62", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4909, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:45.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4910, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:46.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4911, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "091-040-094", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:47.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4912, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:48.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4913, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:48.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4914, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:49.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4915, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:50.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4916, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:51.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4917, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:51.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4918, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:52.27", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4919, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "088-094-051", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:52.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4920, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:53.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4921, - "TaskId": 667, - "TaskNum": 23333, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "091-040-094", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:54.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4922, - "TaskId": 684, - "TaskNum": 23454, - "TaskState": 100, - "CurrentAddress": "091-040-094", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:54.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4923, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:54.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4924, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:55.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4925, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "088-094-051", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:56.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4926, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:57.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4927, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:57.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4928, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:58.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4929, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:34:59.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4930, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:01.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4931, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4932, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "007-087-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:02.353", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4933, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:02.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4934, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:03.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4935, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:04.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4936, - "TaskId": 669, - "TaskNum": 23343, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "088-094-051", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:05.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4937, - "TaskId": 686, - "TaskNum": 23505, - "TaskState": 100, - "CurrentAddress": "088-094-051", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:05.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4938, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:05.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4939, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:06.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4940, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "007-087-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:07.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4941, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:08.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4942, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:08.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4943, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:09.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4944, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:11.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4945, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:11.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4946, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:12.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4947, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "057-079-030", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:13.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4948, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:14.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4949, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:15.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4950, - "TaskId": 671, - "TaskNum": 23354, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "007-087-062", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:16.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4951, - "TaskId": 688, - "TaskNum": 23516, - "TaskState": 100, - "CurrentAddress": "007-087-062", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:16.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4952, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:17.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4953, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:17.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4954, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "057-079-030", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:18.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4955, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:19.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4956, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:19.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4957, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:20.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4958, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:22.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4959, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:22.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4960, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:23.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4961, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "099-042-076", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:24.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4962, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:24.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4963, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:25.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4964, - "TaskId": 673, - "TaskNum": 23403, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "057-079-030", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:26.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4965, - "TaskId": 690, - "TaskNum": 23526, - "TaskState": 100, - "CurrentAddress": "057-079-030", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:26.663", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4966, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:27.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4967, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "099-042-076", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:27.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4968, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:28.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4969, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:28.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4970, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:29.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4971, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:30.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4972, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:32.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4973, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:32.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4974, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:33.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4975, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "033-020-007", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:34.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4976, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:34.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4977, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:35.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4978, - "TaskId": 675, - "TaskNum": 23412, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "099-042-076", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:36.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4979, - "TaskId": 692, - "TaskNum": 23536, - "TaskState": 100, - "CurrentAddress": "099-042-076", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:36.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4980, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:36.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4981, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:37.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4982, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "033-020-007", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:38.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4983, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:39.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4984, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:39.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4985, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:40.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4986, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:42.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4987, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:43.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4988, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:44.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4989, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "051-037-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:45.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4990, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:45.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4991, - "TaskId": 677, - "TaskNum": 23422, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "033-020-007", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:46.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4992, - "TaskId": 694, - "TaskNum": 23546, - "TaskState": 100, - "CurrentAddress": "033-020-007", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:46.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4993, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:47.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4994, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:47.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4995, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "051-037-038", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:48.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4996, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:49.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4997, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:50.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4998, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:51.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 4999, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:52.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5000, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "030-092-065", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:53.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5001, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:53.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5002, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:53.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5003, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:54.36", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5004, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:54.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5005, - "TaskId": 679, - "TaskNum": 23431, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "051-037-038", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:55.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5006, - "TaskId": 696, - "TaskNum": 23555, - "TaskState": 100, - "CurrentAddress": "051-037-038", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:55.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5007, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:55.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5008, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:56.287", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5009, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:57.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5010, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "030-092-065", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:57.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5011, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:58.117", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5012, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:35:59.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5013, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:00.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5014, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:01.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5015, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:01.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5016, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:03.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5017, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "034-086-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:04.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5018, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:05.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5019, - "TaskId": 681, - "TaskNum": 23440, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "030-092-065", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:06.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5020, - "TaskId": 698, - "TaskNum": 23606, - "TaskState": 100, - "CurrentAddress": "030-092-065", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:06.563", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5021, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:06.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5022, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:07.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5023, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "034-086-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:08.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5024, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:09.117", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5025, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:09.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5026, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:10.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5027, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:11.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5028, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:12.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5029, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:12.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5030, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:14.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5031, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:15.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5032, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "049-016-098", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:15.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5033, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:16.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5034, - "TaskId": 683, - "TaskNum": 23451, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "034-086-048", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:17.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5035, - "TaskId": 700, - "TaskNum": 23617, - "TaskState": 100, - "CurrentAddress": "034-086-048", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:17.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5036, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:17.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5037, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "049-016-098", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:18.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5038, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:19.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5039, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:19.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5040, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:20.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5041, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:21.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5042, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:22.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5043, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:23.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5044, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:23.48", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5045, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "048-096-024", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:23.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5046, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:24.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5047, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:25.663", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5048, - "TaskId": 685, - "TaskNum": 23501, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "049-016-098", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:26.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5049, - "TaskId": 702, - "TaskNum": 23626, - "TaskState": 100, - "CurrentAddress": "049-016-098", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:26.683", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5050, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:26.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5051, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "048-096-024", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:27.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5052, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:28.123", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5053, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:28.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5054, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:29.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5055, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:30.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5056, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:32.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5057, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:32.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5058, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:33.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5059, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "065-076-083", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:34.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5060, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:35.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5061, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:36.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5062, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:37.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5063, - "TaskId": 687, - "TaskNum": 23511, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "048-096-024", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:38.323", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5064, - "TaskId": 704, - "TaskNum": 23638, - "TaskState": 100, - "CurrentAddress": "048-096-024", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:38.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5065, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:39.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5066, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "065-076-083", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:39.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5067, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:40.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5068, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:40.693", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5069, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:41.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5070, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:43.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5071, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:43.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5072, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:44.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5073, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "080-086-055", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:45.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5074, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:46.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5075, - "TaskId": 689, - "TaskNum": 23522, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "065-076-083", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:47.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5076, - "TaskId": 706, - "TaskNum": 23647, - "TaskState": 100, - "CurrentAddress": "065-076-083", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:47.467", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5077, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:47.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5078, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "080-086-055", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:48.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5079, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:48.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5080, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:49.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5081, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:50.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5082, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:51.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5083, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:52.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5084, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:54.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5085, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:54.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5086, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "084-039-051", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:55.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5087, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:55.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5088, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:56.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5089, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:56.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5090, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:57.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5091, - "TaskId": 691, - "TaskNum": 23532, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "080-086-055", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:58.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5092, - "TaskId": 708, - "TaskNum": 23658, - "TaskState": 100, - "CurrentAddress": "080-086-055", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:58.503", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5093, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:58.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5094, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "084-039-051", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:36:59.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5095, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:00.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5096, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:00.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5097, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:01.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5098, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:03.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5099, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:03.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5100, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:04.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5101, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "066-075-014", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:05.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5102, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:06.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5103, - "TaskId": 693, - "TaskNum": 23542, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "084-039-051", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:07.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5104, - "TaskId": 710, - "TaskNum": 23707, - "TaskState": 100, - "CurrentAddress": "084-039-051", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:07.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5105, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:07.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5106, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:08.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5107, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "066-075-014", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:10.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5108, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:10.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5109, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:10.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5110, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:11.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5111, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:12.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5112, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:14.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5113, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:14.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5114, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "014-023-071", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:15.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5115, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:15.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5116, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:16.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5117, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:16.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5118, - "TaskId": 695, - "TaskNum": 23553, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "066-075-014", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:17.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5119, - "TaskId": 712, - "TaskNum": 23717, - "TaskState": 100, - "CurrentAddress": "066-075-014", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:17.533", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5120, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:17.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5121, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "014-023-071", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:19.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5122, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:19.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5123, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:19.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5124, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:20.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5125, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:22.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5126, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:23.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5127, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:23.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5128, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "033-091-007", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:24.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5129, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:25.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5130, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:26.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5131, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:26.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5132, - "TaskId": 697, - "TaskNum": 23601, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "014-023-071", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:27.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5133, - "TaskId": 714, - "TaskNum": 23727, - "TaskState": 100, - "CurrentAddress": "014-023-071", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:27.58", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5134, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:27.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5135, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "033-091-007", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:28.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5136, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:29.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5137, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:30.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5138, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:31.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5139, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:32.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5140, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:33.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5141, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:34.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5142, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:35.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5143, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "041-036-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:36.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5144, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:37.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5145, - "TaskId": 699, - "TaskNum": 23612, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "033-091-007", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:38.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5146, - "TaskId": 716, - "TaskNum": 23738, - "TaskState": 100, - "CurrentAddress": "033-091-007", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:38.623", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5147, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:38.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5148, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "041-036-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:39.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5149, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:40.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5150, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:40.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5151, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:41.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5152, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:42.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5153, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:43.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5154, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:44.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5155, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:44.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5156, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:45.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5157, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "052-089-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:45.487", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5158, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:46.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5159, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:47.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5160, - "TaskId": 701, - "TaskNum": 23622, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "041-036-048", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:48.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5161, - "TaskId": 718, - "TaskNum": 23748, - "TaskState": 100, - "CurrentAddress": "041-036-048", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:48.623", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5162, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:48.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5163, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "052-089-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:49.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5164, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:50.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5165, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:50.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5166, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:51.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5167, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:52.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5168, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:53.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5169, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:53.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5170, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:54.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5171, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "002-022-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:54.527", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5172, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:55.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5173, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:56.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5174, - "TaskId": 703, - "TaskNum": 23632, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "052-089-019", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:57.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5175, - "TaskId": 720, - "TaskNum": 23757, - "TaskState": 100, - "CurrentAddress": "052-089-019", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:57.507", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5176, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:57.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5177, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "002-022-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:58.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5178, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:59.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5179, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:37:59.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5180, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:00.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5181, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:01.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5182, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:03.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5183, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:03.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5184, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "056-024-014", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:04.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5185, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:04.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5186, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:05.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5187, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:06.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5188, - "TaskId": 705, - "TaskNum": 23643, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "002-022-033", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:07.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5189, - "TaskId": 722, - "TaskNum": 23807, - "TaskState": 100, - "CurrentAddress": "002-022-033", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:07.46", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5190, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:07.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5191, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "056-024-014", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:08.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5192, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:09.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5193, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:09.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5194, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:10.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5195, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:11.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5196, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:13.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5197, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:13.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5198, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "031-081-005", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:14.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5199, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:14.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5200, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:15.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5201, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:15.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5202, - "TaskId": 707, - "TaskNum": 23654, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "056-024-014", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:16.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5203, - "TaskId": 724, - "TaskNum": 23816, - "TaskState": 100, - "CurrentAddress": "056-024-014", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:16.413", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5204, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:16.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5205, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:17.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5206, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "031-081-005", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:18.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5207, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:19.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5208, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:19.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5209, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:20.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5210, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:22.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5211, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:22.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5212, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "011-047-084", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:23.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5213, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:23.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5214, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:24.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5215, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:24.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5216, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:25.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5217, - "TaskId": 709, - "TaskNum": 23703, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "031-081-005", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:26.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5218, - "TaskId": 726, - "TaskNum": 23826, - "TaskState": 100, - "CurrentAddress": "031-081-005", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:26.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5219, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:26.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5220, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "011-047-084", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:27.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5221, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:28.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5222, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:28.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5223, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:29.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5224, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:31.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5225, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:31.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5226, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:32.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5227, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "051-025-075", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:33.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5228, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:33.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5229, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:34.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5230, - "TaskId": 711, - "TaskNum": 23714, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "011-047-084", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:35.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5231, - "TaskId": 728, - "TaskNum": 23835, - "TaskState": 100, - "CurrentAddress": "011-047-084", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:35.62", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5232, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:35.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5233, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "051-025-075", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:36.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5234, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:37.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5235, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:37.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5236, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:38.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5237, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:39.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5238, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:41.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5239, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:41.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5240, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "079-041-085", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:42.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5241, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:42.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5242, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:43.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5243, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:43.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5244, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:44.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5245, - "TaskId": 713, - "TaskNum": 23723, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "051-025-075", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:45.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5246, - "TaskId": 730, - "TaskNum": 23845, - "TaskState": 100, - "CurrentAddress": "051-025-075", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:45.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5247, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:46.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5248, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:46.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5249, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "079-041-085", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:47.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5250, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:48.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5251, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:49.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5252, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:50.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5253, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:51.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5254, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:52.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5255, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "076-082-027", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:53.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5256, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:54.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5257, - "TaskId": 715, - "TaskNum": 23733, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "079-041-085", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:55.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5258, - "TaskId": 732, - "TaskNum": 23855, - "TaskState": 100, - "CurrentAddress": "079-041-085", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:55.407", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5259, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "076-082-027", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:56.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5260, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:56.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5261, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:57.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5262, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:58.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5263, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:38:59.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5264, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:00.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5265, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:01.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5266, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:02.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5267, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:02.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5268, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "027-055-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:03.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5269, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:04.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5270, - "TaskId": 717, - "TaskNum": 23744, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "076-082-027", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:05.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5271, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:05.297", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5272, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:05.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5273, - "TaskId": 734, - "TaskNum": 23905, - "TaskState": 100, - "CurrentAddress": "076-082-027", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:05.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5274, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:06.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5275, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "027-055-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:07.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5276, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:08.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5277, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:08.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5278, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:09.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5279, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:10.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5280, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:11.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5281, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:11.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5282, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:13.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5283, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:14.327", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5284, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "035-036-070", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:14.447", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5285, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:15.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5286, - "TaskId": 719, - "TaskNum": 23753, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "027-055-041", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:16.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5287, - "TaskId": 736, - "TaskNum": 23916, - "TaskState": 100, - "CurrentAddress": "027-055-041", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:16.66", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5288, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:16.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5289, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "035-036-070", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:17.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5290, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:18.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5291, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:18.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5292, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:19.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5293, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:20.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5294, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:21.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5295, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:21.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5296, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "080-091-047", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:22.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5297, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:22.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5298, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:23.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5299, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:24.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5300, - "TaskId": 721, - "TaskNum": 23803, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "035-036-070", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:25.123", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5301, - "TaskId": 738, - "TaskNum": 23925, - "TaskState": 100, - "CurrentAddress": "035-036-070", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:25.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5302, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:25.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5303, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "080-091-047", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:26.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5304, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:27.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5305, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:27.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5306, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:28.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5307, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:29.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5308, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:31.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5309, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:31.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5310, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "083-034-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:32.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5311, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:33.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5312, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:33.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5313, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:34.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5314, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:35.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5315, - "TaskId": 723, - "TaskNum": 23813, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "080-091-047", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:36.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5316, - "TaskId": 740, - "TaskNum": 23936, - "TaskState": 100, - "CurrentAddress": "080-091-047", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:36.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5317, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:36.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5318, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "083-034-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:38.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5319, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:38.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5320, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:38.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5321, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:39.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5322, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:41.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5323, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:41.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5324, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:42.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5325, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "022-033-002", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:43.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5326, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:43.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5327, - "TaskId": 725, - "TaskNum": 23822, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "083-034-079", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:44.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5328, - "TaskId": 742, - "TaskNum": 23944, - "TaskState": 100, - "CurrentAddress": "083-034-079", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:44.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5329, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:44.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5330, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "022-033-002", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:45.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5331, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:46.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5332, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:46.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5333, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:47.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5334, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:48.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5335, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:49.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5336, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "014-043-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:50.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5337, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:50.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5338, - "TaskId": 727, - "TaskNum": 23831, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "022-033-002", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:51.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5339, - "TaskId": 743, - "TaskNum": 23951, - "TaskState": 100, - "CurrentAddress": "022-033-002", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:51.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5340, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:52", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5341, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "014-043-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:52.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5342, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:53.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5343, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:53.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5344, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:53.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5345, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:53.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5346, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:54.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5347, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:54.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5348, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:55.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5349, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:56.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5350, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:58.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5351, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:58.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5352, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "001-005-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:59.127", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5353, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:39:59.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5354, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:00.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5355, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:00.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5356, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:01.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5357, - "TaskId": 729, - "TaskNum": 23841, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "014-043-078", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:02.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5358, - "TaskId": 746, - "TaskNum": 24002, - "TaskState": 100, - "CurrentAddress": "014-043-078", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:02.647", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5359, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:02.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5360, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "001-005-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:03.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5361, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:04.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5362, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:04.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5363, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:05.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5364, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:07.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5365, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:07.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5366, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "089-064-091", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:08.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5367, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5368, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:09.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5369, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:09.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5370, - "TaskId": 731, - "TaskNum": 23850, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "001-005-087", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:10.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5371, - "TaskId": 748, - "TaskNum": 24010, - "TaskState": 100, - "CurrentAddress": "001-005-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:10.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5372, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:10.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5373, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:11.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5374, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "089-064-091", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:12.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5375, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:12.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5376, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:13.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5377, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:15.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5378, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:16.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5379, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:16.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5380, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:18.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5381, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "038-098-023", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:19.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5382, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:19.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5383, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:20.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5384, - "TaskId": 733, - "TaskNum": 23902, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "089-064-091", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:22.263", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5385, - "TaskId": 750, - "TaskNum": 24022, - "TaskState": 100, - "CurrentAddress": "089-064-091", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:22.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5386, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:23.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5387, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:23.31", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5388, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "038-098-023", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:24.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5389, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:24.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5390, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:25.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5391, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:26.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5392, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:27.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5393, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:28.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5394, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "035-059-080", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:28.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5395, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:29.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5396, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:30.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5397, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:31.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5398, - "TaskId": 735, - "TaskNum": 23911, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "038-098-023", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:32.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5399, - "TaskId": 752, - "TaskNum": 24032, - "TaskState": 100, - "CurrentAddress": "038-098-023", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:32.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5400, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:32.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5401, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "035-059-080", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:33.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5402, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:34.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5403, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:34.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5404, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:35.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5405, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:36.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5406, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "093-019-017", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:37.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5407, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:37.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5408, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:37.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5409, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:38.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5410, - "TaskId": 737, - "TaskNum": 23921, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "035-059-080", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:39.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5411, - "TaskId": 754, - "TaskNum": 24039, - "TaskState": 100, - "CurrentAddress": "035-059-080", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:39.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5412, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:39.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5413, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:40.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5414, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:40.577", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5415, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "093-019-017", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:40.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5416, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:41.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5417, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:42.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5418, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:43.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5419, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:44.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5420, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:45.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5421, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:45.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5422, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:46.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5423, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "071-086-014", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:46.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5424, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:47.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5425, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:48.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5426, - "TaskId": 739, - "TaskNum": 23931, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "093-019-017", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:49.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5427, - "TaskId": 756, - "TaskNum": 24049, - "TaskState": 100, - "CurrentAddress": "093-019-017", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:49.513", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5428, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:49.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5429, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:50.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5430, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "071-086-014", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:51.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5431, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:52.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5432, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:52.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5433, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:53.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5434, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:55.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5435, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:55.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5436, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "040-041-073", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:56.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5437, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:56.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5438, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:57.283", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5439, - "TaskId": 741, - "TaskNum": 23941, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "071-086-014", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:58.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5440, - "TaskId": 758, - "TaskNum": 24058, - "TaskState": 100, - "CurrentAddress": "071-086-014", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:58.497", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5441, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:58.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5442, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:40:59.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5443, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "040-041-073", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:00.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5444, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:01.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5445, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:01.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5446, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:02.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5447, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:03.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5448, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:05.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5449, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:05.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5450, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:06.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5451, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "050-027-057", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:07.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5452, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:07.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5453, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:08.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5454, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:09.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5455, - "TaskId": 744, - "TaskNum": 23952, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "040-041-073", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:10.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5456, - "TaskId": 760, - "TaskNum": 24110, - "TaskState": 100, - "CurrentAddress": "040-041-073", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:10.53", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5457, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:10.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5458, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:11.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5459, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "050-027-057", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:12.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5460, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:12.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5461, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:13.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5462, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:15.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5463, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:15.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5464, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:16.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5465, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "062-077-037", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:18.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5466, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:19.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5467, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:20.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5468, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:21.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5469, - "TaskId": 745, - "TaskNum": 23958, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "050-027-057", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:22.297", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5470, - "TaskId": 762, - "TaskNum": 24122, - "TaskState": 100, - "CurrentAddress": "050-027-057", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:22.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5471, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:23.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5472, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "062-077-037", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:23.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5473, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:24.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5474, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:24.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5475, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:25.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5476, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:27.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5477, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:27.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5478, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:28.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5479, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "052-053-091", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:29.213", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5480, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:29.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5481, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:30.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5482, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:31.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5483, - "TaskId": 747, - "TaskNum": 24007, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "062-077-037", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:32.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5484, - "TaskId": 764, - "TaskNum": 24132, - "TaskState": 100, - "CurrentAddress": "062-077-037", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:32.627", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5485, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:32.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5486, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:33.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5487, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "052-053-091", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:35.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5488, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:35.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5489, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:35.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5490, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:37.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5491, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:37.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5492, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:38.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5493, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "058-037-011", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:41.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5494, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:42.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5495, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:43.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5496, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:44.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5497, - "TaskId": 749, - "TaskNum": 24016, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "052-053-091", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:45.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5498, - "TaskId": 766, - "TaskNum": 24145, - "TaskState": 100, - "CurrentAddress": "052-053-091", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:45.583", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5499, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:45.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5500, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "058-037-011", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:47.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5501, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:47.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5502, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:48.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5503, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:49.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5504, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:50.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5505, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:50.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5506, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:52.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5507, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "002-082-018", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:53.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5508, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:53.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5509, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:55.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5510, - "TaskId": 751, - "TaskNum": 24027, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "058-037-011", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:56.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5511, - "TaskId": 768, - "TaskNum": 24156, - "TaskState": 100, - "CurrentAddress": "058-037-011", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:56.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5512, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:56.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5513, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "002-082-018", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:58.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5514, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:58.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5515, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:58.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5516, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:41:59.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5517, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:00.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5518, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:01.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5519, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:01.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5520, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "090-080-027", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:02.297", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5521, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:03.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5522, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:04.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5523, - "TaskId": 753, - "TaskNum": 24037, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "002-082-018", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:04.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5524, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:04.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5525, - "TaskId": 770, - "TaskNum": 24204, - "TaskState": 100, - "CurrentAddress": "002-082-018", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:05.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5526, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:05.347", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5527, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "090-080-027", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:05.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5528, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:06.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5529, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:07.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5530, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:08.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5531, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "048-049-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:09.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5532, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:09.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5533, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:10.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5534, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:10.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5535, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:11.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5536, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:11.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5537, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:12.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5538, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:13.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5539, - "TaskId": 755, - "TaskNum": 24045, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "090-080-027", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:13.343", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5540, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:13.583", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5541, - "TaskId": 772, - "TaskNum": 24213, - "TaskState": 100, - "CurrentAddress": "090-080-027", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:13.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5542, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:14.357", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5543, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "048-049-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:14.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5544, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:15.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5545, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:16.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5546, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:17.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5547, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:17.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5548, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:18.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5549, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "057-028-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:21.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5550, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:22.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5551, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:23.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5552, - "TaskId": 757, - "TaskNum": 24055, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "048-049-062", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:24.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5553, - "TaskId": 774, - "TaskNum": 24224, - "TaskState": 100, - "CurrentAddress": "048-049-062", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:24.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5554, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:24.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5555, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:25.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5556, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "057-028-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:26.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5557, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:27.123", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5558, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:27.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5559, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:28.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5560, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:30.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5561, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:30.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5562, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "063-031-090", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:31.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5563, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:31.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5564, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:32.337", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5565, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:33.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5566, - "TaskId": 759, - "TaskNum": 24105, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "057-028-087", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:34.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5567, - "TaskId": 776, - "TaskNum": 24234, - "TaskState": 100, - "CurrentAddress": "057-028-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:34.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5568, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:34.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5569, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "063-031-090", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:35.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5570, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:36.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5571, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:36.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5572, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:37.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5573, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:38.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5574, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:40.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5575, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:40.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5576, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:41.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5577, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "055-059-067", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:42.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5578, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:43.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5579, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:44.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5580, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:45.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5581, - "TaskId": 761, - "TaskNum": 24115, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "063-031-090", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:46.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5582, - "TaskId": 778, - "TaskNum": 24246, - "TaskState": 100, - "CurrentAddress": "063-031-090", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:46.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5583, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:47.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5584, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:47.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5585, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "055-059-067", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:48.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5586, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:49.05", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5587, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:49.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5588, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:51.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5589, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:51.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5590, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:52.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5591, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "090-085-049", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:53.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5592, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:54.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5593, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:55.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5594, - "TaskId": 763, - "TaskNum": 24127, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "055-059-067", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:56.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5595, - "TaskId": 780, - "TaskNum": 24256, - "TaskState": 100, - "CurrentAddress": "055-059-067", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:56.567", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5596, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:56.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5597, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "090-085-049", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:57.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5598, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:58.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5599, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:58.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5600, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:42:59.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5601, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:00.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5602, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:02.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5603, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:02.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5604, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:03.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5605, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "032-079-081", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:04.283", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5606, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:04.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5607, - "TaskId": 765, - "TaskNum": 24137, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "090-085-049", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:05.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5608, - "TaskId": 782, - "TaskNum": 24305, - "TaskState": 100, - "CurrentAddress": "090-085-049", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:05.61", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5609, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:05.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5610, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:06.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5611, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "032-079-081", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:07.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5612, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:08.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5613, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:08.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5614, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:09.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5615, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:10.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5616, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:12.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5617, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:12.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5618, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "034-012-005", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:13.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5619, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:13.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5620, - "TaskId": 767, - "TaskNum": 24150, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "032-079-081", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:14.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5621, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:14.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5622, - "TaskId": 784, - "TaskNum": 24314, - "TaskState": 100, - "CurrentAddress": "032-079-081", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:14.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5623, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:14.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5624, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "034-012-005", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:15.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5625, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:16.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5626, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:16.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5627, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:17.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5628, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:19.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5629, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "053-095-043", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:20.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5630, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:20.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5631, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:21.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5632, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:21.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5633, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:21.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5634, - "TaskId": 769, - "TaskNum": 24201, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "034-012-005", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:22.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5635, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:22.31", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5636, - "TaskId": 786, - "TaskNum": 24322, - "TaskState": 100, - "CurrentAddress": "034-012-005", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:22.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5637, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:23.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5638, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:23.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5639, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:24.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5640, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "053-095-043", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:24.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5641, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:25.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5642, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:26.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5643, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:27.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5644, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:28.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5645, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:29.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5646, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:30.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5647, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "019-074-046", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:31.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5648, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:32.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5649, - "TaskId": 771, - "TaskNum": 24210, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "053-095-043", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:33.27", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5650, - "TaskId": 788, - "TaskNum": 24333, - "TaskState": 100, - "CurrentAddress": "053-095-043", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:33.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5651, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:33.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5652, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:34.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5653, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "019-074-046", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:35.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5654, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:36.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5655, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:36.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5656, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:37.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5657, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:38.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5658, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:39.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5659, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:39.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5660, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "041-093-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:40.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5661, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:41.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5662, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:42.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5663, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:42.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5664, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:43.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5665, - "TaskId": 773, - "TaskNum": 24217, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "019-074-046", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:44.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5666, - "TaskId": 790, - "TaskNum": 24344, - "TaskState": 100, - "CurrentAddress": "019-074-046", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:44.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5667, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:44.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5668, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "041-093-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:45.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5669, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:45.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5670, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:46.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5671, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:47.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5672, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:48.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5673, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:48.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5674, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:49.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5675, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "011-052-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:51.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5676, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:52.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5677, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:53.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5678, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:54.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5679, - "TaskId": 775, - "TaskNum": 24230, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "041-093-012", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:55.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5680, - "TaskId": 792, - "TaskNum": 24355, - "TaskState": 100, - "CurrentAddress": "041-093-012", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:55.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5681, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:55.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5682, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:56.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5683, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "011-052-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:58", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5684, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:58.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5685, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:43:58.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5686, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:00.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5687, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:00.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5688, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:01.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5689, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "024-083-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:03.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5690, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:04.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5691, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:05.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5692, - "TaskId": 777, - "TaskNum": 24240, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "011-052-069", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:06.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5693, - "TaskId": 794, - "TaskNum": 24406, - "TaskState": 100, - "CurrentAddress": "011-052-069", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:06.61", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5694, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:06.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5695, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:07.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5696, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "024-083-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:08.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5697, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:09.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5698, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:09.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5699, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:10.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5700, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:12.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5701, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:12.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5702, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:13.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5703, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "039-051-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:14.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5704, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:15.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5705, - "TaskId": 779, - "TaskNum": 24251, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "024-083-062", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:16.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5706, - "TaskId": 796, - "TaskNum": 24416, - "TaskState": 100, - "CurrentAddress": "024-083-062", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:16.51", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5707, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:16.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5708, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:17.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5709, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "039-051-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:18.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5710, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:19.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5711, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:19.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5712, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:20.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5713, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:21.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5714, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:23.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5715, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:23.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5716, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "010-020-061", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:24.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5717, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:24.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5718, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:25.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5719, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:25.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5720, - "TaskId": 781, - "TaskNum": 24302, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "039-051-059", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:26.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5721, - "TaskId": 798, - "TaskNum": 24426, - "TaskState": 100, - "CurrentAddress": "039-051-059", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:26.587", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5722, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:26.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5723, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "010-020-061", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:27.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5724, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:28.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5725, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:28.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5726, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:29.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5727, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:30.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5728, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:32.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5729, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:32.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5730, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:34", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5731, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "037-095-009", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:34.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5732, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:34.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5733, - "TaskId": 783, - "TaskNum": 24312, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "010-020-061", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:35.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5734, - "TaskId": 800, - "TaskNum": 24435, - "TaskState": 100, - "CurrentAddress": "010-020-061", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:35.553", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5735, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:35.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5736, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:36.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5737, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "037-095-009", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:37.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5738, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:38.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5739, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:39.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5740, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:40.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5741, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:40.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5742, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:42.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5743, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:43.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5744, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:44.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5745, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "033-063-083", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:45.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5746, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:45.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5747, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:46.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5748, - "TaskId": 785, - "TaskNum": 24321, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "037-095-009", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:47.293", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5749, - "TaskId": 802, - "TaskNum": 24447, - "TaskState": 100, - "CurrentAddress": "037-095-009", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:47.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5750, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:48.067", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5751, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "033-063-083", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:48.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5752, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:49.08", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5753, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:50.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5754, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:51.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5755, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:52.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5756, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:53.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5757, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:53.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5758, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "090-032-060", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:54.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5759, - "TaskId": 787, - "TaskNum": 24328, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "033-063-083", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:55.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5760, - "TaskId": 804, - "TaskNum": 24455, - "TaskState": 100, - "CurrentAddress": "033-063-083", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:55.387", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5761, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:55.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5762, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:56.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5763, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:56.557", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5764, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:57.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5765, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "090-032-060", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:57.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5766, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:58.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5767, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:44:59.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5768, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:00.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5769, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:01.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5770, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:02.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5771, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:02.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5772, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:04.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5773, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:05.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5774, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "037-081-034", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:05.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5775, - "TaskId": 789, - "TaskNum": 24339, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "090-032-060", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:06.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5776, - "TaskId": 806, - "TaskNum": 24506, - "TaskState": 100, - "CurrentAddress": "090-032-060", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:06.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5777, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:06.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5778, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:07.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5779, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "037-081-034", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:08.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5780, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:09.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5781, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:09.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5782, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:10.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5783, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:11.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5784, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:12.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5785, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:12.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5786, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:13.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5787, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "029-025-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:14.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5788, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:15.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5789, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:16.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5790, - "TaskId": 791, - "TaskNum": 24348, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "037-081-034", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:17.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5791, - "TaskId": 808, - "TaskNum": 24517, - "TaskState": 100, - "CurrentAddress": "037-081-034", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:17.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5792, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:17.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5793, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "029-025-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:18.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5794, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:19.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5795, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:19.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5796, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:20.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5797, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:21.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5798, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:23.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5799, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:23.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5800, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:24.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5801, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "003-039-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:24.333", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5802, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:25.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5803, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:25.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5804, - "TaskId": 793, - "TaskNum": 24400, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "029-025-077", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:26.27", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5805, - "TaskId": 810, - "TaskNum": 24526, - "TaskState": 100, - "CurrentAddress": "029-025-077", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:26.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5806, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:27.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5807, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "003-039-062", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:27.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5808, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:28.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5809, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:28.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5810, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:29.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5811, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:30.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5812, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "097-019-015", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:31.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5813, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:32.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5814, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:32.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5815, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:33.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5816, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:33.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5817, - "TaskId": 795, - "TaskNum": 24412, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "003-039-062", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:34.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5818, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:34.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5819, - "TaskId": 812, - "TaskNum": 24534, - "TaskState": 100, - "CurrentAddress": "003-039-062", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:34.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5820, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:35.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5821, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "097-019-015", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:36.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5822, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:36.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5823, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:36.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5824, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:37.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5825, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:38.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5826, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:40.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5827, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:40.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5828, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "007-093-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:41.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5829, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:41.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5830, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:42.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5831, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:42.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5832, - "TaskId": 797, - "TaskNum": 24423, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "097-019-015", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:43.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5833, - "TaskId": 814, - "TaskNum": 24543, - "TaskState": 100, - "CurrentAddress": "097-019-015", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:43.587", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5834, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:43.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5835, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "007-093-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:44.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5836, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:45.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5837, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:45.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5838, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:46.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5839, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:47.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5840, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:49.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5841, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:49.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5842, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "075-001-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:50.27", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5843, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:50.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5844, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:51.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5845, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:51.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5846, - "TaskId": 799, - "TaskNum": 24432, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "007-093-097", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:52.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5847, - "TaskId": 816, - "TaskNum": 24552, - "TaskState": 100, - "CurrentAddress": "007-093-097", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:52.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5848, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:52.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5849, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "075-001-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:53.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5850, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:54.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5851, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:54.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5852, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:55.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5853, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:56.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5854, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:58.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5855, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:58.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5856, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:45:59.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5857, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "097-079-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:00.083", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5858, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:00.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5859, - "TaskId": 801, - "TaskNum": 24442, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "075-001-019", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:01.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5860, - "TaskId": 818, - "TaskNum": 24601, - "TaskState": 100, - "CurrentAddress": "075-001-019", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:01.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5861, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:01.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5862, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:02.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5863, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "097-079-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:03.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5864, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:04.067", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5865, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:04.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5866, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:05.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5867, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:06.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5868, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:08.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5869, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:08.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5870, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:09.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5871, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "024-060-056", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:10.29", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5872, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:10.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5873, - "TaskId": 803, - "TaskNum": 24453, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "097-079-097", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:11.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5874, - "TaskId": 820, - "TaskNum": 24611, - "TaskState": 100, - "CurrentAddress": "097-079-097", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:11.57", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5875, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:11.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5876, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:12.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5877, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "024-060-056", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:13.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5878, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:14.083", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5879, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:15.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5880, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:16.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5881, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:17.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5882, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:18.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5883, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:19.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5884, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "036-041-031", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:19.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5885, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:19.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5886, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:20.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5887, - "TaskId": 805, - "TaskNum": 24502, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "024-060-056", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:21.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5888, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:21.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5889, - "TaskId": 822, - "TaskNum": 24621, - "TaskState": 100, - "CurrentAddress": "024-060-056", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:21.527", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5890, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "036-041-031", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:22.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5891, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:23.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5892, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:23.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5893, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:24.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5894, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:25.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5895, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:26.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5896, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "025-009-001", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:27.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5897, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:27.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5898, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:27.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5899, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:28.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5900, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:29.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5901, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:30.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5902, - "TaskId": 807, - "TaskNum": 24512, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "036-041-031", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:30.3", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5903, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:30.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5904, - "TaskId": 824, - "TaskNum": 24630, - "TaskState": 100, - "CurrentAddress": "036-041-031", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:30.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5905, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:31.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5906, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "025-009-001", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:32.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5907, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:33.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5908, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:33.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5909, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:34.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5910, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:35.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5911, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:35.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5912, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:37.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5913, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "045-004-082", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:38.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5914, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:39.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5915, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:40.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5916, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:41.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5917, - "TaskId": 809, - "TaskNum": 24523, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "025-009-001", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:42.29", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5918, - "TaskId": 826, - "TaskNum": 24642, - "TaskState": 100, - "CurrentAddress": "025-009-001", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:42.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5919, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:43.05", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5920, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "045-004-082", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:43.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5921, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:43.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5922, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:44.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5923, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:45.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5924, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:46.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5925, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:46.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5926, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:47.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5927, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "099-097-055", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:49.673", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5928, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:50.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5929, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:51.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5930, - "TaskId": 811, - "TaskNum": 24532, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "045-004-082", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:52.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5931, - "TaskId": 828, - "TaskNum": 24652, - "TaskState": 100, - "CurrentAddress": "045-004-082", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:52.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5932, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:53.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5933, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "099-097-055", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:53.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5934, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:54.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5935, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:54.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5936, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:55.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5937, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:56.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5938, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:58.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5939, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:58.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5940, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "019-018-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:59.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5941, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:46:59.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5942, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:00.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5943, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:00.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5944, - "TaskId": 813, - "TaskNum": 24540, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "099-097-055", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:01.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5945, - "TaskId": 830, - "TaskNum": 24701, - "TaskState": 100, - "CurrentAddress": "099-097-055", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:01.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5946, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:01.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5947, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "019-018-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:02.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5948, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:03.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5949, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:03.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5950, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:04.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5951, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:05.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5952, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:07.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5953, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:07.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5954, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:08.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5955, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "002-074-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:09.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5956, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:10.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5957, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:11.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5958, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:12.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5959, - "TaskId": 815, - "TaskNum": 24549, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "019-018-012", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:13.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5960, - "TaskId": 832, - "TaskNum": 24713, - "TaskState": 100, - "CurrentAddress": "019-018-012", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:13.667", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5961, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:14.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5962, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "002-074-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:14.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5963, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:15.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5964, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:15.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5965, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:16.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5966, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:18.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5967, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:18.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5968, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:19.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5969, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "088-097-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:20.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5970, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:20.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5971, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:21.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5972, - "TaskId": 817, - "TaskNum": 24558, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "002-074-041", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:22.287", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5973, - "TaskId": 834, - "TaskNum": 24722, - "TaskState": 100, - "CurrentAddress": "002-074-041", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:22.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5974, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:22.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5975, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "088-097-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:23.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5976, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:23.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5977, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:24.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5978, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:25.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5979, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:26.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5980, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:28.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5981, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:28.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5982, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:29.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5983, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "077-038-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:30.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5984, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:31.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5985, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:32.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5986, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:33.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5987, - "TaskId": 819, - "TaskNum": 24608, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "088-097-035", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:34.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5988, - "TaskId": 836, - "TaskNum": 24734, - "TaskState": 100, - "CurrentAddress": "088-097-035", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:34.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5989, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:35.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5990, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "077-038-048", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:36.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5991, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:36.29", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5992, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:36.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5993, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:38.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5994, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:39.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5995, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:39.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5996, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:41.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5997, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "028-004-066", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:42.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5998, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:43.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 5999, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:44.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6000, - "TaskId": 821, - "TaskNum": 24618, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "077-038-048", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:45.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6001, - "TaskId": 838, - "TaskNum": 24745, - "TaskState": 100, - "CurrentAddress": "077-038-048", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:46.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6002, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:46.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6003, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "028-004-066", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:47.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6004, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:48.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6005, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:48.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6006, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:49.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6007, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:50.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6008, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:51.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6009, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:51.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6010, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:53.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6011, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:54.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6012, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "083-019-074", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:54.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6013, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:55.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6014, - "TaskId": 823, - "TaskNum": 24627, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "028-004-066", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:56.263", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6015, - "TaskId": 840, - "TaskNum": 24756, - "TaskState": 100, - "CurrentAddress": "028-004-066", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:56.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6016, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:57", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6017, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:57.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6018, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "083-019-074", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:59.067", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6019, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:59.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6020, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:47:59.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6021, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:00.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6022, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:01.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6023, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:01.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6024, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:03.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6025, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "041-051-050", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:04.273", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6026, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:05.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6027, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:06.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6028, - "TaskId": 825, - "TaskNum": 24635, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "083-019-074", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:07.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6029, - "TaskId": 842, - "TaskNum": 24807, - "TaskState": 100, - "CurrentAddress": "083-019-074", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:07.693", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6030, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:07.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6031, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "041-051-050", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:09.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6032, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:09.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6033, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:09.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6034, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:10.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6035, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:11.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6036, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:12.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6037, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:13.05", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6038, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:14.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6039, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:15.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6040, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "040-070-031", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:15.34", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6041, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:16.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6042, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:17.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6043, - "TaskId": 827, - "TaskNum": 24646, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "041-051-050", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:18.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6044, - "TaskId": 844, - "TaskNum": 24818, - "TaskState": 100, - "CurrentAddress": "041-051-050", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:18.623", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6045, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:18.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6046, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:19.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6047, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "040-070-031", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:20.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6048, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:21.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6049, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:21.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6050, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:23.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6051, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:23.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6052, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:24.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6053, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "057-006-045", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:25.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6054, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:26.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6055, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:27.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6056, - "TaskId": 829, - "TaskNum": 24658, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "040-070-031", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:28.163", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6057, - "TaskId": 846, - "TaskNum": 24828, - "TaskState": 100, - "CurrentAddress": "040-070-031", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:28.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6058, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:28.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6059, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "057-006-045", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:30.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6060, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:30.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6061, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:30.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6062, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:31.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6063, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:32.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6064, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:34.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6065, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:34.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6066, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "086-012-046", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:35.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6067, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:35.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6068, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:36.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6069, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:37.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6070, - "TaskId": 831, - "TaskNum": 24707, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "057-006-045", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:38.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6071, - "TaskId": 848, - "TaskNum": 24838, - "TaskState": 100, - "CurrentAddress": "057-006-045", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:38.503", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6072, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:38.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6073, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "086-012-046", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:40.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6074, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:40.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6075, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:40.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6076, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:41.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6077, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:42.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6078, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:44.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6079, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:44.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6080, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:45.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6081, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "046-091-095", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:46.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6082, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:46.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6083, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:47.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6084, - "TaskId": 833, - "TaskNum": 24718, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "086-012-046", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:48.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6085, - "TaskId": 850, - "TaskNum": 24848, - "TaskState": 100, - "CurrentAddress": "086-012-046", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:48.453", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6086, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:48.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6087, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:49.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6088, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "046-091-095", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:50.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6089, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:51.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6090, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:51.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6091, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:52.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6092, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:54.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6093, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:54.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6094, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:55.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6095, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "033-024-054", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:56.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6096, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:56.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6097, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:57.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6098, - "TaskId": 835, - "TaskNum": 24728, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "046-091-095", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:58.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6099, - "TaskId": 852, - "TaskNum": 24858, - "TaskState": 100, - "CurrentAddress": "046-091-095", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:58.62", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6100, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:58.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6101, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "033-024-054", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:48:59.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6102, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:00.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6103, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:00.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6104, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:01.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6105, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:02.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6106, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:04.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6107, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:05.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6108, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:05.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6109, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "015-064-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:06.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6110, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:06.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6111, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:07.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6112, - "TaskId": 837, - "TaskNum": 24739, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "033-024-054", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:08.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6113, - "TaskId": 854, - "TaskNum": 24908, - "TaskState": 100, - "CurrentAddress": "033-024-054", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:08.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6114, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:09.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6115, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:09.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6116, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "015-064-012", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:10.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6117, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:10.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6118, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:11.723", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6119, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:13.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6120, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:14.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6121, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:14.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6122, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "098-067-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:15.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6123, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:15.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6124, - "TaskId": 839, - "TaskNum": 24751, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "015-064-012", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:16.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6125, - "TaskId": 856, - "TaskNum": 24916, - "TaskState": 100, - "CurrentAddress": "015-064-012", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:16.48", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6126, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:16.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6127, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:17.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6128, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "098-067-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:17.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6129, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:18.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6130, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:19.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6131, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:20.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6132, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:21.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6133, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:22.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6134, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "051-009-098", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:23.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6135, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:23.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6136, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:23.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6137, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:24.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6138, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:24.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6139, - "TaskId": 841, - "TaskNum": 24801, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "098-067-087", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:25.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6140, - "TaskId": 858, - "TaskNum": 24925, - "TaskState": 100, - "CurrentAddress": "098-067-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:25.433", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6141, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:25.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6142, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:26.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6143, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "051-009-098", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:26.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6144, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:27.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6145, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:28.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6146, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:29.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6147, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:30.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6148, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:31.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6149, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:31.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6150, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "057-002-058", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:32.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6151, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:33.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6152, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:34.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6153, - "TaskId": 843, - "TaskNum": 24812, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "051-009-098", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:34.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6154, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:34.557", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6155, - "TaskId": 860, - "TaskNum": 24934, - "TaskState": 100, - "CurrentAddress": "051-009-098", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:34.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6156, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:35.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6157, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "057-002-058", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:35.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6158, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:36.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6159, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:37.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6160, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:38.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6161, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:39.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6162, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:40.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6163, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:40.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6164, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "039-031-063", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:41.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6165, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:42.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6166, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:43.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6167, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:43.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6168, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:44.723", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6169, - "TaskId": 845, - "TaskNum": 24823, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "057-002-058", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:45.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6170, - "TaskId": 862, - "TaskNum": 24945, - "TaskState": 100, - "CurrentAddress": "057-002-058", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:45.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6171, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:45.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6172, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:46.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6173, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "039-031-063", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:47.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6174, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:48.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6175, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:48.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6176, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:49.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6177, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:49.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6178, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:50.3", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6179, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "043-057-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:51.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6180, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:52.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6181, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:53.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6182, - "TaskId": 847, - "TaskNum": 24834, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "039-031-063", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:54.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6183, - "TaskId": 864, - "TaskNum": 24954, - "TaskState": 100, - "CurrentAddress": "039-031-063", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:54.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6184, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:54.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6185, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "043-057-035", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:55.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6186, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:56.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6187, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:56.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6188, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:57.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6189, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:49:58.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6190, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:00.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6191, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:00.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6192, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:01.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6193, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "038-082-001", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:02.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6194, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:03.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6195, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:04.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6196, - "TaskId": 849, - "TaskNum": 24844, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "043-057-035", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:05.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6197, - "TaskId": 866, - "TaskNum": 25005, - "TaskState": 100, - "CurrentAddress": "043-057-035", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:05.5", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6198, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:05.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6199, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:06.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6200, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "038-082-001", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:07.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6201, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:08.133", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6202, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:08.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6203, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:09.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6204, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:11.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6205, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:11.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6206, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "098-023-095", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:12.283", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6207, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:12.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6208, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:13.287", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6209, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:13.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6210, - "TaskId": 851, - "TaskNum": 24854, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "038-082-001", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:14.12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6211, - "TaskId": 868, - "TaskNum": 25014, - "TaskState": 100, - "CurrentAddress": "038-082-001", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:14.47", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6212, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:14.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6213, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:15.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6214, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "098-023-095", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:16.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6215, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:17.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6216, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:17.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6217, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:18.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6218, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:20.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6219, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:20.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6220, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:21.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6221, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "062-044-086", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:23.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6222, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:24.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6223, - "TaskId": 853, - "TaskNum": 24904, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "098-023-095", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:25.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6224, - "TaskId": 870, - "TaskNum": 25025, - "TaskState": 100, - "CurrentAddress": "098-023-095", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:25.57", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6225, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:25.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6226, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "062-044-086", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:26.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6227, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:27.033", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6228, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:27.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6229, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:28.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6230, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:29.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6231, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:30.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6232, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:32.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6233, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:32.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6234, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "034-042-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:33.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6235, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:33.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6236, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:34.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6237, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:34.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6238, - "TaskId": 855, - "TaskNum": 24914, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "062-044-086", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:35.323", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6239, - "TaskId": 872, - "TaskNum": 25035, - "TaskState": 100, - "CurrentAddress": "062-044-086", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:35.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6240, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:36.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6241, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:36.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6242, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "034-042-079", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:38.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6243, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:38.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6244, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:38.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6245, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:39.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6246, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:41.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6247, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:41.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6248, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "014-017-049", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:42.31", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6249, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:42.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6250, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:43.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6251, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:43.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6252, - "TaskId": 857, - "TaskNum": 24923, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "034-042-079", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:44.117", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6253, - "TaskId": 874, - "TaskNum": 25044, - "TaskState": 100, - "CurrentAddress": "034-042-079", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:44.447", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6254, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:44.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6255, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:45.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6256, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "014-017-049", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:46.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6257, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:47.117", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6258, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:47.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6259, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:49.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6260, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:50.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6261, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:51.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6262, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "040-069-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:51.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6263, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:52.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6264, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:53.133", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6265, - "TaskId": 859, - "TaskNum": 24931, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "014-017-049", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:53.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6266, - "TaskId": 876, - "TaskNum": 25053, - "TaskState": 100, - "CurrentAddress": "014-017-049", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:53.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6267, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:53.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6268, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "040-069-087", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:54.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6269, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:55.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6270, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:56.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6271, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:57.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6272, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:58.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6273, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:50:59.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6274, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "054-097-056", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:00.13", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6275, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:00.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6276, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6277, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:01.24", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6278, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:01.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6279, - "TaskId": 861, - "TaskNum": 24940, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "040-069-087", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:02.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6280, - "TaskId": 878, - "TaskNum": 25102, - "TaskState": 100, - "CurrentAddress": "040-069-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:02.553", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6281, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:02.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6282, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:03.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6283, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "054-097-056", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:04.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6284, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:05.033", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6285, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:05.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6286, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:06.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6287, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:07.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6288, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:09.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6289, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:09.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6290, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:10.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6291, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:11.117", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6292, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "005-096-051", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:11.213", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6293, - "TaskId": 863, - "TaskNum": 24949, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "054-097-056", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:12.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6294, - "TaskId": 880, - "TaskNum": 25112, - "TaskState": 100, - "CurrentAddress": "054-097-056", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:12.68", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6295, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:12.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6296, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "005-096-051", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:13.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6297, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:14.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6298, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:14.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6299, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:15.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6300, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:16.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6301, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:17.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6302, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:18.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6303, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:18.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6304, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "034-029-064", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:19.057", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6305, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:19.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6306, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:20.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6307, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:21.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6308, - "TaskId": 865, - "TaskNum": 25000, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "005-096-051", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:22.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6309, - "TaskId": 882, - "TaskNum": 25122, - "TaskState": 100, - "CurrentAddress": "005-096-051", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:22.3", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6310, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:22.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6311, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "034-029-064", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:23.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6312, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:23.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6313, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:24.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6314, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:25.667", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6315, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:26.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6316, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:27.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6317, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:27.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6318, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:28.723", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6319, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "058-048-029", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:28.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6320, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:29.673", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6321, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:30.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6322, - "TaskId": 867, - "TaskNum": 25011, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "034-029-064", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:31.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6323, - "TaskId": 884, - "TaskNum": 25131, - "TaskState": 100, - "CurrentAddress": "034-029-064", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:31.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6324, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:31.683", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6325, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:32.68", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6326, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "058-048-029", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:33.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6327, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:33.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6328, - "TaskId": 869, - "TaskNum": 25020, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "058-048-029", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:42.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6329, - "TaskId": 885, - "TaskNum": 25142, - "TaskState": 100, - "CurrentAddress": "058-048-029", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:43.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6330, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:43.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6331, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:43.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6332, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:43.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6333, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:44.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6334, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:44.307", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6335, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:44.433", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6336, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:44.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6337, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:44.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6338, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "068-076-024", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:44.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6339, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:45.05", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6340, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:45.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6341, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "068-076-024", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:45.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6342, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:46.723", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6343, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:47.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6344, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:49.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6345, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:49.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6346, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:50.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6347, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "077-051-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:51.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6348, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:52.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6349, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:53.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6350, - "TaskId": 871, - "TaskNum": 25032, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "068-076-024", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:54.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6351, - "TaskId": 888, - "TaskNum": 25154, - "TaskState": 100, - "CurrentAddress": "068-076-024", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:54.443", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6352, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:54.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6353, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:55.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6354, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "077-051-069", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:56.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6355, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:56.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6356, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:57.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6357, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:51:58.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6358, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:00.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6359, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:00.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6360, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:01.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6361, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "071-015-014", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:02.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6362, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:03.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6363, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:04.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6364, - "TaskId": 873, - "TaskNum": 25041, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "077-051-069", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:04.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6365, - "TaskId": 890, - "TaskNum": 25204, - "TaskState": 100, - "CurrentAddress": "077-051-069", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:05.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6366, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:05.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6367, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:06.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6368, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "071-015-014", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:07.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6369, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:08.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6370, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:08.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6371, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:09.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6372, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:11.693", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6373, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:11.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6374, - "TaskId": 875, - "TaskNum": 25050, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "071-015-014", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:28.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6375, - "TaskId": 892, - "TaskNum": 25228, - "TaskState": 100, - "CurrentAddress": "071-015-014", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:28.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6376, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:29.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6377, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:29.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6378, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:30.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6379, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:30.307", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6380, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:30.513", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6381, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:30.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6382, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:30.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6383, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "062-055-075", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:30.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6384, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:31.12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6385, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "062-055-075", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:31.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6386, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:32.69", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6387, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:32.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6388, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:34.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6389, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "015-072-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:37.8", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6390, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:38.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6391, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:39.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6392, - "TaskId": 877, - "TaskNum": 25100, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "062-055-075", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:40.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6393, - "TaskId": 894, - "TaskNum": 25240, - "TaskState": 100, - "CurrentAddress": "062-055-075", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:40.387", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6394, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "015-072-078", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:41.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6395, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:41.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6396, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:42.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6397, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:43.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6398, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:44.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6399, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:45.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6400, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:46.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6401, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:46.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6402, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "090-054-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:47.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6403, - "TaskId": 356, - "TaskNum": 20738, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��064-091-011 ----> 111銆戝拰涓嬩竴浣嶇疆銆�111 ----> 112銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:47.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6404, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:47.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6405, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:48.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6406, - "TaskId": 879, - "TaskNum": 25108, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "015-072-078", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:49.263", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6407, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:49.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6408, - "TaskId": 896, - "TaskNum": 25249, - "TaskState": 100, - "CurrentAddress": "015-072-078", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:49.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6409, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:50.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6410, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "090-054-019", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:51.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6411, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:51.313", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6412, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:52.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6413, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:53.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6414, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:54.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6415, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:55.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6416, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:56.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6417, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:57.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6418, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:58.13", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6419, - "TaskId": 881, - "TaskNum": 25118, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "090-054-019", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:58.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6420, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "085-074-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:58.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6421, - "TaskId": 898, - "TaskNum": 25258, - "TaskState": 100, - "CurrentAddress": "090-054-019", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:58.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6422, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6423, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "085-074-097", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:52:59.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6424, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:00.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6425, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:01.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6426, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:02.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6427, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:03.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6428, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:04.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6429, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:05.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6430, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:05.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6431, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "057-075-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:06.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6432, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:07.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6433, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:08.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6434, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:08.29", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6435, - "TaskId": 883, - "TaskNum": 25127, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "085-074-097", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:09.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6436, - "TaskId": 900, - "TaskNum": 25309, - "TaskState": 100, - "CurrentAddress": "085-074-097", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:09.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6437, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:09.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6438, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "057-075-077", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:10.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6439, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:11.08", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6440, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:11.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6441, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:12.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6442, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:13.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6443, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "017-021-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:14.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6444, - "TaskId": 901, - "TaskNum": 25314, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:14.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6445, - "TaskId": 901, - "TaskNum": 25314, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:14.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6446, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:15.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6447, - "TaskId": 901, - "TaskNum": 25314, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:15.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6448, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:16.273", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6449, - "TaskId": 886, - "TaskNum": 25143, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "057-075-077", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:17.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6450, - "TaskId": 902, - "TaskNum": 25317, - "TaskState": 100, - "CurrentAddress": "057-075-077", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:17.553", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6451, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:17.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6452, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:19.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6453, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "017-021-041", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:19.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6454, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:20.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6455, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:20.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6456, - "TaskId": 901, - "TaskNum": 25314, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:21.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6457, - "TaskId": 903, - "TaskNum": 25323, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:23.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6458, - "TaskId": 903, - "TaskNum": 25323, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:23.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6459, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "066-021-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:24.22", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6460, - "TaskId": 903, - "TaskNum": 25323, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:24.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6461, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:25.223", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6462, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:26.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6463, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:27.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6464, - "TaskId": 887, - "TaskNum": 25149, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "017-021-041", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:28.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6465, - "TaskId": 904, - "TaskNum": 25328, - "TaskState": 100, - "CurrentAddress": "017-021-041", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:28.98", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6466, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:29.297", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6467, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:29.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6468, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "066-021-033", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:30.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6469, - "TaskId": 901, - "TaskNum": 25314, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:31.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6470, - "TaskId": 903, - "TaskNum": 25323, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:31.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6471, - "TaskId": 905, - "TaskNum": 25333, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:33.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6472, - "TaskId": 905, - "TaskNum": 25333, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:33.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6473, - "TaskId": 905, - "TaskNum": 25333, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:34.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6474, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "009-071-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:35.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6475, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:36.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6476, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:37.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6477, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:38.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6478, - "TaskId": 889, - "TaskNum": 25200, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "066-021-033", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:39.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6479, - "TaskId": 906, - "TaskNum": 25339, - "TaskState": 100, - "CurrentAddress": "066-021-033", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:39.58", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6480, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:39.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6481, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "009-071-059", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:40.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6482, - "TaskId": 901, - "TaskNum": 25314, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:41.093", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6483, - "TaskId": 903, - "TaskNum": 25323, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:41.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6484, - "TaskId": 905, - "TaskNum": 25333, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:42.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6485, - "TaskId": 907, - "TaskNum": 25344, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:44.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6486, - "TaskId": 907, - "TaskNum": 25344, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:44.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6487, - "TaskId": 907, - "TaskNum": 25344, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:45.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6488, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "055-024-068", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:46.183", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6489, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:46.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6490, - "TaskId": 891, - "TaskNum": 25211, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "009-071-059", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:47.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6491, - "TaskId": 908, - "TaskNum": 25347, - "TaskState": 100, - "CurrentAddress": "009-071-059", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:47.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6492, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:48.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6493, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "055-024-068", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:48.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6494, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:49.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6495, - "TaskId": 901, - "TaskNum": 25314, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:49.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6496, - "TaskId": 903, - "TaskNum": 25323, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:50.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6497, - "TaskId": 905, - "TaskNum": 25333, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:51.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6498, - "TaskId": 907, - "TaskNum": 25344, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:52.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6499, - "TaskId": 909, - "TaskNum": 25354, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:54.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6500, - "TaskId": 909, - "TaskNum": 25354, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:54.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6501, - "TaskId": 909, - "TaskNum": 25354, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:55.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6502, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "059-075-060", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:56.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6503, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:56.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6504, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:57.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6505, - "TaskId": 901, - "TaskNum": 25314, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:58.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6506, - "TaskId": 893, - "TaskNum": 25232, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "055-024-068", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:59.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6507, - "TaskId": 910, - "TaskNum": 25359, - "TaskState": 100, - "CurrentAddress": "055-024-068", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:53:59.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6508, - "TaskId": 903, - "TaskNum": 25323, - "TaskState": 220, - "CurrentAddress": "106", - "NextAddress": "107", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��105 ----> 106銆戝拰涓嬩竴浣嶇疆銆�106 ----> 107銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:00.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6509, - "TaskId": 905, - "TaskNum": 25333, - "TaskState": 220, - "CurrentAddress": "105", - "NextAddress": "106", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��104 ----> 105銆戝拰涓嬩竴浣嶇疆銆�105 ----> 106銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:00.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6510, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 230, - "CurrentAddress": "110", - "NextAddress": "059-075-060", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�225銆戣浆鍒般��230銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:01.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6511, - "TaskId": 907, - "TaskNum": 25344, - "TaskState": 220, - "CurrentAddress": "104", - "NextAddress": "105", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��103 ----> 104銆戝拰涓嬩竴浣嶇疆銆�104 ----> 105銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6512, - "TaskId": 909, - "TaskNum": 25354, - "TaskState": 220, - "CurrentAddress": "103", - "NextAddress": "104", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��102 ----> 103銆戝拰涓嬩竴浣嶇疆銆�103 ----> 104銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:02.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6513, - "TaskId": 911, - "TaskNum": 25404, - "TaskState": 200, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:04.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6514, - "TaskId": 911, - "TaskNum": 25404, - "TaskState": 220, - "CurrentAddress": "101", - "NextAddress": "102", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�200銆戣浆鍒般��220銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:04.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6515, - "TaskId": 911, - "TaskNum": 25404, - "TaskState": 220, - "CurrentAddress": "102", - "NextAddress": "103", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��101 ----> 102銆戝拰涓嬩竴浣嶇疆銆�102 ----> 103銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:05.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6516, - "TaskId": 897, - "TaskNum": 25255, - "TaskState": 225, - "CurrentAddress": "110", - "NextAddress": "003-023-056", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�220銆戣浆鍒般��225銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:07.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6517, - "TaskId": 899, - "TaskNum": 25305, - "TaskState": 220, - "CurrentAddress": "109", - "NextAddress": "110", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��108 ----> 109銆戝拰涓嬩竴浣嶇疆銆�109 ----> 110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:08.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6518, - "TaskId": 901, - "TaskNum": 25314, - "TaskState": 220, - "CurrentAddress": "108", - "NextAddress": "109", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��107 ----> 108銆戝拰涓嬩竴浣嶇疆銆�108 ----> 109銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:09.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6519, - "TaskId": 895, - "TaskNum": 25246, - "TaskState": 235, - "CurrentAddress": "110", - "NextAddress": "059-075-060", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄叆搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:10.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6520, - "TaskId": 912, - "TaskNum": 25410, - "TaskState": 100, - "CurrentAddress": "059-075-060", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "鎺ユ敹WMS浠诲姟", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:10.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6521, - "TaskId": 903, - "TaskNum": 25323, - "TaskState": 220, - "CurrentAddress": "107", - "NextAddress": "108", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��106 ----> 107銆戝拰涓嬩竴浣嶇疆銆�107 ----> 108銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:54:10.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6522, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 110, - "CurrentAddress": "037-037-096", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:20.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6523, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:28.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6524, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:28.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6525, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:32.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6526, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 110, - "CurrentAddress": "002-076-038", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:33.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6527, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:37.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6528, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:42.48", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6529, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:42.53", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6530, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:42.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6531, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:47.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6532, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:48.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6533, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 110, - "CurrentAddress": "050-051-045", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:48.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6534, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:52.667", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6535, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:52.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6536, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:56.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6537, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:56.48", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6538, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:57.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6539, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T02:59:57.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6540, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:02.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6541, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:03.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6542, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:03.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6543, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 110, - "CurrentAddress": "049-056-038", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:04.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6544, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:07.663", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6545, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:07.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6546, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:08.003", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6547, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:12.627", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6548, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:13.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6549, - "TaskId": 358, - "TaskNum": 20800, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:13.307", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6550, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:13.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6551, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:13.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6552, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:17.843", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6553, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:18.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6554, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:18.51", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6555, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 110, - "CurrentAddress": "099-092-021", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:19.117", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6556, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:22.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6557, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:22.87", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6558, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:22.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6559, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:27.487", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6560, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:27.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6561, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:27.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6562, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:28.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6563, - "TaskId": 360, - "TaskNum": 20810, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:28.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6564, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:32.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6565, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:33.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6566, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:33.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6567, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 110, - "CurrentAddress": "054-099-081", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:33.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6568, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:38.607", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6569, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:38.827", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6570, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:38.937", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6571, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:41.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6572, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:41.473", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6573, - "TaskId": 362, - "TaskNum": 20821, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:42.533", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6574, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:43.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6575, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:44.107", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6576, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:48.05", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6577, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:48.423", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6578, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:48.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6579, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 110, - "CurrentAddress": "085-073-043", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:49.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6580, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:53.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6581, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:53.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6582, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:53.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6583, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:56.603", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6584, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:57.43", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6585, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:58.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6586, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:59.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6587, - "TaskId": 364, - "TaskNum": 20833, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:00:59.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6588, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:03.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6589, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 110, - "CurrentAddress": "075-082-061", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:04.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6590, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:04.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6591, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:04.34", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6592, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:08.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6593, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:08.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6594, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:09.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6595, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:13.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6596, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:13.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6597, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:13.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6598, - "TaskId": 366, - "TaskNum": 20844, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:14.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6599, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:14.54", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6600, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:18.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6601, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:19.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6602, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:19.513", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6603, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 110, - "CurrentAddress": "027-088-070", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:20.01", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6604, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:23.68", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6605, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:23.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6606, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:23.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6607, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:28.46", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6608, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:28.533", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6609, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:28.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6610, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:28.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6611, - "TaskId": 368, - "TaskNum": 20855, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:29.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6612, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:33.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6613, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:34.323", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6614, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:34.77", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6615, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 110, - "CurrentAddress": "049-085-027", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:35.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6616, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:38.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6617, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:38.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6618, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:38.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6619, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:43.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6620, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:43.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6621, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:43.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6622, - "TaskId": 370, - "TaskNum": 20904, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:44.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6623, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:44.447", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6624, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:48.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6625, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:49.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6626, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:49.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6627, - "TaskId": 378, - "TaskNum": 20940, - "TaskState": 110, - "CurrentAddress": "096-067-020", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:49.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6628, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:53.647", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6629, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:53.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6630, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:54.04", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6631, - "TaskId": 378, - "TaskNum": 20940, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:57.463", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6632, - "TaskId": 378, - "TaskNum": 20940, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:57.527", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6633, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:58.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6634, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:58.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6635, - "TaskId": 372, - "TaskNum": 20912, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:01:58.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6636, - "TaskId": 378, - "TaskNum": 20940, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:03.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6637, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:04.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6638, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:04.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6639, - "TaskId": 380, - "TaskNum": 20949, - "TaskState": 110, - "CurrentAddress": "083-094-033", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:05.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6640, - "TaskId": 378, - "TaskNum": 20940, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:08.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6641, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:08.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6642, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:09.073", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6643, - "TaskId": 380, - "TaskNum": 20949, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:11.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6644, - "TaskId": 380, - "TaskNum": 20949, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:12.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6645, - "TaskId": 378, - "TaskNum": 20940, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:13.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6646, - "TaskId": 376, - "TaskNum": 20932, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:14.173", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6647, - "TaskId": 374, - "TaskNum": 20922, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:02:14.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6648, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 110, - "CurrentAddress": "028-023-065", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:04:50.353", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6649, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:04:58.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6650, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:04:59.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6651, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:00.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6652, - "TaskId": 384, - "TaskNum": 21009, - "TaskState": 110, - "CurrentAddress": "075-061-063", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:01.527", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6653, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:02.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6654, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:04.303", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6655, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:05.327", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6656, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:07.273", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6657, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:08.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6658, - "TaskId": 384, - "TaskNum": 21009, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:09.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6659, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:10.433", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6660, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:11.523", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6661, - "TaskId": 386, - "TaskNum": 21020, - "TaskState": 110, - "CurrentAddress": "042-001-039", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:11.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6662, - "TaskId": 382, - "TaskNum": 20959, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:13.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6663, - "TaskId": 386, - "TaskNum": 21020, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:19.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6664, - "TaskId": 384, - "TaskNum": 21009, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:05:19.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6665, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 110, - "CurrentAddress": "075-021-067", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:06:59.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6666, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:06.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6667, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:07.19", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6668, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:12.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6669, - "TaskId": 390, - "TaskNum": 21040, - "TaskState": 110, - "CurrentAddress": "038-067-009", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:12.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6670, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:14.367", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6671, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:17.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6672, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:20.48", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6673, - "TaskId": 390, - "TaskNum": 21040, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:20.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6674, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:22.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6675, - "TaskId": 392, - "TaskNum": 21050, - "TaskState": 110, - "CurrentAddress": "005-057-032", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:23.673", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6676, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:26.343", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6677, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:29.317", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6678, - "TaskId": 392, - "TaskNum": 21050, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:32.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6679, - "TaskId": 390, - "TaskNum": 21040, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:32.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6680, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:32.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6681, - "TaskId": 388, - "TaskNum": 21030, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:07:35.417", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6682, - "TaskId": 394, - "TaskNum": 21059, - "TaskState": 110, - "CurrentAddress": "010-009-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:09:16.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6683, - "TaskId": 394, - "TaskNum": 21059, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:09:22.497", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6684, - "TaskId": 396, - "TaskNum": 21109, - "TaskState": 110, - "CurrentAddress": "017-026-053", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:09:25.623", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6685, - "TaskId": 396, - "TaskNum": 21109, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:09:31.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6686, - "TaskId": 394, - "TaskNum": 21059, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:09:31.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6687, - "TaskId": 396, - "TaskNum": 21109, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:09:32.37", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6688, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 110, - "CurrentAddress": "088-091-019", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:19.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6689, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:24.717", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6690, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:25.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6691, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:27.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6692, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 110, - "CurrentAddress": "032-088-003", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:28.413", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6693, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:30.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6694, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:33.32", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6695, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:33.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6696, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:34.153", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6697, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:36.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6698, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 110, - "CurrentAddress": "061-052-079", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:36.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6699, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:37.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6700, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:39.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6701, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:39.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6702, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:42.583", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6703, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:42.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6704, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:42.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6705, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:43.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6706, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:46.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6707, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 110, - "CurrentAddress": "072-059-099", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:46.12", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6708, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:46.377", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6709, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:46.527", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6710, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:48.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6711, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:48.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6712, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:48.793", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6713, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:51.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6714, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:51.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6715, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:51.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6716, - "TaskId": 398, - "TaskNum": 21117, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:51.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6717, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:52.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6718, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:55.09", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6719, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 110, - "CurrentAddress": "024-078-067", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:55.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6720, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:55.37", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6721, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:55.52", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6722, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:57.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6723, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:57.68", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6724, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:12:57.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6725, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:00.62", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6726, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:00.693", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6727, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:00.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6728, - "TaskId": 400, - "TaskNum": 21125, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:00.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6729, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:01.217", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6730, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:03.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6731, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:03.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6732, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:04.033", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6733, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 110, - "CurrentAddress": "050-035-043", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:04.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6734, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:06.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6735, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:06.603", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6736, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:06.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6737, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:09.453", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6738, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:09.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6739, - "TaskId": 402, - "TaskNum": 21133, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:09.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6740, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:10.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6741, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:10.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6742, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:12.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6743, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:13.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6744, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:13.347", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6745, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 110, - "CurrentAddress": "039-059-085", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:13.667", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6746, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:15.403", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6747, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:15.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6748, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:15.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6749, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:18.53", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6750, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:18.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6751, - "TaskId": 404, - "TaskNum": 21142, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:18.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6752, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:19.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6753, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:19.313", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6754, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:21.607", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6755, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:22.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6756, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:22.287", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6757, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 110, - "CurrentAddress": "045-073-002", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:22.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6758, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:24.373", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6759, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:24.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6760, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:24.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6761, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:27.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6762, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:27.557", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6763, - "TaskId": 406, - "TaskNum": 21152, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:27.667", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6764, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:28.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6765, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:28.227", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6766, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:30.69", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6767, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:30.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6768, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:31.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6769, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 110, - "CurrentAddress": "076-076-057", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:31.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6770, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:33.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6771, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:33.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6772, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:33.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6773, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:36.347", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6774, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:36.547", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6775, - "TaskId": 408, - "TaskNum": 21202, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:36.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6776, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:37.553", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6777, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:38.39", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6778, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:39.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6779, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:40.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6780, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:40.503", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6781, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 110, - "CurrentAddress": "097-016-078", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:40.943", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6782, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:42.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6783, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:42.607", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6784, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:42.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6785, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:45.353", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6786, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:45.533", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6787, - "TaskId": 410, - "TaskNum": 21214, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:45.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6788, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:46.613", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6789, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:47.33", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6790, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:48.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6791, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:49.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6792, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:49.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6793, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 110, - "CurrentAddress": "079-079-045", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:49.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6794, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:51.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6795, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:51.613", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6796, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:51.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6797, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:54.413", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6798, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:54.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6799, - "TaskId": 412, - "TaskNum": 21224, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:54.647", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6800, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:55.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6801, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:56.357", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6802, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:57.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6803, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:58.31", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6804, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:58.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6805, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 110, - "CurrentAddress": "028-031-031", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:13:58.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6806, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:00.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6807, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:00.623", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6808, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:00.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6809, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:03.29", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6810, - "TaskId": 414, - "TaskNum": 21234, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:03.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6811, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:04.527", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6812, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:04.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6813, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:05.323", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6814, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:06.913", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6815, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:07.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6816, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:07.623", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6817, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 110, - "CurrentAddress": "028-033-063", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:07.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6818, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:09.287", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6819, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:10.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6820, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:10.587", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6821, - "TaskId": 416, - "TaskNum": 21246, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:12.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6822, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:13.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6823, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:13.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6824, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:13.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6825, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:14.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6826, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:15.707", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6827, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:15.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6828, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:16.693", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6829, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 110, - "CurrentAddress": "098-036-078", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:17.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6830, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:19.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6831, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:19.65", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6832, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:19.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6833, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:22.37", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6834, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:22.533", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6835, - "TaskId": 418, - "TaskNum": 21258, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:22.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6836, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:23.133", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6837, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:23.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6838, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:24.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6839, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:25.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6840, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:25.813", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6841, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 110, - "CurrentAddress": "010-082-041", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:25.887", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6842, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:28.353", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6843, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:28.547", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6844, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:28.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6845, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:31.477", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6846, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:31.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6847, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:31.763", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6848, - "TaskId": 420, - "TaskNum": 21309, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:31.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6849, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:32.467", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6850, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:33.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6851, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:33.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6852, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:34.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6853, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 110, - "CurrentAddress": "027-012-029", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:35.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6854, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:37.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6855, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:37.587", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6856, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:37.667", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6857, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:40.673", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6858, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:40.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6859, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:40.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6860, - "TaskId": 422, - "TaskNum": 21320, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:40.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6861, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:41.243", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6862, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:44.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6863, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 110, - "CurrentAddress": "068-014-052", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:44.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6864, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:44.313", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6865, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:44.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6866, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:46.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6867, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:46.58", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6868, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:46.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6869, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:49.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6870, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:49.71", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6871, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:49.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6872, - "TaskId": 424, - "TaskNum": 21330, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:49.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6873, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:50.39", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6874, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:51.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6875, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:51.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6876, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:53.127", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6877, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 110, - "CurrentAddress": "010-075-016", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:53.167", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6878, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:55.373", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6879, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:55.567", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6880, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:55.68", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6881, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:58.56", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6882, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:58.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6883, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:58.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6884, - "TaskId": 426, - "TaskNum": 21342, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:58.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6885, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:14:59.187", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6886, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:01.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6887, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:01.81", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6888, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:01.953", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6889, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 110, - "CurrentAddress": "031-043-082", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:02.707", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6890, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:04.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6891, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:04.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6892, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:04.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6893, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:07.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6894, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:07.61", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6895, - "TaskId": 428, - "TaskNum": 21352, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:07.717", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6896, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:08.037", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6897, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:08.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6898, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:10.677", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6899, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:11.177", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6900, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:11.547", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6901, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 110, - "CurrentAddress": "015-068-080", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:11.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6902, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:13.413", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6903, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:13.553", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6904, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:13.683", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6905, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:16.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6906, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:16.557", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6907, - "TaskId": 430, - "TaskNum": 21402, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:16.647", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6908, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:17.65", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6909, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:18.48", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6910, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:19.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6911, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:20.253", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6912, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:20.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6913, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 110, - "CurrentAddress": "018-003-010", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:20.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6914, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:22.47", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6915, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:22.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6916, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:22.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6917, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:25.463", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6918, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:25.603", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6919, - "TaskId": 432, - "TaskNum": 21412, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:25.707", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6920, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:26.623", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6921, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:27.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6922, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:28.78", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6923, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:29.257", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6924, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:29.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6925, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 110, - "CurrentAddress": "020-060-052", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:30.08", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6926, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:31.47", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6927, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:31.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6928, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:31.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6929, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:34.413", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6930, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:34.57", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6931, - "TaskId": 434, - "TaskNum": 21424, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:34.663", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6932, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:35.65", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6933, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:36.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6934, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:38.097", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6935, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 110, - "CurrentAddress": "076-098-083", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:38.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6936, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:38.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6937, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:38.55", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6938, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:40.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6939, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:40.603", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6940, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:40.787", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6941, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:43.57", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6942, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:43.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6943, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:43.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6944, - "TaskId": 436, - "TaskNum": 21433, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:43.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6945, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:44.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6946, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:46.717", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6947, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:46.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6948, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:47.123", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6949, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 110, - "CurrentAddress": "050-008-029", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:47.69", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6950, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:49.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6951, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:49.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6952, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:49.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6953, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:52.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6954, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:52.587", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6955, - "TaskId": 438, - "TaskNum": 21444, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:52.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6956, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:53.507", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6957, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:54.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6958, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:55.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6959, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:56.463", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6960, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:56.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6961, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 110, - "CurrentAddress": "014-052-040", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:56.893", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6962, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:58.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6963, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:58.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6964, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:15:58.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6965, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:01.403", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6966, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:01.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6967, - "TaskId": 440, - "TaskNum": 21455, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:01.707", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6968, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:02.56", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6969, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:03.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6970, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:04.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6971, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:05.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6972, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:05.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6973, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 110, - "CurrentAddress": "055-037-012", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:05.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6974, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:07.387", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6975, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:07.613", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6976, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:07.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6977, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:10.39", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6978, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:10.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6979, - "TaskId": 442, - "TaskNum": 21504, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:10.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6980, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:11.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6981, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:12.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6982, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:13.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6983, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:14.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6984, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:14.603", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6985, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 110, - "CurrentAddress": "050-065-029", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:14.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6986, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:16.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6987, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:16.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6988, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:16.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6989, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:19.403", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6990, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:19.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6991, - "TaskId": 444, - "TaskNum": 21516, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:19.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6992, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:20.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6993, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:21.417", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6994, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:22.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6995, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:23.467", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6996, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:23.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6997, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 110, - "CurrentAddress": "089-055-071", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:23.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6998, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:25.403", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 6999, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:25.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7000, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:26.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7001, - "TaskId": 446, - "TaskNum": 21527, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:28.323", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7002, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:29.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7003, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:29.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7004, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:29.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7005, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:30.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7006, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:31.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7007, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:32.2", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7008, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:32.583", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7009, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 110, - "CurrentAddress": "080-025-019", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:32.797", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7010, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:35.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7011, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:35.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7012, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:35.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7013, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7014, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:38.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7015, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:38.437", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7016, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:38.613", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7017, - "TaskId": 448, - "TaskNum": 21536, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:38.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7018, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:40.647", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7019, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:40.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7020, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:41.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7021, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 110, - "CurrentAddress": "074-043-084", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:41.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7022, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:44.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7023, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:44.57", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7024, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:44.66", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7025, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:47.487", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7026, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:47.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7027, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:47.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7028, - "TaskId": 450, - "TaskNum": 21546, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:47.923", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7029, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:48.373", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7030, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:50.02", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7031, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:50.627", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7032, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:50.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7033, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 110, - "CurrentAddress": "060-010-076", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:51.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7034, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:53.403", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7035, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:53.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7036, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:53.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7037, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:56.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7038, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:56.837", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7039, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:56.907", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7040, - "TaskId": 452, - "TaskNum": 21555, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:56.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7041, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:57.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7042, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:58.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7043, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:59.56", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7044, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:16:59.807", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7045, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 110, - "CurrentAddress": "036-053-035", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:00.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7046, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:02.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7047, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:02.61", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7048, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:02.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7049, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:05.333", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7050, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:05.557", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7051, - "TaskId": 454, - "TaskNum": 21606, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:05.65", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7052, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7053, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:06.26", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7054, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:07.663", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7055, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:08.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7056, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 110, - "CurrentAddress": "020-052-049", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:08.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7057, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:09.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7058, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:11.34", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7059, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:11.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7060, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:11.717", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7061, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:14.62", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7062, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:14.717", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7063, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:14.853", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7064, - "TaskId": 456, - "TaskNum": 21615, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:14.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7065, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:15.497", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7066, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:16.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7067, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:17.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7068, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:17.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7069, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 110, - "CurrentAddress": "035-056-033", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:18.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7070, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:20.48", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7071, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:20.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7072, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:20.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7073, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:23.447", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7074, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:23.65", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7075, - "TaskId": 458, - "TaskNum": 21624, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:23.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7076, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:24.663", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7077, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:25.483", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7078, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:25.867", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7079, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:26.11", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7080, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:26.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7081, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 110, - "CurrentAddress": "036-065-038", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:27.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7082, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:29.437", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7083, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:29.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7084, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:29.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7085, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:32.373", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7086, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:32.61", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7087, - "TaskId": 460, - "TaskNum": 21633, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:32.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7088, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:33.693", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7089, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:34.377", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7090, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 110, - "CurrentAddress": "085-059-007", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:35.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7091, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:35.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7092, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:36.21", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7093, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:36.353", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7094, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:38.45", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7095, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:38.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7096, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:38.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7097, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:41.603", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7098, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:41.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7099, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:41.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7100, - "TaskId": 462, - "TaskNum": 21644, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:41.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7101, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:42.443", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7102, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:44.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7103, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:45.567", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7104, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:45.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7105, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 110, - "CurrentAddress": "099-009-099", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:46.043", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7106, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:47.377", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7107, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:47.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7108, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:47.69", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7109, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:50.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7110, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:50.553", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7111, - "TaskId": 464, - "TaskNum": 21652, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:50.647", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7112, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:51.783", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7113, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:52.35", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7114, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:53.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7115, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:54.34", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7116, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:54.903", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7117, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 110, - "CurrentAddress": "096-071-048", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:55.013", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7118, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:56.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7119, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:56.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7120, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:56.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7121, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:59.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7122, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:59.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7123, - "TaskId": 466, - "TaskNum": 21702, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:17:59.613", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7124, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:00.567", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7125, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:01.54", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7126, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:02.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7127, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:03.517", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7128, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:03.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7129, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 110, - "CurrentAddress": "037-086-077", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:03.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7130, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:05.43", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7131, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:05.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7132, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:05.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7133, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:08.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7134, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:08.643", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7135, - "TaskId": 468, - "TaskNum": 21711, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:08.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7136, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:09.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7137, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:10.51", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7138, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:11.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7139, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:12.473", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7140, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:12.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7141, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 110, - "CurrentAddress": "055-003-062", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:13.143", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7142, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:14.413", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7143, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:14.647", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7144, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:14.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7145, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:17.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7146, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:17.583", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7147, - "TaskId": 470, - "TaskNum": 21720, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:17.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7148, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:18.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7149, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:19.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7150, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:20.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7151, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:21.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7152, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:21.587", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7153, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 110, - "CurrentAddress": "010-095-046", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:21.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7154, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:23.367", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7155, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:23.62", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7156, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:23.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7157, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:26.367", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7158, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:26.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7159, - "TaskId": 472, - "TaskNum": 21729, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:26.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7160, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:27.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7161, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:28.483", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7162, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:29.75", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7163, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:30.207", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7164, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:30.66", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7165, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 110, - "CurrentAddress": "003-032-005", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:31.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7166, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:32.403", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7167, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:32.627", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7168, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:32.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7169, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:35.373", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7170, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:35.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7171, - "TaskId": 474, - "TaskNum": 21740, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:35.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7172, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:36.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7173, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:37.423", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7174, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:39.053", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7175, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:39.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7176, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:39.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7177, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 110, - "CurrentAddress": "075-066-059", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:39.993", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7178, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:41.407", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7179, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:41.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7180, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:41.723", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7181, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:44.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7182, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:44.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7183, - "TaskId": 476, - "TaskNum": 21749, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:44.693", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7184, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:45.55", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7185, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:46.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7186, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:47.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7187, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:48.587", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7188, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:49.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7189, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 110, - "CurrentAddress": "066-085-064", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:49.307", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7190, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:50.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7191, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:50.603", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7192, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:50.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7193, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:53.327", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7194, - "TaskId": 478, - "TaskNum": 21759, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:53.417", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7195, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:54.463", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7196, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:54.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7197, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:55.14", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7198, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:56.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7199, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:57.333", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7200, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:57.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7201, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 110, - "CurrentAddress": "087-072-011", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:57.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7202, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:18:59.317", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7203, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:00.38", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7204, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:00.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7205, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:03.503", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7206, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:03.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7207, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:03.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7208, - "TaskId": 480, - "TaskNum": 21808, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:03.927", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7209, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:04.423", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7210, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:05.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7211, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:05.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7212, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:06.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7213, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 110, - "CurrentAddress": "082-088-055", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:06.627", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7214, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:09.407", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7215, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:09.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7216, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:09.757", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7217, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:12.017", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7218, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:12.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7219, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:12.423", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7220, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:12.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7221, - "TaskId": 482, - "TaskNum": 21819, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:12.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7222, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:14.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7223, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:15.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7224, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:15.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7225, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 110, - "CurrentAddress": "021-095-065", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:15.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7226, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:18.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7227, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:18.61", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7228, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:18.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7229, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:21.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7230, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:22.147", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7231, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:22.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7232, - "TaskId": 484, - "TaskNum": 21830, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:22.287", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7233, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:22.44", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7234, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:24.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7235, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 110, - "CurrentAddress": "058-026-054", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:24.777", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7236, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:24.94", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7237, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:25.1", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7238, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:27.387", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7239, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:27.583", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7240, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:27.703", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7241, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:30.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7242, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:30.76", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7243, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:30.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7244, - "TaskId": 486, - "TaskNum": 21841, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:30.957", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7245, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:31.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7246, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:33.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7247, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 110, - "CurrentAddress": "083-046-099", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:33.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7248, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:34.007", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7249, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:34.137", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7250, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:36.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7251, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:36.587", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7252, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:36.7", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7253, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:39.067", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7254, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:39.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7255, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:39.43", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7256, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:39.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7257, - "TaskId": 488, - "TaskNum": 21853, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:39.717", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7258, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:41.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7259, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:42.43", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7260, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:42.583", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7261, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 110, - "CurrentAddress": "093-071-035", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:43.68", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7262, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:45.423", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7263, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:45.65", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7264, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:45.803", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7265, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:48.377", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7266, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:48.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7267, - "TaskId": 490, - "TaskNum": 21903, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:48.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7268, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:49.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7269, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:49.233", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7270, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:52.247", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7271, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 110, - "CurrentAddress": "008-065-072", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:52.317", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7272, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:52.46", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7273, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:52.61", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7274, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:54.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7275, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:54.627", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7276, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:54.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7277, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:57.467", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7278, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:57.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7279, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:57.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7280, - "TaskId": 492, - "TaskNum": 21911, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:57.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7281, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:19:58.15", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7282, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:00.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7283, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 110, - "CurrentAddress": "004-091-077", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:00.973", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7284, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:01.203", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7285, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:01.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7286, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:03.357", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7287, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:03.563", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7288, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:03.707", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7289, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:06.567", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7290, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:06.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7291, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:06.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7292, - "TaskId": 494, - "TaskNum": 21920, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:06.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7293, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:07.423", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7294, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:09.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7295, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:10.55", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7296, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:11.077", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7297, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 110, - "CurrentAddress": "071-005-009", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:11.127", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7298, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:12.4", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7299, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:12.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7300, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:12.707", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7301, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:15.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7302, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:15.6", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7303, - "TaskId": 496, - "TaskNum": 21931, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:15.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7304, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:16.59", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7305, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:17.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7306, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:18.96", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7307, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:19.433", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7308, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:19.873", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7309, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 110, - "CurrentAddress": "031-087-091", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:20.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7310, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:21.5", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7311, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:21.713", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7312, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:21.84", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7313, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:24.387", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7314, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:24.593", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7315, - "TaskId": 498, - "TaskNum": 21941, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:24.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7316, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:25.613", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7317, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:26.363", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7318, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:27.847", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7319, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:28.5", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7320, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:28.947", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7321, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 110, - "CurrentAddress": "056-048-028", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:28.987", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7322, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:30.39", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7323, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:30.607", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7324, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:30.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7325, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:33.363", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7326, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:33.577", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7327, - "TaskId": 500, - "TaskNum": 21951, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:33.673", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7328, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:34.553", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7329, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:35.47", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7330, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:36.877", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7331, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:37.37", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7332, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:37.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7333, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 110, - "CurrentAddress": "052-056-017", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:38.047", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7334, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:39.497", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7335, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:39.717", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7336, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:39.883", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7337, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:42.37", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7338, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:42.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7339, - "TaskId": 502, - "TaskNum": 22002, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:42.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7340, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:43.5", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7341, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:44.37", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7342, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:46.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7343, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:46.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7344, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 110, - "CurrentAddress": "030-006-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:47.027", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7345, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:47.13", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7346, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:48.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7347, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:48.91", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7348, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:49.063", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7349, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:51.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7350, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:51.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7351, - "TaskId": 504, - "TaskNum": 22012, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:51.69", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7352, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:52.58", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7353, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:53.417", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7354, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:54.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7355, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:55.56", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7356, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:55.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7357, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 110, - "CurrentAddress": "079-097-062", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:55.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7358, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:57.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7359, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:57.603", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7360, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:20:57.733", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7361, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:00.397", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7362, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:00.577", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7363, - "TaskId": 506, - "TaskNum": 22021, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:00.73", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7364, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:01.577", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7365, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:02.403", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7366, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:03.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7367, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:04.28", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7368, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:04.74", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7369, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 110, - "CurrentAddress": "097-057-079", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:05.06", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7370, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:06.367", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7371, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:06.597", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7372, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:06.727", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7373, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:09.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7374, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:09.563", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7375, - "TaskId": 508, - "TaskNum": 22031, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:09.67", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7376, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:10.567", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7377, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:11.42", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7378, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:12.88", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7379, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:13.307", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7380, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:13.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7381, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 110, - "CurrentAddress": "007-051-008", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:14.113", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7382, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:15.287", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7383, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:16.37", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7384, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:16.56", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7385, - "TaskId": 510, - "TaskNum": 22038, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:18.263", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7386, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:19.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7387, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:19.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7388, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:19.86", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7389, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:20.277", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7390, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:21.983", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7391, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:22.56", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7392, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:22.997", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7393, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 110, - "CurrentAddress": "025-020-057", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:23.087", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7394, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:24.477", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7395, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:24.623", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7396, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:25.427", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7397, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:28.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7398, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:28.69", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7399, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:28.833", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7400, - "TaskId": 512, - "TaskNum": 22048, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:28.917", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7401, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:29.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7402, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:30.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7403, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:32.197", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7404, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 110, - "CurrentAddress": "016-089-004", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:32.267", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7405, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:32.46", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7406, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:34.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7407, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:34.577", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7408, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:34.69", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7409, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:37.553", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7410, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:37.82", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7411, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:37.85", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7412, - "TaskId": 514, - "TaskNum": 22055, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:37.92", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7413, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:38.193", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7414, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:39.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7415, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:40.16", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7416, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 110, - "CurrentAddress": "023-071-077", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:41.237", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7417, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:41.32", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7418, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:43.347", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7419, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:43.533", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7420, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:43.657", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7421, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:46.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7422, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:46.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7423, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:46.823", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7424, - "TaskId": 516, - "TaskNum": 22105, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:46.9", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7425, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:47.25", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7426, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:48.577", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7427, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:49.963", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7428, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 110, - "CurrentAddress": "055-074-058", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:50.03", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7429, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:50.23", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7430, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:52.41", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7431, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:52.607", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7432, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:52.72", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7433, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:55.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7434, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:55.747", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7435, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:55.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7436, - "TaskId": 518, - "TaskNum": 22116, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:55.99", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7437, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:56.403", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7438, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 110, - "CurrentAddress": "022-040-024", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:58.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7439, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:58.753", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7440, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:58.97", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7441, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:21:59.103", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7442, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:01.43", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7443, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:01.577", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7444, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:01.683", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7445, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:04.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7446, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:04.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7447, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:04.863", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7448, - "TaskId": 520, - "TaskNum": 22124, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:04.977", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7449, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:05.297", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7450, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:07.557", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7451, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:07.79", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7452, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:07.93", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7453, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 110, - "CurrentAddress": "029-057-024", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:08.637", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7454, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:10.417", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7455, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:10.62", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7456, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:10.743", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7457, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:13.453", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7458, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:13.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7459, - "TaskId": 522, - "TaskNum": 22134, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:13.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7460, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:14.023", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7461, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:14.157", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7462, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:16.897", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7463, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:17.477", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7464, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:17.817", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7465, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 110, - "CurrentAddress": "052-082-087", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:17.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7466, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:19.387", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7467, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:19.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7468, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:19.653", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7469, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:22.383", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7470, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:22.537", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7471, - "TaskId": 524, - "TaskNum": 22142, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:22.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7472, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:23.707", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7473, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:24.49", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7474, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:25.857", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7475, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:26.617", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7476, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:27.07", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7477, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 110, - "CurrentAddress": "065-003-059", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:27.127", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7478, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:28.457", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7479, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:28.66", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7480, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:28.773", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7481, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:31.373", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7482, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:31.527", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7483, - "TaskId": 526, - "TaskNum": 22152, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:31.633", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7484, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:32.697", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7485, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:33.18", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7486, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:34.89", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7487, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:35.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7488, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:35.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7489, - "TaskId": 534, - "TaskNum": 22233, - "TaskState": 110, - "CurrentAddress": "002-056-063", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:35.967", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7490, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:37.61", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7491, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:37.83", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7492, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:37.95", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7493, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:40.393", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7494, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:40.547", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7495, - "TaskId": 528, - "TaskNum": 22201, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:40.63", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7496, - "TaskId": 534, - "TaskNum": 22233, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:41.573", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7497, - "TaskId": 534, - "TaskNum": 22233, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:42.473", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7498, - "TaskId": 534, - "TaskNum": 22233, - "TaskState": 120, - "CurrentAddress": "112", - "NextAddress": "113", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��111 ----> 112銆戝拰涓嬩竴浣嶇疆銆�112 ----> 113銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:43.767", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7499, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 120, - "CurrentAddress": "115", - "NextAddress": "116", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��114 ----> 115銆戝拰涓嬩竴浣嶇疆銆�115 ----> 116銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:44.17", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7500, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 120, - "CurrentAddress": "118", - "NextAddress": "119", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��117 ----> 118銆戝拰涓嬩竴浣嶇疆銆�118 ----> 119銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:44.577", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7501, - "TaskId": 536, - "TaskNum": 22243, - "TaskState": 110, - "CurrentAddress": "089-049-097", - "NextAddress": "111", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�100銆戣浆鍒般��110銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:44.933", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7502, - "TaskId": 534, - "TaskNum": 22233, - "TaskState": 120, - "CurrentAddress": "113", - "NextAddress": "114", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��112 ----> 113銆戝拰涓嬩竴浣嶇疆銆�113 ----> 114銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:46.453", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7503, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 120, - "CurrentAddress": "116", - "NextAddress": "117", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��115 ----> 116銆戝拰涓嬩竴浣嶇疆銆�116 ----> 117銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:46.64", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7504, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 120, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��118 ----> 119銆戝拰涓嬩竴浣嶇疆銆�119 ----> 120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:46.737", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7505, - "TaskId": 534, - "TaskNum": 22233, - "TaskState": 120, - "CurrentAddress": "114", - "NextAddress": "115", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��113 ----> 114銆戝拰涓嬩竴浣嶇疆銆�114 ----> 115銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:49.39", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7506, - "TaskId": 532, - "TaskNum": 22222, - "TaskState": 120, - "CurrentAddress": "117", - "NextAddress": "118", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屾洿鏂板綋鍓嶄綅缃��116 ----> 117銆戝拰涓嬩竴浣嶇疆銆�117 ----> 118銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:49.607", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7507, - "TaskId": 530, - "TaskNum": 22210, - "TaskState": 125, - "CurrentAddress": "119", - "NextAddress": "120", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�120銆戣浆鍒般��125銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:49.687", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7508, - "TaskId": 536, - "TaskNum": 22243, - "TaskState": 115, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "鍫嗗灈鏈哄嚭搴撳畬鎴�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:50.543", - "Modifier": null, - "ModifyDate": null - }, - { - "TaskDetailId": 7509, - "TaskId": 536, - "TaskNum": 22243, - "TaskState": 120, - "CurrentAddress": "111", - "NextAddress": "112", - "IsManual": false, - "IsNormal": true, - "Description": "绯荤粺鑷姩娴佺▼锛屼换鍔$姸鎬佷粠銆�115銆戣浆鍒般��120銆�", - "Remark": null, - "Creater": "System", - "CreateDate": "2024-08-25T03:22:51.41", - "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/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/4c556b7e-ac07-429f-bc24-3cd592323521.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/4c556b7e-ac07-429f-bc24-3cd592323521.vsidx" deleted file mode 100644 index 28b5513..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/4c556b7e-ac07-429f-bc24-3cd592323521.vsidx" +++ /dev/null Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/96a8d11f-bc7e-4582-8a8c-6fccb3766db1.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/96a8d11f-bc7e-4582-8a8c-6fccb3766db1.vsidx" deleted file mode 100644 index df9afad..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/96a8d11f-bc7e-4582-8a8c-6fccb3766db1.vsidx" +++ /dev/null Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/97e07ff0-7eb7-4d15-ab37-ca81ae8db322.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/97e07ff0-7eb7-4d15-ab37-ca81ae8db322.vsidx" deleted file mode 100644 index b6d4a65..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/97e07ff0-7eb7-4d15-ab37-ca81ae8db322.vsidx" +++ /dev/null Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/a2fa64ef-bfbd-465a-bb17-e67f300690d9.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/a2fa64ef-bfbd-465a-bb17-e67f300690d9.vsidx" new file mode 100644 index 0000000..d427b37 --- /dev/null +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/a2fa64ef-bfbd-465a-bb17-e67f300690d9.vsidx" Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/b4300a95-0842-480f-9efa-8633f9f71fe0.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/b4300a95-0842-480f-9efa-8633f9f71fe0.vsidx" new file mode 100644 index 0000000..c9e1ac7 --- /dev/null +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/b4300a95-0842-480f-9efa-8633f9f71fe0.vsidx" Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/ca012d90-cc55-4b3b-b3e3-15e0df48c908.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/ca012d90-cc55-4b3b-b3e3-15e0df48c908.vsidx" deleted file mode 100644 index b1e7334..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/ca012d90-cc55-4b3b-b3e3-15e0df48c908.vsidx" +++ /dev/null Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/daf3b445-0601-416b-be78-d82e92277083.vsidx" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/daf3b445-0601-416b-be78-d82e92277083.vsidx" deleted file mode 100644 index cf85f90..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/daf3b445-0601-416b-be78-d82e92277083.vsidx" +++ /dev/null Binary files differ diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/read.lock" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/read.lock" deleted file mode 100644 index e69de29..0000000 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/FileContentIndex/read.lock" +++ /dev/null diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json" index 0df0bd4..9390217 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json" @@ -12,7 +12,7 @@ "MainDB": "DB_WIDESEA", //褰撳墠椤圭洰鐨勪富搴擄紝鎵�瀵瑰簲鐨勮繛鎺ュ瓧绗︿覆鐨凟nabled蹇呴』涓簍rue //杩炴帴瀛楃涓� //"ConnectionString": "HTI6FB1H05Krd07mNm9yBCNhofW6edA5zLs9TY~MNthRYW3kn0qKbMIsGp~3yyPDF1YZUCPBQx8U0Jfk4PH~ajNFXVIwlH85M3F~v_qKYQ3CeAz3q1mLVDn8O5uWt1~3Ut2V3KRkEwYHvW2oMDN~QIDXPxDgXN0R2oTIhc9dNu7QNaLEknblqmHhjaNSSpERdDVZIgHnMKejU_SL49tralBkZmDNi0hmkbL~837j1NWe37u9fJKmv91QPb~16JsuI9uu0EvNZ06g6PuZfOSAeFH9GMMIZiketdcJG3tHelo=", - "ConnectionString": "Data Source=.;Initial Catalog=WIDESEAWMS_HUAIAN;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", + "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", //璺ㄥ煙 "Cors": { "PolicyName": "CorsIpAccess", //绛栫暐鍚嶇О -- Gitblit v1.9.3