First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
56
www/admin/tessuto/_inc_articoloTessuto_composizione_m.jsp
Normal file
56
www/admin/tessuto/_inc_articoloTessuto_composizione_m.jsp
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
<!_inc_articoloTessuto_composizione_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.ArticoloTessutoFilato" type="it.acxent.tex.anag.ArticoloTessutoFilato" 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 --%>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-xs-12">
|
||||
<label for="txtRicerca">Filato+ colore:</label>
|
||||
<input name="id_articoloTessutoFilato" type="hidden" id="id_articoloTessutoFilato" value="<%=bean2.getId_articoloTessutoFilato()%>">
|
||||
<acx:inputajax boundcolumn="id_articoloFilatoColore" bean="bean2" action='<%="/admin/filato/ArticoloFilatoColore.abl?searchTxt="%>'
|
||||
nchar="0" nrow="40" returndata="" nextacion="percentuale"
|
||||
usesubmit="false" usemono="false" javascriptmodify="" javascriptnew="">
|
||||
<div class="input-group input-group-sm">
|
||||
<input name="descrizioneFilato" type="text" class="form-control input-sm ajSearchText" id="descrizioneFilato" value="<%= bean2.getArticoloFilatoColore().getDescrizioneCompleta()%>" />
|
||||
</div>
|
||||
</acx:inputajax>
|
||||
|
||||
</div>
|
||||
<div class="col-lg-2 col-xs-6">
|
||||
<label>%:</label>
|
||||
<input type="text" class="form-control input-sm numberinput" name="percentuale" id="percentuale" value="<%= nf.format(bean2.getPercentuale()) %>" <%= Ab.jsCrS("addFilatoM()") %> >
|
||||
</div>
|
||||
<div class="col-lg-1 col-xs-6"> <a class="btn btn-primary btn-sm btn-associative pull-right" href="javascript:addFilatoM()">Inserisci </a> </div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-xs-12">
|
||||
<h2>Filati composizione Tessuto</h2><acx:if wherecondition="<%=!bean.isPercArticoloTessutoFilatoOk()%>"> <span class="text-danger"> Attenzione! Perc. tot=<%=bean.getPercArticoloTessutoFilato()%> </span></acx:if>
|
||||
<table class="table table-bordered table-hover table-striped dataTable table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Filato</th>
|
||||
<th>Colore</th>
|
||||
<th>%</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<acx:whilevec rowbeanclass="it.acxent.tex.anag.ArticoloTessutoFilato" vectumerator="listaArticoloTessutoFilato">
|
||||
<tr>
|
||||
<td class="text-center comandi" ><div class="inline text-center hidden-print"> <a href="javascript:modFilatoM(<%=rowBean.getId_articoloTessutoFilato()%>);"><i class="fa fa-edit fa-2x" title="<acx:lang>Modifica Record</acx:lang>"></i></a> <a href="javascript:delFilatoM(<%=rowBean.getId_articoloTessutoFilato()%>,'<%= rowBean.getLastUpdTmstString() %>');"><i class="fa fa-trash-o fa-2x" title="<acx:lang>Cancella Record</acx:lang>"></i></a> </div></td>
|
||||
<td data-title="Filato"> <%=rowBean.getArticoloFilatoColore().getArticoloFilato().getDescrizione()%> </td>
|
||||
<td data-title="Colore"><%=rowBean.getArticoloFilatoColore().getColoreFilato().getDescrizione()%></td>
|
||||
<td data-title="%"><%=nf.format(rowBean.getPercentuale())%></td>
|
||||
</tr>
|
||||
</acx:whilevec>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue