修复bug
This commit is contained in:
@@ -225,6 +225,7 @@ namespace WMS.Web.Domain.Entitys
|
|||||||
if (detail_new != null)
|
if (detail_new != null)
|
||||||
{
|
{
|
||||||
detail_new.AccruedQty += d.AccruedQty;//应出数量累加
|
detail_new.AccruedQty += d.AccruedQty;//应出数量累加
|
||||||
|
detail_new.Remark = detail_new.Remark + "\r\n" + d.Remark;
|
||||||
foreach (var erpd in d.ErpDetails)
|
foreach (var erpd in d.ErpDetails)
|
||||||
{
|
{
|
||||||
var cd = erpd.Clone();
|
var cd = erpd.Clone();
|
||||||
|
|||||||
Reference in New Issue
Block a user