增加预任务的点位ID和点位编号,更改任务执行字段

This commit is contained in:
FanLian
2023-08-01 10:49:30 +08:00
parent e8e590ba1b
commit d6c33d91c1
20 changed files with 115 additions and 2 deletions

View File

@@ -116,6 +116,10 @@ namespace Tnb.WarehouseMgr
endlocation_code = ePoint?.location_code!,
start_floor = sPoint?.floor.ToString(),
end_floor = ePoint?.floor.ToString(),
startpoint_id = sPoint?.id!,
startpoint_code = sPoint?.point_code!,
endpoint_id = ePoint?.id!,
endpoint_code = ePoint?.point_code!,
bill_code = _billRullService.GetBillNumber(WmsWareHouseConst.WMS_PRETASK_H_ENCODE).GetAwaiter().GetResult(),
status = WmsWareHouseConst.PRETASK_BILL_STATUS_DXF_ID,
biz_type = WmsWareHouseConst.BIZTYPE_WMSEPTYOUTSTK_ID,