调整1
This commit is contained in:
@@ -118,6 +118,12 @@ namespace ZR.Service.mes.wms
|
||||
{
|
||||
model.Id = SnowFlakeSingle.Instance.NextId().ToString(); //也可以在程序中直接获取ID
|
||||
}
|
||||
// 检查计划中是否有此零件号
|
||||
/* bool hasMaterial = Context
|
||||
.Queryable<WmMaterialOutorder>()
|
||||
.Where(it => it.FkOutorderId == model.FkOutOrderId)
|
||||
.Where(it => it.FkMaterialId == )
|
||||
.Any();*/
|
||||
|
||||
//2. 根据成品仓库id修改记录
|
||||
WmGoodsNowProduction updateModel = new WmGoodsNowProduction();
|
||||
|
||||
Reference in New Issue
Block a user