配送申请,生成预任务新增,起终点位Id
This commit is contained in:
@@ -148,7 +148,9 @@ namespace Tnb.WarehouseMgr
|
||||
org_id = _userManager.User.OrganizeId,
|
||||
startlocation_id = sPoint?.location_id!,
|
||||
startlocation_code = sPoint?.location_code!,
|
||||
startpoint_id = sPoint?.id,
|
||||
startpoint_code = sPoint?.point_code,
|
||||
endpoint_id = ePoint?.id,
|
||||
endpoint_code = ePoint?.point_code,
|
||||
endlocation_id = ePoint?.location_id!,
|
||||
endlocation_code = ePoint?.location_code!,
|
||||
|
||||
Reference in New Issue
Block a user