feat(CLGL): 入库计划编辑页面支持保存计划明细实收数量

This commit is contained in:
2026-02-12 21:44:52 +08:00
parent af5341bb99
commit 3f11ff9548
3 changed files with 34 additions and 5 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ namespace BLL
if (plan == null || plan.State != (int)TwConst.State.)
{
return;
}
}
//判断是否已经生成过入库单
var queryIsExitInMaster = new Tw_InOutMasterOutput();
queryIsExitInMaster.InOutPlanMasterId = planId;