Skip to content

Instantly share code, notes, and snippets.

@bulini
Created March 11, 2019 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bulini/f7237e604d255f485a28297c9e661da8 to your computer and use it in GitHub Desktop.
Save bulini/f7237e604d255f485a28297c9e661da8 to your computer and use it in GitHub Desktop.
export const distance = [
{
van: 1,
details: [
{
round_trip: 100,
price: 310,
staff: 2,
final_price: 403
},
{
round_trip: 200,
price: 370,
staff: 2,
final_price: 481
},
{
round_trip: 300,
price: 440,
staff: 2,
final_price: 572
},
{
round_trip: 400,
price: 530,
staff: 2,
final_price: 689
},
{
round_trip: 500,
price: 610,
staff: 2,
final_price: 793
},
{
round_trip: 600,
price: 680,
staff: 2,
final_price: 884
},
{
round_trip: 700,
price: 750,
staff: 2,
final_price: 975
},
{
round_trip: 800,
price: 820,
staff: 2,
final_price: 1066
},
{
round_trip: 800,
price: 820,
staff: 2,
final_price: 1066
},
]
},
{
van: 2,
details: [
{
round_trip: 100,
price: 620,
staff: 3,
final_price: 806
},
{
round_trip: 200,
price: 710,
staff: 3,
final_price: 923
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment