update distribuzione spazi

This commit is contained in:
Samuele E. Locatelli
2019-02-12 23:10:09 +01:00
parent 1b9ac5e7b8
commit f4bf9ee6a3
2 changed files with 21 additions and 21 deletions
Vendored
+1 -1
View File
@@ -18,7 +18,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
withEnv(['NEXT_BUILD_NUMBER=1169']) {
withEnv(['NEXT_BUILD_NUMBER=1170']) {
// env.versionNumber = VersionNumber(versionNumberString : '6.6.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '6.6.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO'
+20 -20
View File
@@ -10,72 +10,72 @@
<ItemTemplate>
<div class="card-body">
<div class="row">
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
P.ODL:
</div>
<div class="col-sm-2 text-right font-weight-bold">
<div class="col-sm-3 text-right font-weight-bold">
<asp:Label ID="idxPromessaLabel" runat="server" Text='<%# Eval("idxPromessa") %>' />
</div>
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
Rif:
</div>
<div class="col-sm-2 text-right font-weight-bold">
<div class="col-sm-3 text-right font-weight-bold">
<asp:Label ID="KeyRichiestaLabel" runat="server" Text='<%# Eval("KeyRichiesta") %>' />
</div>
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
CodArt:
</div>
<div class="col-sm-2 text-right font-weight-bold">
<div class="col-sm-3 text-right font-weight-bold">
<asp:Label ID="CodArticoloLabel" runat="server" Text='<%# Eval("CodArticolo") %>' />
</div>
</div>
<div class="row table-warning">
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
Articolo:
</div>
<div class="col-sm-10 text-right font-weight-bold">
<div class="col-sm-11 text-right font-weight-bold">
<asp:Label ID="DescArticoloLabel" runat="server" Text='<%# Eval("DescArticolo") %>' />
</div>
</div>
<div class="row">
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
Pezzi:
</div>
<div class="col-sm-2 text-right font-weight-bold">
<div class="col-sm-3 text-right font-weight-bold">
<asp:Label ID="NumPezziLabel" runat="server" Text='<%# Eval("NumPezzi") %>' />
</div>
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
TCiclo:
</div>
<div class="col-sm-2 text-right font-weight-bold">
<div class="col-sm-3 text-right font-weight-bold">
<asp:Label ID="TCAssegnatoLabel" runat="server" Text='<%# Eval("TCAssegnato", "{0:N2}") %>' />
</div>
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
Pz/pallet:
</div>
<div class="col-sm-2 text-right font-weight-bold">
<div class="col-sm-3 text-right font-weight-bold">
<asp:Label ID="PzPalletLabel" runat="server" Text='<%# Eval("PzPallet") %>' />
</div>
</div>
</div>
<div class="card-footer">
<div class="row">
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
Nome:
</div>
<div class="col-sm-2 text-right font-weight-bold">
<div class="col-sm-3 text-right font-weight-bold">
<asp:Label ID="NomeLabel" runat="server" Text='<%# Eval("Nome") %>' />
</div>
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
Priorita:
</div>
<div class="col-sm-2 text-right font-weight-bold">
<div class="col-sm-3 text-right font-weight-bold">
<asp:Label ID="PrioritaLabel" runat="server" Text='<%# Eval("Priorita") %>' />
</div>
<div class="col-sm-2 small">
<div class="col-sm-1 small pr-0 mr-0">
DueDate:
</div>
<div class="col-sm-2 text-right font-weight-bold">
<div class="col-sm-3 text-right font-weight-bold">
<asp:Label ID="DueDateLabel" runat="server" Text='<%# Eval("DueDate","{0:dd.MM.yy}") %>' />
</div>
</div>