成品入库上传ERP新增销售单号字段,成品出库上传MES及外包装机新增订单出货数量字段
已修改5个文件
16 ■■■■■ 文件已修改
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MES/MesShipmentOrderSync.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_External/Model/ERPProInboundModel.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/InboundOrderService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/MesProductService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Inbound.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MES/MesShipmentOrderSync.cs
@@ -54,6 +54,10 @@
        /// </summary>
        public string ProductVersion { get; set; }
        /// <summary>
        /// è®¢å•出货数量
        /// </summary>
        public float ShipmentQty { get; set; }
        /// <summary>
        /// å‡ºè´§æ•°é‡
        /// </summary>
        public float Qty { get; set; }
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_External/Model/ERPProInboundModel.cs
@@ -82,6 +82,10 @@
        /// </summary>
        public string XLocation { get; set; }
        /// <summary>
        /// é”€å”®å•号
        /// </summary>
        public string ChangeSoNumber { get; set; }
        /// <summary>
        /// å‰æ¿æ•°
        /// </summary>
        public float Xqty { get; set; }
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_InboundService/InboundOrderService.cs
@@ -1612,6 +1612,7 @@
                        DateCode=item.DateCode,
                        BatchNumber= item.ProductCode,
                        XLocation=item.XSite,
                        ChangeSoNumber = item.SaleOrder,
                        Xqty=item.XQty,
                        QtySet=item.SETQty,
                        QtyPcs=item.OKPCSQTY,
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/MesProductService.cs
@@ -429,6 +429,7 @@
            {
                ProductCode = proOutOrderDetail.PCode,
                ProductVersion = proOutOrderDetail.PVer,
                ShipmentQty= outProStockInfo.OrderQuantity,
                Qty = outProStockInfo.AssignQuantity,
                DateCode = outProStockInfo.DateCode,
                SaleOrder = proOutOrderDetail.SaleOrder,
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Inbound.cs
@@ -847,8 +847,10 @@
                return WebResponseContent.Instance.Error(ex.Message);
            }
        }
        private static object _requestZH = new object();
        public WebResponseContent RequestZHInboundTask(string agvTaskCode, string palletCode, string palletType, string materialLot)
        {
            lock (_requestZH)
        {
            WebResponseContent content = new WebResponseContent();
            try
@@ -955,6 +957,8 @@
            return content;
        }
        }
        public readonly string[] OutStartPonits = { "5230", "5237", "5244" };
        /// <summary>
        /// æˆå“ä½™æ–™é€€åº“入仓