From b7dcf71a817da7b0bea591b8a5d3ab53b0aea136 Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期五, 11 七月 2025 17:25:17 +0800 Subject: [PATCH] 11 --- ams/Hanhe.iWCS.JingmenGLMNorthProtocol/WMSHelper.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ams/Hanhe.iWCS.JingmenGLMNorthProtocol/WMSHelper.cs b/ams/Hanhe.iWCS.JingmenGLMNorthProtocol/WMSHelper.cs index d429892..b490081 100644 --- a/ams/Hanhe.iWCS.JingmenGLMNorthProtocol/WMSHelper.cs +++ b/ams/Hanhe.iWCS.JingmenGLMNorthProtocol/WMSHelper.cs @@ -110,6 +110,7 @@ public string endBit { get; set; } public string trayDimension { get; set; } public string needCreateAMSTask { get; set; } + public string TrayType { get; set; } public int priority { get; set; } //public int isFull { get; set; } public string projectCode { get; set; } @@ -503,7 +504,7 @@ return result; } - public static bool WMSOut(string endBit, string ItemCode) { + public static bool WMSOut(string endBit, string ItemCode,string trayType) { //endBit = endBit.Substring(0, 9); bool result = false; HardwareAccessObject hao = HardwareAccessHelper.Instance.GetEquipmentsHAO(Constants.WMS_DEVICE_TYPE_WMS); @@ -514,6 +515,7 @@ model.endBit = endBit; model.projectCode = "glm"; model.needCreateAMSTask = "Y"; + model.TrayType = trayType; //model.Data = new List<ItemData>(); //if (!string.IsNullOrEmpty(ItemCode)) //{ -- Gitblit v1.9.1