| | |
| | | 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; } |
| | |
| | | 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); |
| | |
| | | model.endBit = endBit; |
| | | model.projectCode = "glm"; |
| | | model.needCreateAMSTask = "Y"; |
| | | model.TrayType = trayType; |
| | | //model.Data = new List<ItemData>(); |
| | | //if (!string.IsNullOrEmpty(ItemCode)) |
| | | //{ |