feat(材料管理): 添加原始工单号字段并优化注释
- 在MmInventoryDto中添加WorkorderRaw字段用于记录成品号之前的原始工单号 - 更新MmRecordOutboundDto中WorkorderRaw字段的注释说明 - 在库存服务中处理WorkorderRaw字段的映射 - 移除出库单处理中的冗余注释
This commit is contained in:
@@ -413,7 +413,6 @@ namespace DOAN.Service.BZFM
|
||||
inboundInfo.Remarks += $"[已领料{parm.Quantity}]";
|
||||
Context.Updateable(inboundInfo).ExecuteCommand();
|
||||
// 填写出库单
|
||||
//做出库红单
|
||||
OutboundReceiptDto revokeRecepitDto = new()
|
||||
{
|
||||
ReceiptType = 1,
|
||||
|
||||
Reference in New Issue
Block a user