From 90ac374a64e47e2bd97ee9245f4cafb50ad5dbbb Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 17 四月 2026 17:31:02 +0800
Subject: [PATCH] 添加成品出库任务等待移库上报WMS
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs"
index d70c516..0430688 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/RGV/FOURBOT/CancelSXCTake.cs"
@@ -13,10 +13,10 @@
/// </summary>
public int taskID { get; set; }
- /// <summary>
- /// 鍙栨秷鍘熷洜
- /// </summary>
- public string reason { get; set; }= "NoNeed";
+ ///// <summary>
+ ///// 鍙栨秷鍘熷洜
+ ///// </summary>
+ //public string reason { get; set; }= "NoNeed";
/// <summary>
@@ -28,7 +28,7 @@
/// <summary>
/// 0榛樿鍙栨秷锛�1宸茬粡寮�濮嬫墽琛岋紝鍒欎笉鍙栨秷
/// </summary>
- public int withoutRunning { get; set; } = 0;
+ public int withoutRunning { get; set; } = 1;
}
}
--
Gitblit v1.9.3