update 2009011152

This commit is contained in:
vkservicesllc
2020-09-01 11:52:57 -04:00
parent 755070992d
commit 25246db365
3 changed files with 17 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ $(document).ready( () => {
seis = '<th>ECHO EXPRESS &nbsp<span></span></th>',
siete = '<th>SELECT LOGISTICS &nbsp<span></span></th>',
ocho = '<th>RAINIER TRANSPORTATION &nbsp<span></span></th>',
nueve = '<th>ONTRACK TRANSPORTATION &nbsp<span></span></th>',
keys = Object.keys(monthlySpreadsheets);
for (var i = 2; i < 9; i++) {
@@ -48,6 +49,7 @@ $(document).ready( () => {
seis = extend(seis, 'EE', 'Echo Express, Inc');
siete = extend(siete, 'SL', 'Select Express, Inc');
ocho = extend(ocho, 'RT', 'Rainier Transportation, Inc');
nueve = extend(nueve, 'RT', 'Rainier Transportation, Inc');
$('#tH').html(ss[0].setTitle());
@@ -70,6 +72,7 @@ $(document).ready( () => {
$('#siete').html(siete);
$('#ocho').html(ocho);
$('#nueve').html(nueve);
$('#repD').html(createRepD());