|
|
@ -83,7 +83,7 @@ public class ProductReceiptNoteConverter : IOutgoingConverter |
|
|
|
mesout_move = detail.ReturnQty != 0 ? 0 : detail.Qty, |
|
|
|
mesout_unable = 0, |
|
|
|
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, |
|
|
|
refno = "", |
|
|
|
|
|
|
|