修复bug

This commit is contained in:
18942506660
2023-12-18 16:53:06 +08:00
parent f171eabaa5
commit 7cf3b3a276
5 changed files with 16 additions and 5 deletions

View File

@@ -192,7 +192,7 @@ namespace WMS.Web.Domain.Services
AfterQty = d.AfterQty,
FinalQty = entity.ResultType == TakeStockType.Profit ? d.FinalQty : 0,
LossQty = entity.ResultType == TakeStockType.Loss ? d.FinalQty : 0,
Fnote = entity.ResultType == TakeStockType.Loss ? "wms盘亏单同步" : "wms盘盈单同步"
Fnote = d.Remark
});
}
ErpTakeStockSaveDto dto = new ErpTakeStockSaveDto()