修改入库申请单入库后备注清空

This commit is contained in:
2025-03-07 10:55:46 +08:00
parent abde789894
commit 569656b1e1
6 changed files with 317 additions and 213 deletions
+7 -2
View File
@@ -292,8 +292,13 @@ namespace BLL
TwMaterialstockService.UpdateStockNum(master.ProjectId, detail.MaterialCode, master.WarehouseCode, TwConst.InOutType., detailTable.ActNum);
}
plan.State= (int)TwConst.State.;
TwInOutplanmasterService.Update(plan);
var planTable =TwInOutplanmasterService.GetById(plan.Id);
if (planTable != null)
{
planTable.State = (int)TwConst.State.;
TwInOutplanmasterService.Update(planTable);
}
}
/// <summary>
/// 根据计划单撤销入库单