iter in conteo_mes_clientes

This commit is contained in:
fjrodriguez
2022-12-21 13:04:29 -06:00
parent effd74c947
commit 53230f122f
4 changed files with 26 additions and 9 deletions

View File

@@ -75,7 +75,9 @@
{% block scripts %}
<script>
function get_pacs(){
url = "{% url 'PACS_Retrive_RFCS' %}"
let rfc = '{{request.path}}'
rfc= Object.values(rfc.split('/'))
url = `{% url 'PACS_Retrive_RFCS' %}?RFC=${rfc[2]}`
fetch(url, {
method: 'GET',
headers:{