Browse Source

缴库修改

集成Redis
lvzb 2 years ago
parent
commit
2777534e60
  1. 2
      be/DataExchange/Fawtyg/Win_in.Sfs.Wms.DataExchange.Fawtyg.TyrpAgent/Outgoing/ProductReceiptNoteConverter.cs

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

@ -82,7 +82,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 = exchangeProductReceiptNote.ActiveDate.ToString("yyyyMMdd"), mesout_dt = exchangeProductReceiptNote.ActiveDate.ToString(),
memo = string.IsNullOrEmpty(detail.Remark)?"": detail.Remark, memo = string.IsNullOrEmpty(detail.Remark)?"": detail.Remark,
refno = "", refno = "",

Loading…
Cancel
Save