+1
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
|
|
||||||
CreateTaskEntity ctEntity = new();
|
CreateTaskEntity ctEntity = new();
|
||||||
ctEntity.maintableid = multi.pkId;
|
ctEntity.maintableid = multi.pkId;
|
||||||
ctEntity.materialids = multi.outStockDList?.Select(x => x.material_id).ToList() ?? Array.Empty<string>().ToList();
|
ctEntity.materialids = multi.outStockDList?.Select(x => x.material_id!).ToList() ?? Array.Empty<string>().ToList();
|
||||||
ctEntity.triggerevent = EnumTriggerEvent.出厂检按入厂频次;
|
ctEntity.triggerevent = EnumTriggerEvent.出厂检按入厂频次;
|
||||||
_ = _qcCheckPlanService.CreateWmsTask(ctEntity);
|
_ = _qcCheckPlanService.CreateWmsTask(ctEntity);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user