Browse Source

缴库操作时间

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

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

@ -1,3 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text.Json;
using System.Threading.Tasks;
@ -82,7 +83,7 @@ public class ProductReceiptNoteConverter : IOutgoingConverter
mesout_move = detail.ReturnQty != 0 ? 0 : detail.Qty,
mesout_unable = 0,
mesout_loc = detail.LocationErpCode,
mesout_dt = exchangeProductReceiptNote.ActiveDate.ToString(),
mesout_dt = DateTime.Now.ToString(),
memo = string.IsNullOrEmpty(detail.Remark)?"": detail.Remark,
refno = "",

Loading…
Cancel
Save