update 2009011152
This commit is contained in:
@@ -19,6 +19,7 @@ $(document).ready( () => {
|
||||
seis = '<th>ECHO EXPRESS  <span></span></th>',
|
||||
siete = '<th>SELECT LOGISTICS  <span></span></th>',
|
||||
ocho = '<th>RAINIER TRANSPORTATION  <span></span></th>',
|
||||
nueve = '<th>ONTRACK TRANSPORTATION  <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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user