Update metodos.js
This commit is contained in:
parent
ad2d81210a
commit
1aee9a1468
@ -604,11 +604,9 @@ async function Func_MiTasaRecoleccionBasura(agent, req, res, lery) {
|
||||
}
|
||||
if (data_context != null && data_context != "") {
|
||||
let legion = await funcion.ConsultaTasaRecoleccion(data_context.cedula, lery);
|
||||
console.log("yaya")
|
||||
if (legion['ok'] == true) {
|
||||
console.log("no lo se")
|
||||
// let count = legion['data'].length;
|
||||
var msger = '*Tasa de recolección de basura CC: ' + legion['data'].cc + '*\n\n';
|
||||
var msger = '*Tasa de recolección de basura CC: ' + legion['data'].cc + '* ('+legion['data'].direccion+') \n\n';
|
||||
if(legion['data'].documento != undefined){
|
||||
let suma = 0;
|
||||
let meses_arr = ['Enero 2026', 'Feberero 2026', 'Marzo 2026'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user