集中供料操作权限
This commit is contained in:
@@ -247,7 +247,7 @@ namespace Tnb.WarehouseMgr
|
||||
commonCreatePretaskInput1.carry_id = wmsCarryH.id;
|
||||
commonCreatePretaskInput1.carry_code = wmsCarryH.carry_code;
|
||||
commonCreatePretaskInput1.task_type = WmsWareHouseConst.WMS_PRETASK_INSTOCK_TYPE_ID;
|
||||
commonCreatePretaskInput1.biz_type = "";
|
||||
commonCreatePretaskInput1.biz_type = WmsWareHouseConst.BIZTYPE_WMSDELIVERY_ID;
|
||||
commonCreatePretaskInput1.require_id = wmsPrdInstockD.id;
|
||||
commonCreatePretaskInput1.isExcuteMission = false;
|
||||
Entities.Dto.Outputs.Result res1 = await _wareHouseService.CommonCreatePretask(commonCreatePretaskInput1, db);
|
||||
|
||||
Reference in New Issue
Block a user