update 2003301047
This commit is contained in:
@@ -8,7 +8,8 @@ $(document).ready( () => {
|
||||
cuatro = '<th>ALLIANCE CARGO  <span></span></th>',
|
||||
cinco = '<th>AMBU FREIGHT  <span></span></th>',
|
||||
seis = '<th>ECHO EXPRESS  <span></span></th>',
|
||||
seite = '<th>SELECT LOGISTICS  <span></span></th>',
|
||||
siete = '<th>SELECT LOGISTICS  <span></span></th>',
|
||||
ocho = '<th>SOUND TRANSPORTATION  <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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user