Regalamiunsorriso/www/admin/tessuto/_inc_articoloTessuto_accoppiato_m.jsp
2026-04-07 18:02:17 +02:00

47 lines
2.5 KiB
Text

<!--_inc_articoloTessuto_accoppiato_m.jsp-->
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
<%@ page language="java" import="it.acxent.jsp.*" %>
<%-- DICHIARAZIONE BEAN --%>
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
</jsp:useBean>
<jsp:useBean id="bean" class="it.acxent.tex.anag.ArticoloTessuto" type="it.acxent.tex.anag.ArticoloTessuto" scope="request" >
</jsp:useBean>
<jsp:useBean id="bean2" class="it.acxent.tex.anag.ArticoloTessutoAccoppiato" type="it.acxent.tex.anag.ArticoloTessutoAccoppiato" scope="request" >
</jsp:useBean>
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
</jsp:useBean>
<%-- FINE DICHIARAZIONE BEAN --%>
<input name="id_articoloTessutoAccoppiato" type="hidden" id="id_articoloTessutoAccoppiato" >
<div class="row">
<div class="col-lg-6 col-xs-12">
<label>Scegli tessuto:</label>
<br>
<acx:inputajax bean="bean2" boundcolumn="id_articoloTessutoComponente" action='/admin/tessuto/ArticoloTessuto.abl?flgTipoRicerca=2&flgTipoTessutoM=-2&searchTxt='
nchar="0" nrow="40" returndata="id_articoloTessutoComponente,,descrizioneGreggio" nextacion=""
usesubmit="false" usemono="false" javascriptmodify="" javascriptnew="">
<div class="input-group input-group-sm">
<input name="descrizioneGreggio" type="text" class="form-control input-sm ajSearchText" id="descrizioneGreggio" value="" />
</div>
</acx:inputajax>
</div>
<div class="col-lg-1"> <a class="btn btn-primary btn-sm btn-associative pull-right" href="javascript:addTessutAccoppiato()">Inserisci </a> </div>
</div>
<div class="row">
<div class="col-xs-12 col-lg-6">
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
<thead>
<tr>
<th>&nbsp;</th>
<th>Elenco tessuti Accoppiati</th>
</tr>
</thead>
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessutoAccoppiato" vectumerator="listaArticoloTessutoAccoppiato">
<tr>
<td class="text-center comandi" ><div class="inline text-center hidden-print"> <a href="javascript:delTessutoAccoppiato(<%=rowBean.getId_articoloTessutoAccoppiato()%>,'<%= rowBean.getLastUpdTmstString() %>');"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a> </div></td>
<td data-title="Tessuto Acc."><%=rowBean.getArticoloTessutoComponente().getDescrizioneCompleta()%></td>
</tr>
</acx:whilevec>
</table>
</div>
</div>