From 44b83f33ff3a35edced78d89927a734f19de81ba Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期日, 28 十二月 2025 18:00:02 +0800
Subject: [PATCH] 更改空托入库,更改出库测量对应楼层禁用,

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/BasicInfo/Partial/Dt_EmptyPalletService.cs    |    7 
 项目代码/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.json                           |  341 ++++++++++----
 项目代码/WCS/WIDESEA_WCSServer/WIDESEA_Common/APIAdderss/APIAddress.cs                                 |    2 
 项目代码/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Taskinfo/Partial/Dt_TaskWCSinfoService.cs     |   43 +
 项目代码/PDA/pages/Inbound/InboundBoxing_New.vue                                                       |   41 +
 项目代码/WCS/WIDESEA_WCSClient/src/extension/App_Expert/WcsTaskAlert.vue                               |    2 
 项目代码/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/InboundArea/InboundStationAction.cs       |   12 
 项目代码/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundAreaDispathAction.cs |    4 
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/UpdateState.cs                  |   15 
 项目代码/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs                |    4 
 项目代码/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Common/FinishedRgvTask.cs                     |    3 
 项目代码/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundRequestAction.cs     |    2 
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/TaskFinishedAction.cs                           |    2 
 项目代码/PDA/unpackage/cache/apk/cmManifestCache.json                                                  |    2 
 项目代码/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.backup.json                    |  329 ++++++++++---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/InboundLogic.cs                 |    8 
 项目代码/PDA/unpackage/cache/apk/apkurl                                                                |    2 
 项目代码/PDA/unpackage/cache/cloudcertificate/certini                                                  |    4 
 项目代码/PDA/utils/AjaxRequest.js                                                                      |    2 
 项目代码/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.backup.json                    |  229 ++++++++-
 项目代码/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.json                           |  234 ++++++++-
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetEmptyLocationAction.cs                       |   49 +
 项目代码/PDA/pages/Outbound/OutboundCall_New.vue                                                       |    6 
 23 files changed, 1,018 insertions(+), 325 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/InboundBoxing_New.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/InboundBoxing_New.vue"
index afa8a34..7c76553 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/InboundBoxing_New.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/InboundBoxing_New.vue"
@@ -131,7 +131,7 @@
 				BearingModels:[], // 瀵瑰簲杞﹀瀷涓嬮潰鐨勬墍鏈夎酱鎵垮瀷鍙�
 				templists:[], // 涓存椂淇濆瓨 杞存壙鍨嬪彿 鍜� 鍘傚
 				StateArray: [{
-						label: 'RO',
+						label: 'R0',
 						value: '鏂伴��'
 					},{
 						label: 'R1',
@@ -244,20 +244,33 @@
 				}
 			},
 			initInfo() {
-				_this.madeUnit = '';
-				_this.materielId = '';
-				_this.materielType = '';
-				_this.NewOrOld = '';
+				//_this.madeUnit = '';
+				//_this.materielId = '';
+				//_this.materielType = '';
+				//_this.NewOrOld = '';
 				_this.LotNumber = '';
-				_this.ProductDate = '';
+				//_this.ProductDate = '';
 			},
 			SaveInfomation() {
+				let data = {
+					MainData: {
+						rfid: _this.value_rfid,
+						qrcode: _this.value_qrcode,
+						madeUnit: _this.madeUnit,
+						materielId: _this.materielId,
+						materielType: _this.materielType,
+						NewOrOld: _this.NewOrOld,
+						LotNumber: _this.LotNumber,
+						ProductDate: _this.ProductDate
+					},
+				};
+				console.log("鏈�鍚庢彁浜ょ殑缁勭洏淇℃伅",data)
 				//_this.LotNumber == '' ||
 				if (_this.value_rfid.length == 0 || _this.value_qrcode.length == 0 ||
 					_this.madeUnit == '' || _this.materielId == '' ||
 					_this.materielType == '' || _this.NewOrOld == '' ||
 					 _this.ProductDate == '') {
-
+					
 					uni.showToast({
 						title: "缁勭洏淇℃伅涓嶈兘涓虹┖",
 						duration: 2000,
@@ -304,6 +317,7 @@
 									_this.value_qrcode = "";
 									_this.initInfo();
 									_this.rfidFocus = true;
+									
 								} else {
 									uni.showToast({
 										icon: 'none',
@@ -322,6 +336,17 @@
 					}
 				});
 			},
+			getCurrentDate() {
+			      const now = new Date();
+			      // 鑾峰彇骞淬�佹湀銆佹棩锛堣ˉ0澶勭悊锛岀‘淇濇湀浠�/鏃ユ湡鏄袱浣嶆暟锛�
+			      const year = now.getFullYear();
+			      const month = String(now.getMonth() + 1).padStart(2, '0'); // 鏈堜唤浠�0寮�濮嬶紝闇�+1
+			      const day = String(now.getDate()).padStart(2, '0');
+			      // 鎷兼帴鎴怸YYY-MM-DD鏍煎紡
+			      this.currentDate = `${year}-${month}-${day}`;
+			      // 濡傛灉闇�瑕佽繑鍥炲�硷紙姣斿鎺ュ彛浼犲弬锛夛紝鍙互return杩欎釜缁撴灉
+			      return `${year}-${month}-${day}`;
+			    },
 		},
 		created: function() {
 			// 姣忔杩涘叆鐣岄潰鏃讹紝鍏堟竻闄や箣鍓嶇殑鎵�鏈夊畾鏃跺櫒锛岀劧鍚庡惎鍔ㄦ柊鐨勫畾鏃跺櫒
@@ -341,7 +366,9 @@
 		mounted() {
 			_this = this;
 			_this.rfidFocus = true;
+			_this.ProductDate = this.getCurrentDate();
 			this.VehicleType();
+			
 		},
 
 
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/OutboundCall_New.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/OutboundCall_New.vue"
index a88bdce..4669c19 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/OutboundCall_New.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Outbound/OutboundCall_New.vue"
@@ -124,7 +124,7 @@
 				zydAVG: '',
 				yydAVG: '',
 				StateArray: [{
-						label: 'RO',
+						label: 'R0',
 						value: '鏂伴��'
 					},{
 						label: 'R1',
@@ -135,11 +135,11 @@
 						value: '1鍙峰巶瀹�'
 					}],
 				StationArray: [{
-						label: '70101',
+						label: '1鍙峰帇瑁呬綅',
 						value: '2绾垮簱鍘嬭鍙�'
 					},
 					{
-						label: '70103',
+						label: '2鍙峰帇瑁呬綅',
 						value: '3绾垮簱鍘嬭鍙�'
 					}
 				],
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/apk/apkurl" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/apk/apkurl"
index 33e1e22..6f0824b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/apk/apkurl"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/apk/apkurl"
@@ -1 +1 @@
-https://app.liuyingyong.cn/build/download/1c203ee0-d70a-11f0-8df1-61555e392f47
\ No newline at end of file
+https://app.liuyingyong.cn/build/download/4c2f5450-e236-11f0-8246-f3d440960872
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/apk/cmManifestCache.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/apk/cmManifestCache.json"
index f2ad80d..8ef6cf4 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/apk/cmManifestCache.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/apk/cmManifestCache.json"
@@ -1 +1 @@
-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
\ No newline at end of file
+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
\ No newline at end of file
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/cloudcertificate/certini" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/cloudcertificate/certini"
index 5095cbf..05c8124 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/cloudcertificate/certini"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/unpackage/cache/cloudcertificate/certini"
@@ -1,4 +1,4 @@
 [General]
 andrCertfile=package.keystore
-andrCertAlias=__UNI__620F11F
-andrCertPass="mjnU1+KV9B8dk+CZ5ECN2Q=="
+andrCertAlias=__UNI__A139630
+andrCertPass="6smW8Uk/LqJJT1EBuTzw2w=="
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/utils/AjaxRequest.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/utils/AjaxRequest.js"
index 2d8c2a2..40ff74c 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/utils/AjaxRequest.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/utils/AjaxRequest.js"
@@ -17,7 +17,7 @@
 	params.data = {
 		...data,
 		Extra: 'APP'
-	};
+	}; 
 	params.token = token;
 }
 AjaxRequest.Request = function() {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSClient/src/extension/App_Expert/WcsTaskAlert.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSClient/src/extension/App_Expert/WcsTaskAlert.vue"
index 7207aa9..910a685 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSClient/src/extension/App_Expert/WcsTaskAlert.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSClient/src/extension/App_Expert/WcsTaskAlert.vue"
@@ -112,7 +112,7 @@
           label: '娴嬮噺瀹屾垚鍚庡噯澶囧洖搴�',
         },
         {
-          value: 'TaskState_Measure_Back_Line_Executing',
+          value: 'TaskState_Measure_Back_Line_Executing', // 鏀硅繖涓洿鎺ヨrgv鍘绘帴
           label: '娴嬮噺鍥炲簱绾夸綋杩愯緭涓�',
         },
         {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.backup.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.backup.json"
index f85f004..6b94378 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.backup.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.backup.json"
@@ -3,20 +3,60 @@
   "WorkspaceRootPath": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\",
   "Documents": [
     {
-      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundcompleteaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundcompleteaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundrequestaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundrequestaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
       "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundareadispathaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundareadispathaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\conveyorlinedispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\conveyorlinedispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1BA3CD60-3B4D-47A9-88D1-634AEA149BDF}|WIDESEA_Common\\WIDESEA_Common.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_common\\apiadderss\\apiaddress.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1BA3CD60-3B4D-47A9-88D1-634AEA149BDF}|WIDESEA_Common\\WIDESEA_Common.csproj|solutionrelative:widesea_common\\apiadderss\\apiaddress.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\rgv\\rgvdispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\rgv\\rgvdispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\inboundarea\\inboundstationaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\inboundarea\\inboundstationaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_services\\services\\taskinfo\\partial\\dt_taskwcsinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|solutionrelative:widesea_services\\services\\taskinfo\\partial\\dt_taskwcsinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_services\\services\\common\\finishedrgvtask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|solutionrelative:widesea_services\\services\\common\\finishedrgvtask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcsserver\\controllers\\torgv\\torgvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|solutionrelative:widesea_wcsserver\\controllers\\torgv\\torgvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\inboundarea\\checkbarcodeaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\inboundarea\\checkbarcodeaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcsserver\\controllers\\towms\\towmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|solutionrelative:widesea_wcsserver\\controllers\\towms\\towmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundrequestaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundrequestaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcsserver\\controllers\\services\\taskinfo\\partial\\dt_taskwcsinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|solutionrelative:widesea_wcsserver\\controllers\\services\\taskinfo\\partial\\dt_taskwcsinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundcompleteaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundcompleteaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_services\\services\\rgvtaskinfo\\partial\\dt_taskrgvinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|solutionrelative:widesea_services\\services\\rgvtaskinfo\\partial\\dt_taskrgvinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     }
   ],
   "DocumentGroupContainers": [
@@ -26,7 +66,7 @@
       "DocumentGroups": [
         {
           "DockedWidth": 200,
-          "SelectedChildIndex": 1,
+          "SelectedChildIndex": 5,
           "Children": [
             {
               "$type": "Bookmark",
@@ -34,39 +74,65 @@
             },
             {
               "$type": "Document",
-              "DocumentIndex": 0,
-              "Title": "OutboundCompleteAction.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
-              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
-              "ViewState": "AgIAABMAAAAAAAAAAAAqwB8AAAARAAAAAAAAAA==",
+              "DocumentIndex": 1,
+              "Title": "ConveyorLineDispatchJob.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
+              "ViewState": "AgIAAH4AAAAAAAAAAAAIwJEAAAA5AAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T06:37:51.8Z",
+              "WhenOpened": "2025-12-26T01:39:21.7Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 1,
-              "Title": "OutboundRequestAction.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
-              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
-              "ViewState": "AgIAAEYAAAAAAAAAAAAiwF0AAABcAAAAAAAAAA==",
+              "DocumentIndex": 4,
+              "Title": "InboundStationAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\InboundStationAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\InboundStationAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\InboundStationAction.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\InboundStationAction.cs",
+              "ViewState": "AgIAAEYAAAAAAAAAAAApwFAAAABxAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T06:37:05.777Z",
+              "WhenOpened": "2025-12-28T02:50:07.537Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 6,
+              "Title": "FinishedRgvTask.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\Common\\FinishedRgvTask.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Services\\Services\\Common\\FinishedRgvTask.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\Common\\FinishedRgvTask.cs",
+              "RelativeToolTip": "WIDESEA_Services\\Services\\Common\\FinishedRgvTask.cs",
+              "ViewState": "AgIAAAIAAAAAAAAAAAAcwFEAAAAYAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T06:36:52.837Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
               "DocumentIndex": 2,
+              "Title": "APIAddress.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Common\\APIAdderss\\APIAddress.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Common\\APIAdderss\\APIAddress.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Common\\APIAdderss\\APIAddress.cs",
+              "RelativeToolTip": "WIDESEA_Common\\APIAdderss\\APIAddress.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAABFAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T11:25:45.232Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 0,
               "Title": "OutboundAreaDispathAction.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundAreaDispathAction.cs",
               "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundAreaDispathAction.cs",
               "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundAreaDispathAction.cs",
               "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundAreaDispathAction.cs",
-              "ViewState": "AgIAABsAAAAAAAAAAAAAwE8AAAAeAAAAAAAAAA==",
+              "ViewState": "AgIAAO8AAAAAAAAAAAAgwP8AAAAsAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
               "WhenOpened": "2025-12-26T01:41:51.366Z",
               "EditorCaption": ""
@@ -74,15 +140,112 @@
             {
               "$type": "Document",
               "DocumentIndex": 3,
-              "Title": "ConveyorLineDispatchJob.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
-              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
-              "ViewState": "AgIAAIAAAAAAAAAAAAAkwI4AAAAUAAAAAAAAAA==",
+              "Title": "RgvDispatchJob.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\RGV\\RgvDispatchJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\RGV\\RgvDispatchJob.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\RGV\\RgvDispatchJob.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\RGV\\RgvDispatchJob.cs",
+              "ViewState": "AgIAAKUAAAAAAAAAAAAmwI0AAAAYAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T01:39:21.7Z",
+              "WhenOpened": "2025-12-27T03:20:09.668Z",
               "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 5,
+              "Title": "Dt_TaskWCSinfoService.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoService.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Services\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoService.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoService.cs",
+              "RelativeToolTip": "WIDESEA_Services\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoService.cs",
+              "ViewState": "AgIAAAwBAAAAAAAAAAAqwCUBAABnAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T09:26:54.142Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 7,
+              "Title": "ToRGVController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\ToRGV\\ToRGVController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCSServer\\Controllers\\ToRGV\\ToRGVController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\ToRGV\\ToRGVController.cs",
+              "RelativeToolTip": "WIDESEA_WCSServer\\Controllers\\ToRGV\\ToRGVController.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAswBUAAAAoAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T06:32:31.206Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 8,
+              "Title": "CheckBarcodeAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\CheckBarcodeAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\CheckBarcodeAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\CheckBarcodeAction.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\CheckBarcodeAction.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAADwvxIAAAAFAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T02:48:28.668Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 9,
+              "Title": "ToWMSController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\ToWMS\\ToWMSController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCSServer\\Controllers\\ToWMS\\ToWMSController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\ToWMS\\ToWMSController.cs",
+              "RelativeToolTip": "WIDESEA_WCSServer\\Controllers\\ToWMS\\ToWMSController.cs",
+              "ViewState": "AgIAAGgAAAAAAAAAAAAuwAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T01:55:51.781Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 10,
+              "Title": "OutboundRequestAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
+              "ViewState": "AgIAAB0AAAAAAAAAAAAvwH4AAABgAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T06:37:05.777Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 11,
+              "Title": "Dt_TaskWCSinfoController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
+              "RelativeToolTip": "WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
+              "ViewState": "AgIAACAAAAAAAAAAAAAewC0AAAAzAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T08:17:55.548Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 12,
+              "Title": "OutboundCompleteAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
+              "ViewState": "AgIAAAsAAAAAAAAAAAAWwBQAAAAfAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T06:37:51.8Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 13,
+              "Title": "Dt_TaskRGVinfoService.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\RgvTaskInfo\\Partial\\Dt_TaskRGVinfoService.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Services\\Services\\RgvTaskInfo\\Partial\\Dt_TaskRGVinfoService.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\RgvTaskInfo\\Partial\\Dt_TaskRGVinfoService.cs",
+              "RelativeToolTip": "WIDESEA_Services\\Services\\RgvTaskInfo\\Partial\\Dt_TaskRGVinfoService.cs",
+              "ViewState": "AgIAABcAAAAAAAAAAAAjwEAAAAAtAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T06:48:06.996Z"
             }
           ]
         }
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.json"
index c082d28..8546687 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/.vs/WIDESEA_WCSServer/v18/DocumentLayout.json"
@@ -3,6 +3,50 @@
   "WorkspaceRootPath": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\",
   "Documents": [
     {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundareadispathaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundareadispathaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\conveyorlinedispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\conveyorlinedispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{1BA3CD60-3B4D-47A9-88D1-634AEA149BDF}|WIDESEA_Common\\WIDESEA_Common.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_common\\apiadderss\\apiaddress.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{1BA3CD60-3B4D-47A9-88D1-634AEA149BDF}|WIDESEA_Common\\WIDESEA_Common.csproj|solutionrelative:widesea_common\\apiadderss\\apiaddress.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\rgv\\rgvdispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\rgv\\rgvdispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\inboundarea\\inboundstationaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\inboundarea\\inboundstationaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_services\\services\\taskinfo\\partial\\dt_taskwcsinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|solutionrelative:widesea_services\\services\\taskinfo\\partial\\dt_taskwcsinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_services\\services\\common\\finishedrgvtask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|solutionrelative:widesea_services\\services\\common\\finishedrgvtask.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcsserver\\controllers\\torgv\\torgvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|solutionrelative:widesea_wcsserver\\controllers\\torgv\\torgvcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\inboundarea\\checkbarcodeaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\inboundarea\\checkbarcodeaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcsserver\\controllers\\towms\\towmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|solutionrelative:widesea_wcsserver\\controllers\\towms\\towmscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundrequestaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundrequestaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
       "AbsoluteMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcsserver\\controllers\\services\\taskinfo\\partial\\dt_taskwcsinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{826F06F8-19E5-492A-A94D-3F1A6A8902AA}|WIDESEA_WCSServer\\WIDESEA_WCSServer.csproj|solutionrelative:widesea_wcsserver\\controllers\\services\\taskinfo\\partial\\dt_taskwcsinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
@@ -11,16 +55,8 @@
       "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundcompleteaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundrequestaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundrequestaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundareadispathaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\outboundarea\\outboundareadispathaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
-    },
-    {
-      "AbsoluteMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_wcs\\jobs\\conveyorline\\conveyorlinedispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{F78817AB-9FB1-40C5-848B-B17960788767}|WIDESEA_WCS\\WIDESEA_WCS.csproj|solutionrelative:widesea_wcs\\jobs\\conveyorline\\conveyorlinedispatchjob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wcs\\widesea_wcsserver\\widesea_services\\services\\rgvtaskinfo\\partial\\dt_taskrgvinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9664DE4D-AB68-40E0-BAE0-9E54A1297AD0}|WIDESEA_Services\\WIDESEA_Services.csproj|solutionrelative:widesea_services\\services\\rgvtaskinfo\\partial\\dt_taskrgvinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     }
   ],
   "DocumentGroupContainers": [
@@ -30,7 +66,7 @@
       "DocumentGroups": [
         {
           "DockedWidth": 200,
-          "SelectedChildIndex": 1,
+          "SelectedChildIndex": 5,
           "Children": [
             {
               "$type": "Bookmark",
@@ -38,68 +74,178 @@
             },
             {
               "$type": "Document",
-              "DocumentIndex": 0,
-              "Title": "Dt_TaskWCSinfoController.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
-              "RelativeToolTip": "WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
-              "ViewState": "AgIAADQAAAAAAAAAAAAmwEMAAABDAAAAAAAAAA==",
+              "DocumentIndex": 1,
+              "Title": "ConveyorLineDispatchJob.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
+              "ViewState": "AgIAAH4AAAAAAAAAAAAIwI4AAAAUAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T08:17:55.548Z",
+              "WhenOpened": "2025-12-26T01:39:21.7Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 1,
-              "Title": "OutboundCompleteAction.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
-              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
-              "ViewState": "AgIAABEAAAAAAAAAAAAmwBgAAAA4AAAAAAAAAA==",
+              "DocumentIndex": 4,
+              "Title": "InboundStationAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\InboundStationAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\InboundStationAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\InboundStationAction.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\InboundStationAction.cs",
+              "ViewState": "AgIAAEYAAAAAAAAAAAApwFAAAABxAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T06:37:51.8Z",
+              "WhenOpened": "2025-12-28T02:50:07.537Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 6,
+              "Title": "FinishedRgvTask.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\Common\\FinishedRgvTask.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Services\\Services\\Common\\FinishedRgvTask.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\Common\\FinishedRgvTask.cs",
+              "RelativeToolTip": "WIDESEA_Services\\Services\\Common\\FinishedRgvTask.cs",
+              "ViewState": "AgIAAAIAAAAAAAAAAAAcwFEAAAAYAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T06:36:52.837Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
               "DocumentIndex": 2,
-              "Title": "OutboundRequestAction.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
-              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
-              "ViewState": "AgIAAEYAAAAAAAAAAAAiwF0AAABcAAAAAAAAAA==",
+              "Title": "APIAddress.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Common\\APIAdderss\\APIAddress.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Common\\APIAdderss\\APIAddress.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Common\\APIAdderss\\APIAddress.cs",
+              "RelativeToolTip": "WIDESEA_Common\\APIAdderss\\APIAddress.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAAAA8AAABFAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T06:37:05.777Z",
+              "WhenOpened": "2025-12-27T11:25:45.232Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 3,
+              "DocumentIndex": 0,
               "Title": "OutboundAreaDispathAction.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundAreaDispathAction.cs",
               "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundAreaDispathAction.cs",
               "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundAreaDispathAction.cs",
               "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundAreaDispathAction.cs",
-              "ViewState": "AgIAABsAAAAAAAAAAAAAwE8AAAAeAAAAAAAAAA==",
+              "ViewState": "AgIAAO0AAAAAAAAAAAAgwPoAAAAqAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
               "WhenOpened": "2025-12-26T01:41:51.366Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 4,
-              "Title": "ConveyorLineDispatchJob.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
-              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
-              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\ConveyorLineDispatchJob.cs",
-              "ViewState": "AgIAAIAAAAAAAAAAAAAkwI4AAAAUAAAAAAAAAA==",
+              "DocumentIndex": 3,
+              "Title": "RgvDispatchJob.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\RGV\\RgvDispatchJob.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\RGV\\RgvDispatchJob.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\RGV\\RgvDispatchJob.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\RGV\\RgvDispatchJob.cs",
+              "ViewState": "AgIAAKUAAAAAAAAAAAAmwI0AAAAYAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T01:39:21.7Z",
+              "WhenOpened": "2025-12-27T03:20:09.668Z",
               "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 5,
+              "Title": "Dt_TaskWCSinfoService.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoService.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Services\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoService.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoService.cs",
+              "RelativeToolTip": "WIDESEA_Services\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoService.cs",
+              "ViewState": "AgIAAAwBAAAAAAAAAAAqwCUBAABnAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T09:26:54.142Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 7,
+              "Title": "ToRGVController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\ToRGV\\ToRGVController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCSServer\\Controllers\\ToRGV\\ToRGVController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\ToRGV\\ToRGVController.cs",
+              "RelativeToolTip": "WIDESEA_WCSServer\\Controllers\\ToRGV\\ToRGVController.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAswBUAAAAoAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T06:32:31.206Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 8,
+              "Title": "CheckBarcodeAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\CheckBarcodeAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\CheckBarcodeAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\CheckBarcodeAction.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\InboundArea\\CheckBarcodeAction.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAADwvxIAAAAFAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T02:48:28.668Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 9,
+              "Title": "ToWMSController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\ToWMS\\ToWMSController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCSServer\\Controllers\\ToWMS\\ToWMSController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\ToWMS\\ToWMSController.cs",
+              "RelativeToolTip": "WIDESEA_WCSServer\\Controllers\\ToWMS\\ToWMSController.cs",
+              "ViewState": "AgIAAGgAAAAAAAAAAAAuwAAAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T01:55:51.781Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 10,
+              "Title": "OutboundRequestAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundRequestAction.cs",
+              "ViewState": "AgIAAB0AAAAAAAAAAAAvwH4AAABgAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T06:37:05.777Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 11,
+              "Title": "Dt_TaskWCSinfoController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
+              "RelativeToolTip": "WIDESEA_WCSServer\\Controllers\\Services\\Taskinfo\\Partial\\Dt_TaskWCSinfoController.cs",
+              "ViewState": "AgIAACAAAAAAAAAAAAAewC0AAAAzAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T08:17:55.548Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 12,
+              "Title": "OutboundCompleteAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
+              "RelativeToolTip": "WIDESEA_WCS\\Jobs\\ConveyorLine\\OutboundArea\\OutboundCompleteAction.cs",
+              "ViewState": "AgIAAAsAAAAAAAAAAAAWwBQAAAAfAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T06:37:51.8Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 13,
+              "Title": "Dt_TaskRGVinfoService.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\RgvTaskInfo\\Partial\\Dt_TaskRGVinfoService.cs",
+              "RelativeDocumentMoniker": "WIDESEA_Services\\Services\\RgvTaskInfo\\Partial\\Dt_TaskRGVinfoService.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WCS\\WIDESEA_WCSServer\\WIDESEA_Services\\Services\\RgvTaskInfo\\Partial\\Dt_TaskRGVinfoService.cs",
+              "RelativeToolTip": "WIDESEA_Services\\Services\\RgvTaskInfo\\Partial\\Dt_TaskRGVinfoService.cs",
+              "ViewState": "AgIAABcAAAAAAAAAAAAjwEAAAAAtAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T06:48:06.996Z"
             }
           ]
         }
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Common/APIAdderss/APIAddress.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Common/APIAdderss/APIAddress.cs"
index 73ad79f..5954e92 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Common/APIAdderss/APIAddress.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Common/APIAdderss/APIAddress.cs"
@@ -13,7 +13,7 @@
 
         // public const string WmsIPAddress = "http://192.168.1.8:8099/api/";
         /// RGV API 璇锋眰鍦板潃
-        public const string RgvIPAddress = "http://172.21.7.120:8090/";
+        public const string RgvIPAddress = "http://172.21.7.120:80901/";
 
 
         /// <summary>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Common/FinishedRgvTask.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Common/FinishedRgvTask.cs"
index 94aaf8a..eb68833 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Common/FinishedRgvTask.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Common/FinishedRgvTask.cs"
@@ -44,8 +44,7 @@
                            taskWCSinfo.wcstask_type == TaskType.TaskType_CheckBackIn.ToString() ||
                             taskWCSinfo.wcstask_type == TaskType.TaskType_ErrorCheckBackIn.ToString() ||
                         taskRGVinfo.rgvtask_taskType == RGVTaskType.RgvTaskType_Move.ToString() ||
-                         (taskWCSinfo.wcstask_type == RGVTaskType.RgvTaskType_Inbound.ToString() &&
-                          taskWCSinfo.wcstask_type == TaskType.TaskType_MoveOutbound.ToString())
+                         (taskWCSinfo.wcstask_type == RGVTaskType.RgvTaskType_Inbound.ToString() && taskWCSinfo.wcstask_type == TaskType.TaskType_MoveOutbound.ToString())
                         )
                     {
                         //涓婃姤WMS浠诲姟瀹屾垚锛屽浜庡叆搴撴潵璇达紝绌挎杞︾殑浠诲姟瀹屾垚锛屽嵆鏄暣涓换鍔$殑鐢熷懡鍛ㄦ湡缁撴潫
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Taskinfo/Partial/Dt_TaskWCSinfoService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Taskinfo/Partial/Dt_TaskWCSinfoService.cs"
index 98b7141..657cbbb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Taskinfo/Partial/Dt_TaskWCSinfoService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_Services/Services/Taskinfo/Partial/Dt_TaskWCSinfoService.cs"
@@ -6,23 +6,24 @@
 *鐢ㄦ埛淇℃伅銆佹潈闄愩�佽鑹茬瓑浣跨敤UserContext.Current鎿嶄綔
 *Dt_TaskWCSinfoService瀵瑰銆佸垹銆佹敼鏌ャ�佸鍏ャ�佸鍑恒�佸鏍镐笟鍔′唬鐮佹墿灞曞弬鐓erviceFunFilter
 */
-using WIDESEA_Core.BaseProvider;
-using WIDESEA_Core.Extensions.AutofacManager;
-using WIDESEA_Entity.DomainModels;
-using System.Linq;
-using WIDESEA_Core.Utilities;
-using System.Linq.Expressions;
-using WIDESEA_Core.Extensions;
+using Microsoft.AspNetCore.Http;
 using Microsoft.EntityFrameworkCore;
 using Microsoft.Extensions.DependencyInjection;
-using Microsoft.AspNetCore.Http;
-using WIDESEA_Services.IRepositories;
 using System;
-using WIDESEA_Common.CutomerModel;
-using WIDESEA_Common;
-using WIDESEA_Services.Repositories;
-using WIDESEA_Common.TaskEnum;
 using System.Collections.Generic;
+using System.Linq;
+using System.Linq.Expressions;
+using WIDESEA_Common;
+using WIDESEA_Common.CutomerModel;
+using WIDESEA_Common.TaskEnum;
+using WIDESEA_Common.Tools;
+using WIDESEA_Core.BaseProvider;
+using WIDESEA_Core.Extensions;
+using WIDESEA_Core.Extensions.AutofacManager;
+using WIDESEA_Core.Utilities;
+using WIDESEA_Entity.DomainModels;
+using WIDESEA_Services.IRepositories;
+using WIDESEA_Services.Repositories;
 
 namespace WIDESEA_Services.Services
 {
@@ -279,7 +280,23 @@
                         if (content.Status)
                         {
                             wcsInfo.wcstask_state = state;
+                            if (state == TaskState.TaskState_Measure_Back_Line_Executing.ToString())
+                            {
+                                //灏嗕换鍔$被鍨嬫敼涓哄洖搴撲腑
+                                wcsInfo.wcstask_type = TaskType.TaskType_Box_Pallet_Measure_Back.ToString();
+                                //灏嗕换鍔¤捣濮嬬珯鍙板拰鐩殑绔欏彴瀵硅皟锛屽噯澶囧洖搴�
+
+                                wcsInfo.wcstask_endPoint = wcsInfo.wcstask_startPoint;
+                                wcsInfo.wcstask_startPoint = "10301";
+                                wcsInfo.wcstask_endLocation = wcsInfo.wcstask_startLocation;
+                                wcsInfo.wcstask_startLocation = wcsInfo.wcstask_endPoint;
+
+                                wcsInfo.wcstask_state = TaskState.TaskState_Measure_Back_Line_Executing.ToString();
+                                wcsInfo.wcstask_dispatcherTime = DateTime.Now;
+                            }
                             Dt_TaskWCSinfoRepository.Instance.Update(wcsInfo, true);
+                            WriteLog.Info("鎵嬪姩鏇存敼娴嬮噺鐘舵��").Write($"{DateTime.Now}锛氭祴閲忓洖搴撳紓甯革紝鍙嶈浆璐т綅 浠诲姟鍙穥taskNumer},鎵樼洏鍙穥wcsInfo.wcstask_barcode},鍙嶈浆鍚庤捣濮嬬珯鍙般��10301銆�" +
+                                $"缁堢偣璐т綅銆恵wcsInfo.wcstask_endLocation}銆�", "鎵嬪姩鏇存敼娴嬮噺鐘舵��");
                         }
                         else
                         {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs"
index c0d6f31..762b077 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs"
@@ -132,8 +132,8 @@
                         //绉伴噸绔欏彴璋冨害 20201
                         InboundAreaDispatch.InboundWeighAction(taskWCSinfoRepository, client);
                         //鍑哄簱RFID纭(娴嬮噺)
-                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30301");
-                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30302");
+                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30301"); // 涓嬮潰鐨� 浠庤繖閲屽嚭鍘�
+                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30302"); // 涓婇潰鐨� 浠庤繖閲岃繘鍘�
 
                     }
                     //璇存槑鏄嚭搴撳尯鐨勮皟搴︼紝鏌ョ湅鍏ュ簱鍖虹嚎浣撶殑杩愯妯″紡                    
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/InboundArea/InboundStationAction.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/InboundArea/InboundStationAction.cs"
index f97164d..f0b736e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/InboundArea/InboundStationAction.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/InboundArea/InboundStationAction.cs"
@@ -21,6 +21,9 @@
     public partial class InboundAreaDispatch
     {
         public static string[] InboundStationNo = new string[] { "50301", "50302", "50303", "50304", "50305", "50306", "50307"};
+
+        private static string CLOutStationNo = "30302";
+
         public static void InboundStationAction(IDt_TaskWCSinfoRepository taskWCSinfoRepository, IDt_TaskRGVinfoRepository taskRGVinfoRepository, PLCClient client)
         {
             foreach (var item in InboundStationNo)
@@ -174,6 +177,15 @@
                     return;
                 }
 
+
+                bool flag = bool.Parse(client.ReadValue(CLineInfoDBName.R_Line_LoadSleep.ToString(), CLOutStationNo).ToString());
+                bool noflag = bool.Parse(client.ReadValue(CLineInfoDBName.R_Line_NoLoadSleep.ToString(), CLOutStationNo).ToString());
+                if (flag || !noflag)
+                {
+                    return;
+                }
+
+
                 //string lineCode = "Measure_O";
                 int taskNumber = taskWCSinfo.wcstask_taskNumber;
                 //鏌ョ湅绾夸綋鐘舵�侊紝鍑嗗缁欑嚎浣撲笅鍙戜换鍔′俊鎭�  璇诲彇閫昏緫鎺у埗鍊�
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundAreaDispathAction.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundAreaDispathAction.cs"
index 9e6600c..4b31bef 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundAreaDispathAction.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundAreaDispathAction.cs"
@@ -248,11 +248,13 @@
         {
             try
             {
+                string barcode = "901010";
                 int R_Line_PLCDispatch = int.Parse(client.ReadValue(CLineInfoDBName.W_Line_PLCDispatch.ToString(), ReInboundRequestStationNo).ToString());
                 bool load = bool.Parse(client.ReadValue(CLineInfoDBName.R_Line_LoadSleep.ToString(), ReInboundRequestStationNo).ToString());
                 if (R_Line_PLCDispatch ==1 && load)
                 {
-                    string barcode = client.ReadValue(CLineInfoDBName.R_Line_Barcode.ToString(), ReInboundRequestStationNo).ToString();
+                    //string barcode = client.ReadValue(CLineInfoDBName.R_Line_Barcode.ToString(), ReInboundRequestStationNo).ToString();
+                    
                     if (!string.IsNullOrEmpty(barcode) && !"0".Equals(barcode))
                     {
                         Dt_TaskWCSinfo wcsInfo = taskWCSinfoRepository.FindFirst(r => r.wcstask_barcode == barcode && r.wcstask_type == TaskType.TaskType_Empty_Pallet_Inbound.ToString());
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundRequestAction.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundRequestAction.cs"
index 947ec92..b744e64 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundRequestAction.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/OutboundArea/OutboundRequestAction.cs"
@@ -31,7 +31,7 @@
         }
 
         /// <summary>
-        /// 鍑哄簱鍖虹┖鎵樼洏鍑哄簱
+        /// 鍑哄簱鍖虹┖鎵樼洏/瀹炴墭鍑哄簱
         /// </summary>
         /// <param name="taskWCSinfoRepository"></param>
         /// <param name="client"></param>
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.backup.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.backup.json"
index 71370eb..0d245b5 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.backup.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.backup.json"
@@ -3,24 +3,68 @@
   "WorkspaceRootPath": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\",
   "Documents": [
     {
-      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\basicinfo\\partial\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\basicinfo\\partial\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\common\\getemptylocationaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\common\\getemptylocationaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\basicinfo\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\basicinfo\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.entity\\domainmodels\\taskinfo\\dt_taskinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|solutionrelative:widesea.entity\\domainmodels\\taskinfo\\dt_taskinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.entity\\domainmodels\\basicinfo\\dt_emptypallet.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|solutionrelative:widesea.entity\\domainmodels\\basicinfo\\dt_emptypallet.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\towcs\\partial\\updatestate.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\towcs\\partial\\updatestate.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\toapp\\inboundboxingaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\toapp\\inboundboxingaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
+      "AbsoluteMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.webapi\\controllers\\services\\towcs\\partial\\towcscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|solutionrelative:widesea.webapi\\controllers\\services\\towcs\\partial\\towcscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\common\\taskfinishedaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\common\\taskfinishedaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\towcs\\partial\\inboundlogic.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\towcs\\partial\\inboundlogic.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
       "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\iservices\\toapp\\itoappinterface.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\iservices\\toapp\\itoappinterface.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\taskinfo\\partial\\dt_taskinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\taskinfo\\partial\\dt_taskinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.webapi\\controllers\\services\\taskinfo\\partial\\dt_taskinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|solutionrelative:widesea.webapi\\controllers\\services\\taskinfo\\partial\\dt_taskinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\basicinfo\\partial\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\basicinfo\\partial\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.webapi\\controllers\\services\\tomeasuredevice\\partial\\tomeasuredevicecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|solutionrelative:widesea.webapi\\controllers\\services\\tomeasuredevice\\partial\\tomeasuredevicecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\common\\bearingoutboundaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\common\\bearingoutboundaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.entity\\domainmodels\\basicinfo\\dt_emptypallet.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|solutionrelative:widesea.entity\\domainmodels\\basicinfo\\dt_emptypallet.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{AFD9BA55-FE27-49A9-9871-9104B27ED251}|WIDESEA.Common\\WIDESEA.Common.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.common\\layertostation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{AFD9BA55-FE27-49A9-9871-9104B27ED251}|WIDESEA.Common\\WIDESEA.Common.csproj|solutionrelative:widesea.common\\layertostation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\basicinfo\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\basicinfo\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\inbound\\partial\\dt_boxing_headservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
@@ -78,7 +122,7 @@
       "DocumentGroups": [
         {
           "DockedWidth": 200,
-          "SelectedChildIndex": 3,
+          "SelectedChildIndex": 1,
           "Children": [
             {
               "$type": "Bookmark",
@@ -86,41 +130,15 @@
             },
             {
               "$type": "Document",
-              "DocumentIndex": 2,
-              "Title": "Dt_EmptyPallet.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
-              "RelativeToolTip": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
-              "ViewState": "AgIAADUAAAAAAAAAAAAkwEYAAAAgAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T02:15:18.624Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 1,
-              "Title": "Dt_EmptyPalletService.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
-              "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
-              "ViewState": "AgIAAAYAAAAAAAAAAAAQwA4AAABLAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T02:13:09.821Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
               "DocumentIndex": 0,
-              "Title": "Dt_EmptyPalletService.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
-              "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
-              "ViewState": "AgIAAFEAAAAAAAAAAAAWwFoAAAAxAAAAAAAAAA==",
+              "Title": "GetEmptyLocationAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\GetEmptyLocationAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Common\\GetEmptyLocationAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\GetEmptyLocationAction.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Common\\GetEmptyLocationAction.cs",
+              "ViewState": "AgIAAEwAAAAAAAAAAAAQwFcAAAApAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T02:13:05.962Z",
+              "WhenOpened": "2025-12-28T05:45:03.617Z",
               "EditorCaption": ""
             },
             {
@@ -131,7 +149,7 @@
               "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
               "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
               "RelativeToolTip": "WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
-              "ViewState": "AgIAAFYAAAAAAAAAAAAWwGMAAAAAAAAAAAAAAA==",
+              "ViewState": "AgIAAIwAAAAAAAAAAAAowJ8AAABPAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
               "WhenOpened": "2025-12-26T02:01:06.158Z",
               "EditorCaption": ""
@@ -139,19 +157,176 @@
             {
               "$type": "Document",
               "DocumentIndex": 4,
-              "Title": "IToAPPInterface.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
-              "RelativeToolTip": "WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAswAoAAAAnAAAAAAAAAA==",
+              "Title": "ToWCSController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\ToWCS\\Partial\\ToWCSController.cs",
+              "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\ToWCS\\Partial\\ToWCSController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\ToWCS\\Partial\\ToWCSController.cs",
+              "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\ToWCS\\Partial\\ToWCSController.cs",
+              "ViewState": "AgIAABcAAAAAAAAAAAAWwCYAAAAxAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T02:00:58.879Z",
+              "WhenOpened": "2025-12-27T09:58:29.605Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 1,
+              "Title": "Dt_taskinfo.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\TaskInfo\\Dt_taskinfo.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Entity\\DomainModels\\TaskInfo\\Dt_taskinfo.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\TaskInfo\\Dt_taskinfo.cs",
+              "RelativeToolTip": "WIDESEA.Entity\\DomainModels\\TaskInfo\\Dt_taskinfo.cs",
+              "ViewState": "AgIAAEcAAAAAAAAAAAAtwFQAAAAVAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T02:32:06.378Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 2,
+              "Title": "UpdateState.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToWCS\\Partial\\UpdateState.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\ToWCS\\Partial\\UpdateState.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToWCS\\Partial\\UpdateState.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\ToWCS\\Partial\\UpdateState.cs",
+              "ViewState": "AgIAAFUAAAAAAAAAAAAowGYAAAA3AAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T02:21:50.167Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
               "DocumentIndex": 5,
+              "Title": "TaskFinishedAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\TaskFinishedAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Common\\TaskFinishedAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\TaskFinishedAction.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Common\\TaskFinishedAction.cs",
+              "ViewState": "AgIAAAIAAAAAAAAAAAD4vw4AAAAWAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T03:37:20.341Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 6,
+              "Title": "InboundLogic.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToWCS\\Partial\\InboundLogic.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\ToWCS\\Partial\\InboundLogic.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToWCS\\Partial\\InboundLogic.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\ToWCS\\Partial\\InboundLogic.cs",
+              "ViewState": "AgIAABYAAAAAAAAAAAAWwCUAAAAQAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T03:41:04.303Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 7,
+              "Title": "IToAPPInterface.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
+              "RelativeToolTip": "WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAswAsAAAAgAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T02:00:58.879Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 10,
+              "Title": "Dt_EmptyPalletService.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
+              "ViewState": "AgIAAEAAAAAAAAAAAAAWwFQAAAAJAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T02:13:05.962Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 8,
+              "Title": "Dt_taskinfoService.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\TaskInfo\\Partial\\Dt_taskinfoService.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\TaskInfo\\Partial\\Dt_taskinfoService.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\TaskInfo\\Partial\\Dt_taskinfoService.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\TaskInfo\\Partial\\Dt_taskinfoService.cs",
+              "ViewState": "AgIAANwAAAAAAAAAAAAewO8AAABmAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T02:01:21.05Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 9,
+              "Title": "Dt_taskinfoController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\TaskInfo\\Partial\\Dt_taskinfoController.cs",
+              "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\TaskInfo\\Partial\\Dt_taskinfoController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\TaskInfo\\Partial\\Dt_taskinfoController.cs",
+              "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\TaskInfo\\Partial\\Dt_taskinfoController.cs",
+              "ViewState": "AgIAADYAAAAAAAAAAAArwEYAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T02:48:12.851Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 11,
+              "Title": "ToMeasureDeviceController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\ToMeasureDevice\\Partial\\ToMeasureDeviceController.cs",
+              "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\ToMeasureDevice\\Partial\\ToMeasureDeviceController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\ToMeasureDevice\\Partial\\ToMeasureDeviceController.cs",
+              "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\ToMeasureDevice\\Partial\\ToMeasureDeviceController.cs",
+              "ViewState": "AgIAAC4AAAAAAAAAAAAqwBoAAABAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T06:24:39.861Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 12,
+              "Title": "BearingOutboundAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\BearingOutboundAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Common\\BearingOutboundAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\BearingOutboundAction.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Common\\BearingOutboundAction.cs",
+              "ViewState": "AgIAAJkAAAAAAAAAAAAewLEAAACdAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T03:21:53.937Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 13,
+              "Title": "Dt_EmptyPallet.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
+              "RelativeToolTip": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
+              "ViewState": "AgIAAD0AAAAAAAAAAAAowDEAAAAVAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T02:15:18.624Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 15,
+              "Title": "Dt_EmptyPalletService.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
+              "ViewState": "AgIAAAYAAAAAAAAAAAAQwA4AAABLAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T02:13:09.821Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 14,
+              "Title": "LayerToStation.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Common\\LayerToStation.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Common\\LayerToStation.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Common\\LayerToStation.cs",
+              "RelativeToolTip": "WIDESEA.Common\\LayerToStation.cs",
+              "ViewState": "AgIAAKMAAAAAAAAAAAAiwK0AAAAnAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T03:20:50.905Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 16,
               "Title": "Dt_boxing_headService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\Inbound\\Partial\\Dt_boxing_headService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\Inbound\\Partial\\Dt_boxing_headService.cs",
@@ -159,12 +334,11 @@
               "RelativeToolTip": "WIDESEA.Services\\Services\\Inbound\\Partial\\Dt_boxing_headService.cs",
               "ViewState": "AgIAAB0AAAAAAAAAAAAAAD0AAAAIAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T01:57:47.054Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-26T01:57:47.054Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 7,
+              "DocumentIndex": 18,
               "Title": "Dt_materiel_zc_infoController.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\Standard\\Partial\\Dt_materiel_zc_infoController.cs",
               "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\Standard\\Partial\\Dt_materiel_zc_infoController.cs",
@@ -172,12 +346,11 @@
               "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\Standard\\Partial\\Dt_materiel_zc_infoController.cs",
               "ViewState": "AgIAACsAAAAAAAAAAAAowDYAAAAqAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T08:31:00.432Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T08:31:00.432Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 8,
+              "DocumentIndex": 19,
               "Title": "Dt_materiel_zc_infoController.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\Standard\\Dt_materiel_zc_infoController.cs",
               "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\Standard\\Dt_materiel_zc_infoController.cs",
@@ -185,12 +358,11 @@
               "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\Standard\\Dt_materiel_zc_infoController.cs",
               "ViewState": "AgIAAAYAAAAAAAAAAADwvxEAAAAJAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T08:30:57.888Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T08:30:57.888Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 11,
+              "DocumentIndex": 22,
               "Title": "Dt_materielinfoController.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Dt_materielinfoController.cs",
               "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Dt_materielinfoController.cs",
@@ -198,12 +370,11 @@
               "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Dt_materielinfoController.cs",
               "ViewState": "AgIAAAYAAAAAAAAAAAAAAAsAAAAsAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:49:31.695Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:49:31.695Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 6,
+              "DocumentIndex": 17,
               "Title": "Dt_materiel_zc_infoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materiel_zc_infoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materiel_zc_infoService.cs",
@@ -211,12 +382,11 @@
               "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materiel_zc_infoService.cs",
               "ViewState": "AgIAAJUAAAAAAAAAAAAQwJcAAABDAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T08:33:07.373Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T08:33:07.373Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 9,
+              "DocumentIndex": 20,
               "Title": "IDt_materiel_zc_infoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materiel_zc_infoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materiel_zc_infoService.cs",
@@ -224,12 +394,11 @@
               "RelativeToolTip": "WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materiel_zc_infoService.cs",
               "ViewState": "AgIAAAYAAAAAAAAAAADwvxAAAABGAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T08:42:57.829Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T08:42:57.829Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 10,
+              "DocumentIndex": 21,
               "Title": "Dt_materielinfoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materielinfoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materielinfoService.cs",
@@ -237,12 +406,11 @@
               "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materielinfoService.cs",
               "ViewState": "AgIAAKMAAAAAAAAAAAA0wK8AAAARAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:26:12.461Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:26:12.461Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 12,
+              "DocumentIndex": 23,
               "Title": "IDt_materielinfoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materielinfoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materielinfoService.cs",
@@ -250,12 +418,11 @@
               "RelativeToolTip": "WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materielinfoService.cs",
               "ViewState": "AgIAAAYAAAAAAAAAAADwvw8AAAArAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:46:54.719Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:46:54.719Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 14,
+              "DocumentIndex": 25,
               "Title": "IDt_materielinfoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\BasicInfo\\IDt_materielinfoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\BasicInfo\\IDt_materielinfoService.cs",
@@ -263,12 +430,11 @@
               "RelativeToolTip": "WIDESEA.Services\\IServices\\BasicInfo\\IDt_materielinfoService.cs",
               "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:46:44.702Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:46:44.702Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 13,
+              "DocumentIndex": 24,
               "Title": "Dt_materielinfoController.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Partial\\Dt_materielinfoController.cs",
               "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Partial\\Dt_materielinfoController.cs",
@@ -276,12 +442,11 @@
               "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Partial\\Dt_materielinfoController.cs",
               "ViewState": "AgIAACkAAAAAAAAAAAA6wDAAAAAqAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:23:30.719Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:23:30.719Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 15,
+              "DocumentIndex": 26,
               "Title": "Dt_materielinfoRepository.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Repositories\\BasicInfo\\Dt_materielinfoRepository.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\Repositories\\BasicInfo\\Dt_materielinfoRepository.cs",
@@ -289,12 +454,11 @@
               "RelativeToolTip": "WIDESEA.Services\\Repositories\\BasicInfo\\Dt_materielinfoRepository.cs",
               "ViewState": "AgIAABAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:48:09.778Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:48:09.778Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 16,
+              "DocumentIndex": 27,
               "Title": "Dt_materielinfo.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_materielinfo.cs",
               "RelativeDocumentMoniker": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_materielinfo.cs",
@@ -302,8 +466,7 @@
               "RelativeToolTip": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_materielinfo.cs",
               "ViewState": "AgIAABwAAAAAAAAAAAAUwCQAAAAvAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:43:08.297Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:43:08.297Z"
             }
           ]
         }
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.json" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.json"
index 6ab3663..8876435 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.json"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/v18/DocumentLayout.json"
@@ -3,28 +3,64 @@
   "WorkspaceRootPath": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\",
   "Documents": [
     {
-      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\common\\bearingoutboundaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\common\\bearingoutboundaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\towcs\\partial\\inboundlogic.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\towcs\\partial\\inboundlogic.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{AFD9BA55-FE27-49A9-9871-9104B27ED251}|WIDESEA.Common\\WIDESEA.Common.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.common\\layertostation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{AFD9BA55-FE27-49A9-9871-9104B27ED251}|WIDESEA.Common\\WIDESEA.Common.csproj|solutionrelative:widesea.common\\layertostation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.webapi\\controllers\\services\\towcs\\partial\\towcscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|solutionrelative:widesea.webapi\\controllers\\services\\towcs\\partial\\towcscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\iservices\\toapp\\itoappinterface.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\iservices\\toapp\\itoappinterface.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\common\\getemptylocationaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\common\\getemptylocationaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
-      "AbsoluteMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.entity\\domainmodels\\basicinfo\\dt_emptypallet.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
-      "RelativeMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|solutionrelative:widesea.entity\\domainmodels\\basicinfo\\dt_emptypallet.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+      "AbsoluteMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.entity\\domainmodels\\taskinfo\\dt_taskinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|solutionrelative:widesea.entity\\domainmodels\\taskinfo\\dt_taskinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\towcs\\partial\\updatestate.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\towcs\\partial\\updatestate.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\toapp\\inboundboxingaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\toapp\\inboundboxingaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\common\\taskfinishedaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\common\\taskfinishedaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\iservices\\toapp\\itoappinterface.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\iservices\\toapp\\itoappinterface.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\taskinfo\\partial\\dt_taskinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\taskinfo\\partial\\dt_taskinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.webapi\\controllers\\services\\taskinfo\\partial\\dt_taskinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|solutionrelative:widesea.webapi\\controllers\\services\\taskinfo\\partial\\dt_taskinfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
       "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\basicinfo\\partial\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
       "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\services\\basicinfo\\partial\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.webapi\\controllers\\services\\tomeasuredevice\\partial\\tomeasuredevicecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{4DB3C91B-93FE-4937-8B58-DDD3F57D4607}|WIDESEA.WebApi\\WIDESEA.WebApi.csproj|solutionrelative:widesea.webapi\\controllers\\services\\tomeasuredevice\\partial\\tomeasuredevicecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\common\\bearingoutboundaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|solutionrelative:widesea.services\\common\\bearingoutboundaction.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.entity\\domainmodels\\basicinfo\\dt_emptypallet.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{E17DB44D-59EF-47D5-9B21-E2F6C471B5E9}|WIDESEA.Entity\\WIDESEA.Entity.csproj|solutionrelative:widesea.entity\\domainmodels\\basicinfo\\dt_emptypallet.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
+    },
+    {
+      "AbsoluteMoniker": "D:0:0:{AFD9BA55-FE27-49A9-9871-9104B27ED251}|WIDESEA.Common\\WIDESEA.Common.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.common\\layertostation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
+      "RelativeMoniker": "D:0:0:{AFD9BA55-FE27-49A9-9871-9104B27ED251}|WIDESEA.Common\\WIDESEA.Common.csproj|solutionrelative:widesea.common\\layertostation.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
     },
     {
       "AbsoluteMoniker": "D:0:0:{9F688BF2-B51B-4812-B0C4-8F5D13114E9E}|WIDESEA.Services\\WIDESEA.Services.csproj|e:\\beijing\\2025-12-24\\beijingzhouchenku\\\u9879\u76EE\u4EE3\u7801\\wms\\widesea_wmsserver\\widesea.services\\services\\basicinfo\\dt_emptypalletservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
@@ -86,7 +122,7 @@
       "DocumentGroups": [
         {
           "DockedWidth": 200,
-          "SelectedChildIndex": 2,
+          "SelectedChildIndex": 5,
           "Children": [
             {
               "$type": "Bookmark",
@@ -94,46 +130,181 @@
             },
             {
               "$type": "Document",
-              "DocumentIndex": 1,
-              "Title": "LayerToStation.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Common\\LayerToStation.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Common\\LayerToStation.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Common\\LayerToStation.cs",
-              "RelativeToolTip": "WIDESEA.Common\\LayerToStation.cs",
-              "ViewState": "AgIAAKMAAAAAAAAAAAAiwK0AAAAnAAAAAAAAAA==",
+              "DocumentIndex": 2,
+              "Title": "GetEmptyLocationAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\GetEmptyLocationAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Common\\GetEmptyLocationAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\GetEmptyLocationAction.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Common\\GetEmptyLocationAction.cs",
+              "ViewState": "AgIAAEYAAAAAAAAAAAAQwFwAAAAlAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T03:20:50.905Z",
+              "WhenOpened": "2025-12-28T05:45:03.617Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
-              "DocumentIndex": 0,
-              "Title": "BearingOutboundAction.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\BearingOutboundAction.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Services\\Common\\BearingOutboundAction.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\BearingOutboundAction.cs",
-              "RelativeToolTip": "WIDESEA.Services\\Common\\BearingOutboundAction.cs",
-              "ViewState": "AgIAAMEAAAAAAAAAAAArwMgAAABcAAAAAAAAAA==",
+              "DocumentIndex": 1,
+              "Title": "ToWCSController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\ToWCS\\Partial\\ToWCSController.cs",
+              "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\ToWCS\\Partial\\ToWCSController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\ToWCS\\Partial\\ToWCSController.cs",
+              "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\ToWCS\\Partial\\ToWCSController.cs",
+              "ViewState": "AgIAAIQAAAAAAAAAAAAAAJAAAAAzAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T03:21:53.937Z",
+              "WhenOpened": "2025-12-27T09:58:29.605Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
               "DocumentIndex": 3,
-              "Title": "Dt_EmptyPallet.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
-              "RelativeToolTip": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
-              "ViewState": "AgIAACIAAAAAAAAAAAAYwDEAAAAVAAAAAAAAAA==",
+              "Title": "Dt_taskinfo.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\TaskInfo\\Dt_taskinfo.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Entity\\DomainModels\\TaskInfo\\Dt_taskinfo.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\TaskInfo\\Dt_taskinfo.cs",
+              "RelativeToolTip": "WIDESEA.Entity\\DomainModels\\TaskInfo\\Dt_taskinfo.cs",
+              "ViewState": "AgIAAEcAAAAAAAAAAAAtwFQAAAAVAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T02:15:18.624Z",
+              "WhenOpened": "2025-12-28T02:32:06.378Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 4,
+              "Title": "UpdateState.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToWCS\\Partial\\UpdateState.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\ToWCS\\Partial\\UpdateState.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToWCS\\Partial\\UpdateState.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\ToWCS\\Partial\\UpdateState.cs",
+              "ViewState": "AgIAAFUAAAAAAAAAAAAowGYAAAA3AAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T02:21:50.167Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 0,
+              "Title": "InboundLogic.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToWCS\\Partial\\InboundLogic.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\ToWCS\\Partial\\InboundLogic.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToWCS\\Partial\\InboundLogic.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\ToWCS\\Partial\\InboundLogic.cs",
+              "ViewState": "AgIAAKgBAAAAAAAAAAAowMcBAACKAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T03:41:04.303Z",
+              "EditorCaption": ""
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 5,
+              "Title": "InboundBoxingAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
+              "ViewState": "AgIAAIwAAAAAAAAAAAAowJ8AAABPAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T02:01:06.158Z",
               "EditorCaption": ""
             },
             {
               "$type": "Document",
               "DocumentIndex": 6,
+              "Title": "TaskFinishedAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\TaskFinishedAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Common\\TaskFinishedAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\TaskFinishedAction.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Common\\TaskFinishedAction.cs",
+              "ViewState": "AgIAAAIAAAAAAAAAAAD4vw4AAAAWAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T03:37:20.341Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 7,
+              "Title": "IToAPPInterface.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
+              "RelativeToolTip": "WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
+              "ViewState": "AgIAAAAAAAAAAAAAAAAswAsAAAAgAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T02:00:58.879Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 10,
+              "Title": "Dt_EmptyPalletService.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
+              "ViewState": "AgIAAEAAAAAAAAAAAAAWwFQAAAAJAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T02:13:05.962Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 8,
+              "Title": "Dt_taskinfoService.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\TaskInfo\\Partial\\Dt_taskinfoService.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\TaskInfo\\Partial\\Dt_taskinfoService.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\TaskInfo\\Partial\\Dt_taskinfoService.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Services\\TaskInfo\\Partial\\Dt_taskinfoService.cs",
+              "ViewState": "AgIAANwAAAAAAAAAAAAewO8AAABmAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T02:01:21.05Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 9,
+              "Title": "Dt_taskinfoController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\TaskInfo\\Partial\\Dt_taskinfoController.cs",
+              "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\TaskInfo\\Partial\\Dt_taskinfoController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\TaskInfo\\Partial\\Dt_taskinfoController.cs",
+              "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\TaskInfo\\Partial\\Dt_taskinfoController.cs",
+              "ViewState": "AgIAADYAAAAAAAAAAAArwEYAAAAAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-28T02:48:12.851Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 11,
+              "Title": "ToMeasureDeviceController.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\ToMeasureDevice\\Partial\\ToMeasureDeviceController.cs",
+              "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\ToMeasureDevice\\Partial\\ToMeasureDeviceController.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\ToMeasureDevice\\Partial\\ToMeasureDeviceController.cs",
+              "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\ToMeasureDevice\\Partial\\ToMeasureDeviceController.cs",
+              "ViewState": "AgIAAC4AAAAAAAAAAAAqwBoAAABAAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-27T06:24:39.861Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 12,
+              "Title": "BearingOutboundAction.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\BearingOutboundAction.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Services\\Common\\BearingOutboundAction.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Common\\BearingOutboundAction.cs",
+              "RelativeToolTip": "WIDESEA.Services\\Common\\BearingOutboundAction.cs",
+              "ViewState": "AgIAAJkAAAAAAAAAAAAewLEAAACdAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T03:21:53.937Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 13,
+              "Title": "Dt_EmptyPallet.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
+              "RelativeToolTip": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_EmptyPallet.cs",
+              "ViewState": "AgIAAD0AAAAAAAAAAAAowDEAAAAVAAAAAAAAAA==",
+              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
+              "WhenOpened": "2025-12-26T02:15:18.624Z"
+            },
+            {
+              "$type": "Document",
+              "DocumentIndex": 15,
               "Title": "Dt_EmptyPalletService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
@@ -141,51 +312,23 @@
               "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Dt_EmptyPalletService.cs",
               "ViewState": "AgIAAAYAAAAAAAAAAAAQwA4AAABLAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T02:13:09.821Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-26T02:13:09.821Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 5,
-              "Title": "Dt_EmptyPalletService.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
-              "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_EmptyPalletService.cs",
-              "ViewState": "AgIAACsAAAAAAAAAAAAMwDQAAABCAAAAAAAAAA==",
+              "DocumentIndex": 14,
+              "Title": "LayerToStation.cs",
+              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Common\\LayerToStation.cs",
+              "RelativeDocumentMoniker": "WIDESEA.Common\\LayerToStation.cs",
+              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Common\\LayerToStation.cs",
+              "RelativeToolTip": "WIDESEA.Common\\LayerToStation.cs",
+              "ViewState": "AgIAAKMAAAAAAAAAAAAiwK0AAAAnAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T02:13:05.962Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-26T03:20:50.905Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 4,
-              "Title": "InboundBoxingAction.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
-              "RelativeToolTip": "WIDESEA.Services\\Services\\ToAPP\\InboundBoxingAction.cs",
-              "ViewState": "AgIAABYAAAAAAAAAAAAiwCYAAABEAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T02:01:06.158Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 2,
-              "Title": "IToAPPInterface.cs",
-              "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
-              "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
-              "ToolTip": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
-              "RelativeToolTip": "WIDESEA.Services\\IServices\\ToApp\\IToAPPInterface.cs",
-              "ViewState": "AgIAAAAAAAAAAAAAAAAswAsAAAAxAAAAAAAAAA==",
-              "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T02:00:58.879Z",
-              "EditorCaption": ""
-            },
-            {
-              "$type": "Document",
-              "DocumentIndex": 7,
+              "DocumentIndex": 16,
               "Title": "Dt_boxing_headService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\Inbound\\Partial\\Dt_boxing_headService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\Inbound\\Partial\\Dt_boxing_headService.cs",
@@ -193,12 +336,11 @@
               "RelativeToolTip": "WIDESEA.Services\\Services\\Inbound\\Partial\\Dt_boxing_headService.cs",
               "ViewState": "AgIAAB0AAAAAAAAAAAAAAD0AAAAIAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-26T01:57:47.054Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-26T01:57:47.054Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 9,
+              "DocumentIndex": 18,
               "Title": "Dt_materiel_zc_infoController.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\Standard\\Partial\\Dt_materiel_zc_infoController.cs",
               "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\Standard\\Partial\\Dt_materiel_zc_infoController.cs",
@@ -206,12 +348,11 @@
               "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\Standard\\Partial\\Dt_materiel_zc_infoController.cs",
               "ViewState": "AgIAACsAAAAAAAAAAAAowDYAAAAqAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T08:31:00.432Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T08:31:00.432Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 10,
+              "DocumentIndex": 19,
               "Title": "Dt_materiel_zc_infoController.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\Standard\\Dt_materiel_zc_infoController.cs",
               "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\Standard\\Dt_materiel_zc_infoController.cs",
@@ -219,12 +360,11 @@
               "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\Standard\\Dt_materiel_zc_infoController.cs",
               "ViewState": "AgIAAAYAAAAAAAAAAADwvxEAAAAJAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T08:30:57.888Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T08:30:57.888Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 13,
+              "DocumentIndex": 22,
               "Title": "Dt_materielinfoController.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Dt_materielinfoController.cs",
               "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Dt_materielinfoController.cs",
@@ -232,12 +372,11 @@
               "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Dt_materielinfoController.cs",
               "ViewState": "AgIAAAYAAAAAAAAAAAAAAAsAAAAsAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:49:31.695Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:49:31.695Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 8,
+              "DocumentIndex": 17,
               "Title": "Dt_materiel_zc_infoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materiel_zc_infoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materiel_zc_infoService.cs",
@@ -245,12 +384,11 @@
               "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materiel_zc_infoService.cs",
               "ViewState": "AgIAAJUAAAAAAAAAAAAQwJcAAABDAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T08:33:07.373Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T08:33:07.373Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 11,
+              "DocumentIndex": 20,
               "Title": "IDt_materiel_zc_infoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materiel_zc_infoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materiel_zc_infoService.cs",
@@ -258,12 +396,11 @@
               "RelativeToolTip": "WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materiel_zc_infoService.cs",
               "ViewState": "AgIAAAYAAAAAAAAAAADwvxAAAABGAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T08:42:57.829Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T08:42:57.829Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 12,
+              "DocumentIndex": 21,
               "Title": "Dt_materielinfoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materielinfoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materielinfoService.cs",
@@ -271,12 +408,11 @@
               "RelativeToolTip": "WIDESEA.Services\\Services\\BasicInfo\\Partial\\Dt_materielinfoService.cs",
               "ViewState": "AgIAAKMAAAAAAAAAAAA0wK8AAAARAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:26:12.461Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:26:12.461Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 14,
+              "DocumentIndex": 23,
               "Title": "IDt_materielinfoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materielinfoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materielinfoService.cs",
@@ -284,12 +420,11 @@
               "RelativeToolTip": "WIDESEA.Services\\IServices\\BasicInfo\\Partial\\IDt_materielinfoService.cs",
               "ViewState": "AgIAAAYAAAAAAAAAAADwvw8AAAArAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:46:54.719Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:46:54.719Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 16,
+              "DocumentIndex": 25,
               "Title": "IDt_materielinfoService.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\IServices\\BasicInfo\\IDt_materielinfoService.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\IServices\\BasicInfo\\IDt_materielinfoService.cs",
@@ -297,12 +432,11 @@
               "RelativeToolTip": "WIDESEA.Services\\IServices\\BasicInfo\\IDt_materielinfoService.cs",
               "ViewState": "AgIAAAAAAAAAAAAAAADwvwAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:46:44.702Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:46:44.702Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 15,
+              "DocumentIndex": 24,
               "Title": "Dt_materielinfoController.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Partial\\Dt_materielinfoController.cs",
               "RelativeDocumentMoniker": "WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Partial\\Dt_materielinfoController.cs",
@@ -310,12 +444,11 @@
               "RelativeToolTip": "WIDESEA.WebApi\\Controllers\\Services\\BasicInfo\\Partial\\Dt_materielinfoController.cs",
               "ViewState": "AgIAACkAAAAAAAAAAAA6wDAAAAAqAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:23:30.719Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:23:30.719Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 17,
+              "DocumentIndex": 26,
               "Title": "Dt_materielinfoRepository.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Services\\Repositories\\BasicInfo\\Dt_materielinfoRepository.cs",
               "RelativeDocumentMoniker": "WIDESEA.Services\\Repositories\\BasicInfo\\Dt_materielinfoRepository.cs",
@@ -323,12 +456,11 @@
               "RelativeToolTip": "WIDESEA.Services\\Repositories\\BasicInfo\\Dt_materielinfoRepository.cs",
               "ViewState": "AgIAABAAAAAAAAAAAAAUwAAAAAAAAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:48:09.778Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:48:09.778Z"
             },
             {
               "$type": "Document",
-              "DocumentIndex": 18,
+              "DocumentIndex": 27,
               "Title": "Dt_materielinfo.cs",
               "DocumentMoniker": "E:\\BEIJING\\2025-12-24\\BeiJingZhouChenKu\\\u9879\u76EE\u4EE3\u7801\\WMS\\WIDESEA_WMSServer\\WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_materielinfo.cs",
               "RelativeDocumentMoniker": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_materielinfo.cs",
@@ -336,8 +468,7 @@
               "RelativeToolTip": "WIDESEA.Entity\\DomainModels\\BasicInfo\\Dt_materielinfo.cs",
               "ViewState": "AgIAABwAAAAAAAAAAAAUwCQAAAAvAAAAAAAAAA==",
               "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
-              "WhenOpened": "2025-12-25T07:43:08.297Z",
-              "EditorCaption": ""
+              "WhenOpened": "2025-12-25T07:43:08.297Z"
             }
           ]
         }
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetEmptyLocationAction.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetEmptyLocationAction.cs"
index f7a4b94..b95909d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetEmptyLocationAction.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetEmptyLocationAction.cs"
@@ -31,6 +31,19 @@
             List<Dt_taskinfo> inboundTask = Dt_taskinfoRepository.Instance.Find(r => r.task_type.Contains("Inbound"));
             List<int> listLayer = new List<int>() { 1, 2, 3, 4, 5, 6, 7, 8 };
 
+
+            //// 鏇存敼鑾峰彇璐т綅鐨勪俊鎭� 杩欓噷瑕佸啓涓�涓惊鐜�
+            //List<Dt_taskinfo> outboundTask_temp = Dt_taskinfoRepository.Instance.Find(x => x.task_tolocationid == "10301" || x.task_endstation == "10301");
+            //if (outboundTask_temp != null)
+            //{
+            //    string temp_layer = "";
+
+            //    foreach (var item in outboundTask_temp)
+            //    {
+
+            //    }
+            //}
+
             if (null != inboundTask && inboundTask.Count > 0)
             {
                 foreach (var item in inboundTask)
@@ -44,24 +57,29 @@
                         listLayer.Remove(layer);
                     }
                 }
-                //List<string> fromStation = inboundTask.Select(r => r.task_tolocationid).ToList();
-                //foreach (var item in fromStation)
-                //{
-                //    string[] location = item.Split('-');
-                //    //鑾峰彇褰撳墠鏈変换鍔$殑灞�
-                //    int layer = int.Parse(location[0]);
-                //    listLayer.Remove(layer);
-                //}
             }
 
-            List<Dt_taskinfo> outboundTask = Dt_taskinfoRepository.Instance.Find(r => ((r.task_type == TaskType.TaskType_Box_Pallet_Measure_Out.ToString() /*|| r.task_type == TaskType.TaskType_CheckOutbound.ToString()*/)
-      &&
-  (r.task_state.Equals(TaskState.TaskState_RGV_Received.ToString()) || r.task_state.Equals(TaskState.TaskState_RGV_Finished.ToString())))
-  || r.task_type == TaskType.TaskType_Box_Pallet_Measure_Back.ToString());
+            //          List<Dt_taskinfo> outboundTask = Dt_taskinfoRepository.Instance.Find(r => ((r.task_type == TaskType.TaskType_Box_Pallet_Measure_Out.ToString())
+            //    && (r.task_state.Equals(TaskState.TaskState_RGV_Received.ToString()) || r.task_state.Equals(TaskState.TaskState_RGV_Finished.ToString())))
+            //|| r.task_type == TaskType.TaskType_Box_Pallet_Measure_Back.ToString());
+            List<Dt_taskinfo> outboundTask = Dt_taskinfoRepository.Instance.Find(r =>(r.task_type == TaskType.TaskType_Box_Pallet_Measure_Out.ToString() || r.task_type == TaskType.TaskType_Box_Pallet_Measure_Back.ToString())
+            && (r.task_state != TaskState.TaskState_Create.ToString()));
+
+            if (outboundTask.Count < 3)
+            {
+                int crtacount = 3 - outboundTask.Count;
+                List<Dt_taskinfo> outboundcCrteateTask = Dt_taskinfoRepository.Instance.Find(r => r.task_type == TaskType.TaskType_Box_Pallet_Measure_Out.ToString() 
+            && r.task_state == TaskState.TaskState_Create.ToString()).OrderBy(r=>r.task_createtime).Take(crtacount).ToList();
+
+                outboundTask.AddRange(outboundcCrteateTask);
+            }
+
 
             if (null != outboundTask && outboundTask.Count > 0)
             {
-                List<string> fromStation = outboundTask.Select(r => r.task_fromlocationid).ToList();
+                List<string> fromStation = outboundTask.Where(r=>r.task_type == TaskType.TaskType_Box_Pallet_Measure_Out.ToString()).Select(r => r.task_fromlocationid).ToList();
+                fromStation.AddRange(outboundTask.Where(r => r.task_type == TaskType.TaskType_Box_Pallet_Measure_Back.ToString()).Select(r => r.task_tolocationid).ToList());
+
                 foreach (var item in fromStation)
                 {
                     string[] location = item.Split('-');
@@ -131,11 +149,6 @@
 
                     return locationinfo;
             }
-
-            //Dt_locationinfo locationinfo = Dt_locationinfoRepository.Instance.Find(x => x.location_state == LocationState.LocationState_Empty.ToString() &&
-            //!locationId.Contains(x.location_id) && !x.location_islocked).OrderBy(x => x.location_layer).ThenBy(x => x.location_column).FirstOrDefault();
-            //if (null != locationinfo)
-            //    return locationinfo;
             throw new Exception("鏆傛棤璐т綅鍙垎閰�");
         }
     }
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/TaskFinishedAction.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/TaskFinishedAction.cs"
index 76aa1ad..951e204 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/TaskFinishedAction.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/TaskFinishedAction.cs"
@@ -165,7 +165,7 @@
                         //container_Head.containerhead_createtime = DateTime.Now;
                         //Dt_container_headRepository.Instance.Update(container_Head, true);
                         //鏇存敼璐т綅鐘舵��
-                        Dt_locationinfo locationinfo = Dt_locationinfoRepository.Instance.FindFirst(x => x.location_id == taskInfo.task_fromlocationid);
+                        Dt_locationinfo locationinfo = Dt_locationinfoRepository.Instance.FindFirst(x => x.location_id == taskInfo.task_tolocationid);
                         if (container.containerdtl_isError == "1")
                         {
                             CommonFunction.ChangeLocationState(locationinfo, LocationState.LocationState_Error.ToString());
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/BasicInfo/Partial/Dt_EmptyPalletService.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/BasicInfo/Partial/Dt_EmptyPalletService.cs"
index 2071302..e68c544 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/BasicInfo/Partial/Dt_EmptyPalletService.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/BasicInfo/Partial/Dt_EmptyPalletService.cs"
@@ -89,13 +89,20 @@
                 saveModel.MainData["EmptyPallet_modifier"] = UserContext.Current.UserTrueName;
                 saveModel.MainData["EmptyPallet_modifiertime"] = DateTime.Now;
                 content = base.Update(saveModel);
+                //LogRecord.WriteLog((int)LogEnum.OutBound, $"{UserContext.Current.UserTrueName}杞存壙閫夐厤鍑哄簱锛氬弬鏁�:{saveModel.Serialize()},杩斿洖鍙傛暟:{content.Serialize()}");
             }
             finally
             {
                 if (content.Status)
+                {
                     content.OK("淇敼鎵樼洏淇℃伅鎴愬姛.");
+                    Logger.AddLog(LoggerType.Add, saveModel, $"{DateTime.Now}淇敼鎵樼洏绠$悊鐨勪俊鎭褰�-鎴愬姛", content);
+                }
                 else
+                {
                     content.Error("淇敼鎵樼洏淇℃伅澶辫触:" + content.Message);
+                    Logger.AddLog(LoggerType.Add, saveModel, $"{DateTime.Now}淇敼鎵樼洏绠$悊鐨勪俊鎭褰�-澶辫触", content);
+                }
             }
             return content;
         }
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/InboundLogic.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/InboundLogic.cs"
index 7d0d9c8..19c31fb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/InboundLogic.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/InboundLogic.cs"
@@ -448,14 +448,12 @@
                 Dt_container_head head = Dt_container_headRepository.Instance.FindFirst(r => r.containerhead_barcode == barcode);
                 if (null != head)
                     return content.Error("褰撳墠鎵樼洏鍙峰凡瀛樺湪搴撻噷,璇锋鏌�:" + barcode);
-                Dt_container_head_hty container_Head_Hty = Dt_container_head_htyRepository.Instance.Find(x => x.containerhead_barcode == barcode
-               && x.containerhead_operatetype == "empty" && x.containerhead_creator != "WCS")
 
-               .OrderByDescending(x => x.containerhead_finishtime).First();
+                Dt_EmptyPallet dt_Empty = Dt_EmptyPalletRepository.Instance.Find(x => x.EmptyPallet_name == barcode).FirstOrDefault();
                 decimal weight = 0;
-                if (null != container_Head_Hty)
+                if (null != dt_Empty)
                 {
-                    weight = string.IsNullOrEmpty(container_Head_Hty.containerhead_palletweight) ? 0 : decimal.Parse(container_Head_Hty.containerhead_palletweight);
+                    weight = string.IsNullOrEmpty(dt_Empty.EmptyPallet_palletweight) ? 0 : decimal.Parse(dt_Empty.EmptyPallet_palletweight);
                 }
                 content = Dt_taskinfoRepository.Instance.DbContextBeginTransaction(() =>
                 {
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/UpdateState.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/UpdateState.cs"
index ff6e8df..bffe485 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/UpdateState.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/ToWCS/Partial/UpdateState.cs"
@@ -91,6 +91,21 @@
                         Dt_taskinfoRepository.Instance.Update(taskinfo, true);
                     }
 
+                    if(taskinfo.task_state == TaskState.TaskState_Measure_Back_Line_Executing.ToString())
+                    {
+                        taskinfo.task_type = TaskType.TaskType_Box_Pallet_Measure_Back.ToString();
+
+                        taskinfo.task_endstation = taskinfo.task_beginstation;
+                        taskinfo.task_beginstation = "10301";
+                        taskinfo.task_tolocationid = taskinfo.task_fromlocationid;
+                        taskinfo.task_fromlocationid = taskinfo.task_endstation;
+
+                        taskinfo.task_state = TaskState.TaskState_Measure_Back_Line_Executing.ToString();
+                        taskinfo.task_dispatchertime = DateTime.Now;
+                        Dt_taskinfoRepository.Instance.Update(taskinfo, true);
+                    }
+
+
                     Dt_locationinfo locationinfo = Dt_locationinfoRepository.Instance.FindFirst(x => x.location_id == taskinfo.task_fromlocationid);
                     if (locationinfo != null)
                     {

--
Gitblit v1.9.3