From 7ab188b90032aac34e973a97fded1285c80d0a8f Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 19 Apr 2021 19:02:06 +0200 Subject: [PATCH 1/2] Modifica comportamento x paginazione --- MP-TAB/WebUserControls/mod_pianoProdMacc.ascx | 190 +++++++++--------- .../WebUserControls/mod_pianoProdMacc.ascx.cs | 5 + .../mod_pianoProdMacc.ascx.designer.cs | 77 ++++--- 3 files changed, 146 insertions(+), 126 deletions(-) diff --git a/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx b/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx index 5aa902f6..d410b8c2 100644 --- a/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx +++ b/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx @@ -2,97 +2,101 @@
-

Previsione P-ODL

-
-
- - - - - - +

Previsione P-ODL

+
+
+ + + + + + +
+
+ +
+
+ +
-
- - - - - - - - - - - - - - - - - -
-
- <%# Eval("DueDate","{0:dd.MM.yy}") %> -
- [<%# Eval("IdxPromessa") %>] -
-
-
-
- - -
-
- - -
-
- -
-
- -
-
-
-
- - -
-
- - -
- -
-
-
-
- - -
-
- Tot: <%# Eval("NumPezzi") %> -
- <%# Eval("PzPallet") %> pz/pal -
-
-
- TC: <%# Eval("TCAssegnato","{0:0.000}") %> -
- <%# TCMinSec(Eval("TCAssegnato")) %> (min:sec) -
-
-
-
-
-
-
- - - - - - - - -
+ + + + + + + + + + + + + + + + +
+
+ <%# Eval("DueDate","{0:dd.MM.yy}") %> +
+ [<%# Eval("IdxPromessa") %>] +
+
+
+
+ + +
+
+ + +
+
+ +
+
+ +
+
+
+
+ + +
+
+ + +
+ +
+
+
+
+ + +
+
+ Tot: <%# Eval("NumPezzi") %> +
+ <%# Eval("PzPallet") %> pz/pal +
+
+
+ TC: <%# Eval("TCAssegnato","{0:0.000}") %> +
+ <%# TCMinSec(Eval("TCAssegnato")) %> (min:sec) +
+
+
+
+
+
+
+ + + + + + + +
\ No newline at end of file diff --git a/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx.cs b/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx.cs index e10b728d..fbdc77df 100644 --- a/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx.cs +++ b/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx.cs @@ -65,6 +65,11 @@ namespace MoonProTablet.WebUserControls #region Protected Methods + protected void chkShowAll_CheckedChanged(object sender, EventArgs e) + { + grView.AllowPaging = !chkShowAll.Checked; + } + protected void ddlSubMacc_DataBound(object sender, EventArgs e) { // se ho in memoria un valore LO REIMPOSTO... diff --git a/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx.designer.cs b/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx.designer.cs index 196384d7..129b3dc4 100644 --- a/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx.designer.cs +++ b/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx.designer.cs @@ -1,68 +1,79 @@ //------------------------------------------------------------------------------ -// -// Codice generato da uno strumento. +// +// This code was generated by a tool. // -// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se -// il codice viene rigenerato. -// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// //------------------------------------------------------------------------------ -namespace MoonProTablet.WebUserControls { - - - public partial class mod_pianoProdMacc { - +namespace MoonProTablet.WebUserControls +{ + + + public partial class mod_pianoProdMacc + { + /// - /// Controllo divSelMacc. + /// divSelMacc control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.HtmlControls.HtmlGenericControl divSelMacc; - + /// - /// Controllo ddlSubMacc. + /// ddlSubMacc control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.DropDownList ddlSubMacc; - + /// - /// Controllo odsMacc. + /// odsMacc control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.ObjectDataSource odsMacc; - + /// - /// Controllo chkOnlyMacc. + /// chkOnlyMacc control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.CheckBox chkOnlyMacc; - + /// - /// Controllo grView. + /// chkShowAll control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.CheckBox chkShowAll; + + /// + /// grView control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.GridView grView; - + /// - /// Controllo ods. + /// ods control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.ObjectDataSource ods; } From 4f67d80786c8e1e31c73d40b6754a110ced021c6 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 19 Apr 2021 19:22:35 +0200 Subject: [PATCH 2/2] =?UTF-8?q?fix=20display=20pagina=20pianoprod=20x=20le?= =?UTF-8?q?ggibilit=C3=A0=20e=20print?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MP-TAB/Content/baseStyle.css | 8 +- MP-TAB/Content/baseStyle.less | 270 +++++++++--------- MP-TAB/PianoProd.aspx | 33 ++- MP-TAB/PianoProd.aspx.designer.cs | 44 +-- MP-TAB/WebUserControls/mod_directLinks.ascx | 26 +- .../mod_directLinks.ascx.designer.cs | 44 +-- MP-TAB/WebUserControls/mod_pianoProdMacc.ascx | 16 +- 7 files changed, 220 insertions(+), 221 deletions(-) diff --git a/MP-TAB/Content/baseStyle.css b/MP-TAB/Content/baseStyle.css index 5fa58afb..f674f7de 100644 --- a/MP-TAB/Content/baseStyle.css +++ b/MP-TAB/Content/baseStyle.css @@ -110,8 +110,8 @@ body .ui-overlay-c { right: 0; bottom: 0; background-color: #ccc; - -webkit-transition: .4s; - transition: .4s; + -webkit-transition: 0.4s; + transition: 0.4s; } .slider:before { position: absolute; @@ -121,8 +121,8 @@ body .ui-overlay-c { left: 4px; bottom: 4px; background-color: white; - -webkit-transition: .4s; - transition: .4s; + -webkit-transition: 0.4s; + transition: 0.4s; } input:checked + .slider { background-color: #2196F3; diff --git a/MP-TAB/Content/baseStyle.less b/MP-TAB/Content/baseStyle.less index 1b262afe..3207df9b 100644 --- a/MP-TAB/Content/baseStyle.less +++ b/MP-TAB/Content/baseStyle.less @@ -1,142 +1,137 @@ /* Gestione blocchi base */ body { - font-family: 'Open Sans', sans-serif; - color: #FFF; - background-image: linear-gradient(#444, #222); + font-family: 'Open Sans', sans-serif; + color: #FFF; + background-image: linear-gradient(#444, #222); } - body .ui-body-a, body .ui-body-c, body .ui-overlay-c { +body .ui-body-a, body .ui-body-c, body .ui-overlay-c { text-shadow: 0 0 0; - } +} .bodyDark { - color: #FFF; - background-image: linear-gradient(#444, #222); + color: #FFF; + background-image: linear-gradient(#444, #222); } .bg-black { - color: #FFF; - background-image: linear-gradient(#111, #000); + color: #FFF; + background-image: linear-gradient(#111, #000); } .titleBlock { - font-family: 'Open Sans Condensed', sans-serif; + font-family: 'Open Sans Condensed', sans-serif; } .textCondens { - font-family: 'Open Sans Condensed', sans-serif; + font-family: 'Open Sans Condensed', sans-serif; } .mapBlock { - font-family: 'Open Sans Condensed', sans-serif; - color: #FFF; - background-image: linear-gradient(#111, #000); - /*box-shadow: 15px 15px 20px 0 rgba(150, 150, 150, 0.2), 10px 10px 20px 0 rgba(200, 200, 200, 0.39);*/ - /*min-height: 15em;*/ - min-width: 8em; + font-family: 'Open Sans Condensed', sans-serif; + color: #FFF; + background-image: linear-gradient(#111, #000); + /*box-shadow: 15px 15px 20px 0 rgba(150, 150, 150, 0.2), 10px 10px 20px 0 rgba(200, 200, 200, 0.39);*/ + /*min-height: 15em;*/ + min-width: 8em; } /* QR CODE*/ - - - - .rCAll { - border-radius: 10px; + border-radius: 10px; } .rCTop { - border-radius: 10px 10px 0 0; + border-radius: 10px 10px 0 0; } .rCBot { - border-radius: 0 0 10px 10px; + border-radius: 0 0 10px 10px; } .labelTopDx { - padding: 0.1em 0.4em; - width: auto; - min-height: 0; - top: 0; - left: auto; - bottom: auto; /* Custom styling. */ - color: #c0c0c0; - background: #990099; - background: rgba(153,0,153,.80); - -webkit-border-top-right-radius: inherit; - border-top-right-radius: inherit; - -webkit-border-bottom-left-radius: inherit; - border-bottom-left-radius: inherit; - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; + padding: 0.1em 0.4em; + width: auto; + min-height: 0; + top: 0; + left: auto; + bottom: auto; /* Custom styling. */ + color: #c0c0c0; + background: #990099; + background: rgba(153,0,153,.80); + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; + -webkit-border-bottom-left-radius: inherit; + border-bottom-left-radius: inherit; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; } /* END: gestione blocchi base */ /* ----------- gestione sidenav ----------- */ @media (max-width: 576px) { - .modal-dialog.modal-dialog-slideout { - width: 70% - } + .modal-dialog.modal-dialog-slideout { + width: 70% + } } @media (max-width: 600px) { - .modal-dialog.modal-dialog-slideout { - width: 65% - } + .modal-dialog.modal-dialog-slideout { + width: 65% + } } .modal-dialog-slideout { - min-height: 100%; - margin: 0 auto 0 0; - background: #fff; + min-height: 100%; + margin: 0 auto 0 0; + background: #fff; } .modal.fade .modal-dialog.modal-dialog-slideout { - -webkit-transform: translate(-100%,0); - transform: translate(-100%,0); + -webkit-transform: translate(-100%,0); + transform: translate(-100%,0); } .modal.fade.show .modal-dialog.modal-dialog-slideout { - -webkit-transform: translate(0,0); - transform: translate(0,0); - flex-flow: column; + -webkit-transform: translate(0,0); + transform: translate(0,0); + flex-flow: column; } .modal-dialog-slideout .modal-content { - border: 0; + border: 0; } /* ----------- END SideNav ----------- */ - /* Gestione switch*/ /* The switch - the box around the slider */ .switch { - position: relative; - display: inline-block; - width: 60px; - height: 34px; + position: relative; + display: inline-block; + width: 60px; + height: 34px; } - /* Hide default HTML checkbox */ - .switch input { +/* Hide default HTML checkbox */ +.switch input { display: none; - } +} /* The slider */ .slider { - position: absolute; - cursor: pointer; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: #ccc; - -webkit-transition: .4s; - transition: .4s; + position: absolute; + cursor: pointer; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: #ccc; + -webkit-transition: .4s; + transition: .4s; } - .slider:before { +.slider:before { position: absolute; content: ""; height: 26px; @@ -146,129 +141,126 @@ body { background-color: white; -webkit-transition: .4s; transition: .4s; - } +} input:checked + .slider { - background-color: #2196F3; + background-color: #2196F3; } input:focus + .slider { - box-shadow: 0 0 1px #2196F3; + box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { - -webkit-transform: translateX(26px); - -ms-transform: translateX(26px); - transform: translateX(26px); + -webkit-transform: translateX(26px); + -ms-transform: translateX(26px); + transform: translateX(26px); } /* Rounded sliders */ .slider.round { - border-radius: 34px; + border-radius: 34px; } - .slider.round:before { +.slider.round:before { border-radius: 50%; - } - +} /* zona blocchi Sx/DX */ .divSx { - float: left; - padding: 0; - margin: 0; + float: left; + padding: 0; + margin: 0; } .divDx { - float: right; - padding: 0; - margin: 0; + float: right; + padding: 0; + margin: 0; } .divCenter { - float: none; - text-align: center; - padding: 0; - margin: 0 auto 0 auto; + float: none; + text-align: center; + padding: 0; + margin: 0 auto 0 auto; } .clearDiv { - clear: both; + clear: both; } .stdFont { - color: Black; - text-shadow: 0 0px 0 #111; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; + color: Black; + text-shadow: 0 0px 0 #111; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } - /* @end */ /* classi x controlli tabellari */ .rowStyle { - /*background-color: #DEE2EA;*/ - background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f1f1f1 )); - background-image: -webkit-linear-gradient( #fff,#f1f1f1 ); - background-image: -moz-linear-gradient( #fff,#f1f1f1 ); - background-image: -ms-linear-gradient( #fff,#f1f1f1 ); - background-image: -o-linear-gradient( #fff,#f1f1f1 ); - background-image: linear-gradient( #fff,#f1f1f1 ); - border: 1px solid #CDCDCD; + /*background-color: #DEE2EA;*/ + background-image: -webkit-gradient(linear,left top,left bottom,from( #fff ),to( #f1f1f1 )); + background-image: -webkit-linear-gradient( #fff,#f1f1f1 ); + background-image: -moz-linear-gradient( #fff,#f1f1f1 ); + background-image: -ms-linear-gradient( #fff,#f1f1f1 ); + background-image: -o-linear-gradient( #fff,#f1f1f1 ); + background-image: linear-gradient( #fff,#f1f1f1 ); + border: 1px solid #CDCDCD; } .alternatingRowStyle { - /*background-color: White;*/ - border: 1px solid #CDCDCD; - background-image: -webkit-gradient(linear,left top,left bottom,from( #ddf ),to( #e1f1ff )); - background-image: -webkit-linear-gradient( #ddf,#e1f1ff ); - background-image: -moz-linear-gradient( #ddf,#e1f1ff ); - background-image: -ms-linear-gradient( #ddf,#e1f1ff ); - background-image: -o-linear-gradient( #ddf,#e1f1ff ); - background-image: linear-gradient( #ddf,#e1f1ff ); + /*background-color: White;*/ + border: 1px solid #CDCDCD; + background-image: -webkit-gradient(linear,left top,left bottom,from( #ddf ),to( #e1f1ff )); + background-image: -webkit-linear-gradient( #ddf,#e1f1ff ); + background-image: -moz-linear-gradient( #ddf,#e1f1ff ); + background-image: -ms-linear-gradient( #ddf,#e1f1ff ); + background-image: -o-linear-gradient( #ddf,#e1f1ff ); + background-image: linear-gradient( #ddf,#e1f1ff ); } /* END classi x controlli tabellari*/ - /* area semafori*/ .sVe { - text-align: left; - background: #009036; - background: rgba(0,255,80,.6); - /*padding: 0px 4px 0px 4px;*/ - color: Yellow; + text-align: left; + background: #009036; + background: rgba(0,255,80,.6); + /*padding: 0px 4px 0px 4px;*/ + color: Yellow; } .sGi { - text-align: left; - background: #ffec00; - background: rgba(255,220,0,.6); - /*padding: 0px 4px 0px 4px;*/ + text-align: left; + background: #ffec00; + background: rgba(255,220,0,.6); + /*padding: 0px 4px 0px 4px;*/ } .sRo { - text-align: left; - background-color: #e2001a; - background: rgba(240,0,10,.6); - /*padding: 0px 4px 0px 4px;*/ + text-align: left; + background-color: #e2001a; + background: rgba(240,0,10,.6); + /*padding: 0px 4px 0px 4px;*/ } .sBl { - text-align: left; - background: #3690FF; - background: rgba(0,80,255,.6); - /*padding: 0px 4px 0px 4px;*/ - color: Yellow; + text-align: left; + background: #3690FF; + background: rgba(0,80,255,.6); + /*padding: 0px 4px 0px 4px;*/ + color: Yellow; } .sGr { - text-align: left; - background-color: #bcbcbc; - background: rgba(180,180,180,.6); - /*padding: 0px 4px 0px 4px;*/ + text-align: left; + background-color: #bcbcbc; + background: rgba(180,180,180,.6); + /*padding: 0px 4px 0px 4px;*/ } -/*end semafori */ +/*end semafori */ \ No newline at end of file diff --git a/MP-TAB/PianoProd.aspx b/MP-TAB/PianoProd.aspx index d10e5150..21071581 100644 --- a/MP-TAB/PianoProd.aspx +++ b/MP-TAB/PianoProd.aspx @@ -1,28 +1,31 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="PianoProd.aspx.cs" Inherits="MoonProTablet.PianoProd" %> - <%@ Register Src="~/WebUserControls/mod_directLinks.ascx" TagPrefix="uc1" TagName="mod_directLinks" %> <%@ Register Src="~/WebUserControls/mod_dettMacchina.ascx" TagName="mod_dettMacchina" TagPrefix="uc6" %> <%@ Register Src="~/WebUserControls/mod_pianoProdMacc.ascx" TagPrefix="uc1" TagName="mod_pianoProdMacc" %> - -
-
-
- + +
-
- -
+
+ +
+
+ +
+
+
+
+ +
-
-
- -
-
- + \ No newline at end of file diff --git a/MP-TAB/PianoProd.aspx.designer.cs b/MP-TAB/PianoProd.aspx.designer.cs index 6dc339a5..d27f1784 100644 --- a/MP-TAB/PianoProd.aspx.designer.cs +++ b/MP-TAB/PianoProd.aspx.designer.cs @@ -1,41 +1,43 @@ //------------------------------------------------------------------------------ -// -// Codice generato da uno strumento. +// +// This code was generated by a tool. // -// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se -// il codice viene rigenerato. -// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// //------------------------------------------------------------------------------ -namespace MoonProTablet { - - - public partial class PianoProd { - +namespace MoonProTablet +{ + + + public partial class PianoProd + { + /// - /// Controllo mod_dettMacchina1. + /// mod_dettMacchina1 control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::MoonProTablet.WebUserControls.mod_dettMacchina mod_dettMacchina1; - + /// - /// Controllo mod_pianoProdMacc. + /// mod_pianoProdMacc control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::MoonProTablet.WebUserControls.mod_pianoProdMacc mod_pianoProdMacc; - + /// - /// Controllo mod_directLinks. + /// mod_directLinks control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::MoonProTablet.WebUserControls.mod_directLinks mod_directLinks; } diff --git a/MP-TAB/WebUserControls/mod_directLinks.ascx b/MP-TAB/WebUserControls/mod_directLinks.ascx index 79b43fe5..a5a29f0d 100644 --- a/MP-TAB/WebUserControls/mod_directLinks.ascx +++ b/MP-TAB/WebUserControls/mod_directLinks.ascx @@ -1,17 +1,17 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_directLinks.ascx.cs" Inherits="MoonProTablet.WebUserControls.mod_directLinks" %>
- + LINK DIRETTI - - - - <%# Eval("Testo") %> - - - - - - - -
+ + + + <%# Eval("Testo") %> + + + + + + + +
\ No newline at end of file diff --git a/MP-TAB/WebUserControls/mod_directLinks.ascx.designer.cs b/MP-TAB/WebUserControls/mod_directLinks.ascx.designer.cs index a7138e16..d608aafd 100644 --- a/MP-TAB/WebUserControls/mod_directLinks.ascx.designer.cs +++ b/MP-TAB/WebUserControls/mod_directLinks.ascx.designer.cs @@ -1,41 +1,43 @@ //------------------------------------------------------------------------------ -// -// Codice generato da uno strumento. +// +// This code was generated by a tool. // -// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se -// il codice viene rigenerato. -// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// //------------------------------------------------------------------------------ -namespace MoonProTablet.WebUserControls { - - - public partial class mod_directLinks { - +namespace MoonProTablet.WebUserControls +{ + + + public partial class mod_directLinks + { + /// - /// Controllo lblHead. + /// lblHead control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Label lblHead; - + /// - /// Controllo repLI. + /// repLI control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Repeater repLI; - + /// - /// Controllo ods. + /// ods control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.ObjectDataSource ods; } diff --git a/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx b/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx index d410b8c2..78d2c7dc 100644 --- a/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx +++ b/MP-TAB/WebUserControls/mod_pianoProdMacc.ascx @@ -1,6 +1,6 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_pianoProdMacc.ascx.cs" Inherits="MoonProTablet.WebUserControls.mod_pianoProdMacc" %> -
+

Previsione P-ODL

@@ -13,13 +13,13 @@
- +
- +
- + @@ -46,7 +46,7 @@ -
+
@@ -54,7 +54,7 @@
-
+
@@ -77,13 +77,13 @@
Tot: <%# Eval("NumPezzi") %> -
+
<%# Eval("PzPallet") %> pz/pal
TC: <%# Eval("TCAssegnato","{0:0.000}") %> -
+
<%# TCMinSec(Eval("TCAssegnato")) %> (min:sec)