update 2003301047

This commit is contained in:
Val
2020-03-30 10:47:30 -04:00
parent 12dc29dfee
commit b3d8af1285
3 changed files with 70 additions and 23 deletions

View File

@@ -8,7 +8,8 @@ $(document).ready( () => {
cuatro = '<th>ALLIANCE CARGO &nbsp<span></span></th>',
cinco = '<th>AMBU FREIGHT &nbsp<span></span></th>',
seis = '<th>ECHO EXPRESS &nbsp<span></span></th>',
seite = '<th>SELECT LOGISTICS &nbsp<span></span></th>',
siete = '<th>SELECT LOGISTICS &nbsp<span></span></th>',
ocho = '<th>SOUND TRANSPORTATION &nbsp<span></span></th>',
keys = Object.keys(monthlySpreadsheets);
@@ -37,7 +38,8 @@ $(document).ready( () => {
cuatro = extend(cuatro, 'AC', 'Aliance Cargo, Inc');
cinco = extend(cinco, 'AF', 'Ambu Freight, Inc');
seis = extend(seis, 'EE', 'Echo Express, Inc');
seite = extend(seite, 'SL', 'Select Express, Inc');
siete = extend(siete, 'SL', 'Select Express, Inc');
ocho = extend(ocho, 'ST', 'Sound Transportation, Inc');
$('#tH').html(ss[0].setTitle());
@@ -57,7 +59,9 @@ $(document).ready( () => {
$('#cuatro').html(cuatro);
$('#cinco').html(cinco);
$('#seis').html(seis);
$('#seite').html(seite);
$('#siete').html(siete);
$('#ocho').html(ocho);
$('#repD').html(createRepD());