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

View File

@@ -17,6 +17,19 @@ const monthlySpreadsheets = {
*/ */
'2020-September': {
'CT': ['1rntF2DELM_jgNtH4tylsh9fTg3SVjXRTjO2XMfo0v1M', 1],
'CLs': ['1h9oH18KrPzQNprGMHEWZuBUvJr-9kS1GbiB-ck6cvSk', 1],
'DE': ['1WlSnEkv9HIi5BTmS5rlytBO8u21bdnkgy58ye8GS8Ec', 1],
'DES': ['1UpVsWp4pY35yiFDs0aFSQHS2eePGUG_oBpnQ4Dbe218', 1],
'DL': ['1OqbilhzqZrK0QBPyK0yeLc24EMrKsm4H3X8PbDeT9xA', 1],
'OT': ['1KD_8hbCjMhX76AuwtDhqJU41oNicnccN1IuIvZuBWDg', 1],
'PT': ['1HiT1qC2oPYO40jjKJNcyV9pD3rXH5Cl-voMYQQ2XZKY', 1],
'RPP': ['12IUUMdbyeVoy4T7Ia0CdvAWF-IqvPREz9mWn3r9VAfI', 1],
},
'2020-August': { '2020-August': {
'CT': ['1d-9npcpVEDqPuRdmav5MNU-eguJAlxYIc9hpuOxijyQ', 1], 'CT': ['1d-9npcpVEDqPuRdmav5MNU-eguJAlxYIc9hpuOxijyQ', 1],

View File

@@ -91,6 +91,7 @@
<tr id="seis"></tr> <tr id="seis"></tr>
<tr id="siete"></tr> <tr id="siete"></tr>
<tr id="ocho"></tr> <tr id="ocho"></tr>
<tr id="nueve"></tr>
</table> </table>
</fieldset> </fieldset>