Browse Source

mesout_dt

集成Redis
lvzb 2 years ago
parent
commit
29b0a38322
  1. 2
      be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.TyrpAgent/Outgoing/ProductReceiptNoteConverter.cs
  2. 1
      be/DataExchange/src/Win_in.Sfs.Wms.DataExchange.Application.Contracts/WMS/ProductReceiptNote/ProductReceiptNoteExchangeDto.cs

2
be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.TyrpAgent/Outgoing/ProductReceiptNoteConverter.cs

@ -83,7 +83,7 @@ public class ProductReceiptNoteConverter : IOutgoingConverter
mesout_move = detail.ReturnQty != 0 ? 0 : detail.Qty, mesout_move = detail.ReturnQty != 0 ? 0 : detail.Qty,
mesout_unable = 0, mesout_unable = 0,
mesout_loc = detail.LocationErpCode, mesout_loc = detail.LocationErpCode,
mesout_dt = DateTime.Now.ToString(), mesout_dt = exchangeProductReceiptNote.CompleteTime.ToString("yyyyMMdd HH:mm:ss"),
memo = string.IsNullOrEmpty(detail.Remark)?"": detail.Remark, memo = string.IsNullOrEmpty(detail.Remark)?"": detail.Remark,
refno = "", refno = "",

1
be/DataExchange/src/Win_in.Sfs.Wms.DataExchange.Application.Contracts/WMS/ProductReceiptNote/ProductReceiptNoteExchangeDto.cs

@ -19,6 +19,7 @@ public class ProductReceiptNoteExchangeDto
public string Number { get; set; } public string Number { get; set; }
/// <summary> /// <summary>
/// 明细列表 /// 明细列表
/// </summary> /// </summary>

Loading…
Cancel
Save