From c5cf76657ef4bda557a445b56466a85db0b2662d Mon Sep 17 00:00:00 2001 From: 647556386 <647556386@qq.com> Date: 星期五, 14 三月 2025 18:05:52 +0800 Subject: [PATCH] 新增物料出库详情单页面 --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs" index 87f2e46..2c5696f 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/APIEnum/APIEnum.cs" @@ -26,6 +26,23 @@ /// </summary> [Description("杈呮枡AGV浠诲姟鍙戦��")] Agv_FLSendTask, + /// <summary> + /// 鎴愬搧AGV浠诲姟鍙戦�� + /// </summary> + [Description("鎴愬搧AGV浠诲姟鍙戦��")] + Agv_CPSendTask, + + /// <summary> + /// PPAGV浠诲姟鍙戦�� + /// </summary> + [Description("PPAGV浠诲姟鍙戦��")] + Agv_PPSendTask, + + /// <summary> + /// ZHAGV浠诲姟鍙戦�� + /// </summary> + [Description("PPAGV浠诲姟鍙戦��")] + Agv_ZHSendTask, /// <summary> /// 鍥炶皟WMS浠诲姟瀹屾垚 @@ -43,6 +60,11 @@ /// WMS鏄惁绉诲簱鍒ゆ柇 /// </summary> [Description("WMS鏄惁绉诲簱鍒ゆ柇")] - WMSIsReloaction + WMSIsReloaction, + /// <summary> + /// AGV鍌ㄤ綅缁戝畾鏌ヨ + /// </summary> + [Description("AGV鍌ㄤ綅缁戝畾鏌ヨ")] + Agv_CSJPodBerthAndMat } } -- Gitblit v1.9.3