feat(CLGL): 入库计划编辑页面支持保存计划明细实收数量
This commit is contained in:
@@ -241,7 +241,7 @@ namespace BLL
|
||||
if (plan == null || plan.State != (int)TwConst.State.已审核)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
//判断是否已经生成过入库单
|
||||
var queryIsExitInMaster = new Tw_InOutMasterOutput();
|
||||
queryIsExitInMaster.InOutPlanMasterId = planId;
|
||||
|
||||
Reference in New Issue
Block a user