feat(材料管理): 添加原始工单号字段并优化注释

- 在MmInventoryDto中添加WorkorderRaw字段用于记录成品号之前的原始工单号
- 更新MmRecordOutboundDto中WorkorderRaw字段的注释说明
- 在库存服务中处理WorkorderRaw字段的映射
- 移除出库单处理中的冗余注释
This commit is contained in:
2026-01-30 14:05:09 +08:00
parent 4bfe08d0c1
commit 17efcdf2cf
4 changed files with 9 additions and 2 deletions

View File

@@ -413,7 +413,6 @@ namespace DOAN.Service.BZFM
inboundInfo.Remarks += $"[已领料{parm.Quantity}]";
Context.Updateable(inboundInfo).ExecuteCommand();
// 填写出库单
//做出库红单
OutboundReceiptDto revokeRecepitDto = new()
{
ReceiptType = 1,