update 1912031225

This commit is contained in:
vkservicesllc
2019-12-03 12:25:50 -05:00
parent 8418a55d56
commit 8646b1985a
3 changed files with 66 additions and 4 deletions

View File

@@ -5,6 +5,9 @@ $(document).ready( () => {
uno = '<th>CAROLINA LOGISTIC &nbsp<span>70830515178332</span></th>',
dos = '<th>CAROLINA TRANSPORTATION &nbsp<span>70830515178290</span></th>',
tres = '<th>DELTA EXPRESS &nbsp<span>70830515177576</span></th>',
cuatro = '<th>ALIANCE CARGO &nbsp<span>???</span></th>',
cinco = '<th>AMBU FREIGHT &nbsp<span>???</span></th>',
seis = '<th>ECHO EXPRESS &nbsp<span>???</span></th>',
keys = Object.keys(monthlySpreadsheets);
@@ -30,6 +33,9 @@ $(document).ready( () => {
uno = extend(uno, 'CL', 'Carolina Logistic, Inc');
dos = extend(dos, 'CT', 'Carolina Transportation, Inc');
tres = extend(tres, 'DE', 'Delta Express, Inc');
cuatro = extend(cuatro, 'AC', 'Aliance Cargo, Inc');
cinco = extend(cinco, 'AF', 'Ambu Freight, Inc');
seis = extend(seis, 'EE', 'Echo Express, Inc');
$('#tH').html(ss[0].setTitle());
@@ -46,6 +52,10 @@ $(document).ready( () => {
$('#dos').html(dos);
$('#tres').html(tres);
$('#cuatro').html(cuatro);
$('#cinco').html(cinco);
$('#seis').html(seis);
$('#repD').html(createRepD());