现场问题处理 erp添加unicode

This commit is contained in:
2024-10-28 10:45:24 +08:00
parent fad3f116aa
commit 44128eb79b
5 changed files with 13 additions and 8 deletions

View File

@@ -1686,7 +1686,8 @@ namespace Tnb.WarehouseMgr
throw new AppFriendlyException($@"表体明细中组织{detail.auxprop_gys}在wms系统中未找到", 500);
}
wmsTransferInstockD.auxprop_xph = detail.auxprop_xph;
wmsTransferInstockD.udi_code = detail.udi_code;
wmsTransferInstockDs.Add(wmsTransferInstockD);
}