Correccion de tabla de verificacion de titulos

parent 40d136ee
...@@ -19,7 +19,7 @@ function TituloGridTitulos(gridId) { ...@@ -19,7 +19,7 @@ function TituloGridTitulos(gridId) {
{ label: 'Subnumero', name: 'subnumero', width: 100, hidden: false }, { label: 'Subnumero', name: 'subnumero', width: 100, hidden: false },
{ label: 'Notificado', name: 'notificado', width: 150, hidden: false }, { label: 'Notificado', name: 'notificado', width: 150, hidden: false },
{ label: 'Estatus Título', name: 'estatusTitulo', width: 100, hidden: false }, { label: 'Estatus Título', name: 'estatusTitulo', width: 100, hidden: false },
{ label: 'Estatus SAP', name: 'estatusSap', width: 300, hidden: false } { label: 'Estatus SAP', name: 'estatusSap', width: 500, hidden: false }
]; ];
this.columns = this.columnsFijas.concat([]); this.columns = this.columnsFijas.concat([]);
this.reload(); this.reload();
......
<%@include file="/jsp/common/defaultTopLogin.jsp"%> <%@include file="/jsp/common/defaultTopLogin.jsp"%>
<style>
.modal-lg, .modal-xl {
--bs-modal-width: 920px;
}
.modal-body {
padding: 30px !important;
}
</style>
<form action="operacionesContrato" method="post" id="forma" name="forma" <form action="operacionesContrato" method="post" id="forma" name="forma"
class="form-horizontal" onsubmit="desactivar()"> class="form-horizontal" onsubmit="desactivar()">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment