|
|
|
|
@ -110,7 +110,7 @@ async def get_all(
|
|
|
|
|
continue
|
|
|
|
|
res = OverhaulActivityRead(
|
|
|
|
|
id=equipment.id,
|
|
|
|
|
material_cost=material_cost/10,
|
|
|
|
|
material_cost=material_cost,
|
|
|
|
|
service_cost=200000000,
|
|
|
|
|
location_tag=equipment.location_tag,
|
|
|
|
|
equipment_name=equipment.master_equipment.name if equipment.master_equipment else None,
|
|
|
|
|
@ -150,7 +150,7 @@ async def get_standard_scope_by_session_id(*, db_session: DbSession, overhaul_se
|
|
|
|
|
for equipment in eqs:
|
|
|
|
|
res = OverhaulActivityRead(
|
|
|
|
|
id=equipment.id,
|
|
|
|
|
material_cost=material_cost/10,
|
|
|
|
|
material_cost=material_cost,
|
|
|
|
|
service_cost=200000000,
|
|
|
|
|
location_tag=equipment.location_tag,
|
|
|
|
|
equipment_name=equipment.master_equipment.name if equipment.master_equipment else None,
|
|
|
|
|
|