Fix update campo netprodsim (era decimal 9,8 al posto di 9,3...)

This commit is contained in:
Samuele E. Locatelli
2014-05-21 15:42:11 +02:00
parent 343b4559ab
commit dc849cc486
12 changed files with 4 additions and 6 deletions
-1
View File
@@ -20,7 +20,6 @@
<asp:Label runat="server" ID="lblIdxQState" Visible="false" />
&nbsp;|&nbsp;
<asp:HyperLink runat="server" ID="hlGetPdf" Target="_blank">
<%--<asp:ImageButton runat="server" ID="btnGetPdf" ImageUrl="~/Images/pdfExport.png" Height="24px" ToolTip="print" OnClick="btnGetPdf_Click" />--%>
<asp:Image runat="server" ID="btnGetPdf" ImageUrl="~/Images/pdfExport.png" Height="24px" ToolTip="print" />
</asp:HyperLink>
<asp:HyperLink runat="server" ID="hlRevHist" Target="_blank">
+1 -1
View File
@@ -332,7 +332,7 @@ namespace C2P.WebUserControls
divStato1.Visible = false;
divStato2.Visible = false;
divStato3.Visible = false;
btnGetPdf.Visible = false;
btnGetPdf.Visible = true;
break;
case "1":
divStato0.Visible = false;
-1
View File
@@ -22,7 +22,6 @@
<asp:Label runat="server" ID="lblIdxQState" Visible="false" />
&nbsp;|&nbsp;
<asp:HyperLink runat="server" ID="hlGetPdf" Target="_blank">
<%--<asp:ImageButton runat="server" ID="btnGetPdf" ImageUrl="~/Images/pdfExport.png" Height="24px" ToolTip="print" OnClick="btnGetPdf_Click" />--%>
<asp:Image runat="server" ID="btnGetPdf" ImageUrl="~/Images/pdfExport.png" Height="24px" ToolTip="print" />
</asp:HyperLink>
<asp:HyperLink runat="server" ID="hlRevHist" Target="_blank">
+1 -1
View File
@@ -348,7 +348,7 @@ namespace C2P.WebUserControls
divStato1.Visible = false;
divStato2.Visible = false;
divStato3.Visible = false;
btnGetPdf.Visible = false;
btnGetPdf.Visible = true;
break;
case "1":
divStato0.Visible = false;
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -16420,7 +16420,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@DiesTecLife", global::System.Data.SqlDbType.Decimal, 9, global::System.Data.ParameterDirection.Input, 18, 6, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@WSR01_sim", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 9, 8, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@MSR01_sim", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 9, 8, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NetProd01_sim", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 9, 8, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[11].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@NetProd01_sim", global::System.Data.SqlDbType.Decimal, 5, global::System.Data.ParameterDirection.Input, 9, 3, null, global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[12] = new global::System.Data.SqlClient.SqlCommand();
this._commandCollection[12].Connection = this.Connection;
this._commandCollection[12].CommandText = "dbo.stp_QLF_UpdHead";
+1 -1
View File
@@ -1043,7 +1043,7 @@ SELECT QuoteType, CodQuote, QuoteRev, NumEx, ProcessNum, CodPlant, Class01, Clas
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@DiesTecLife" Precision="18" ProviderType="Decimal" Scale="6" Size="9" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@WSR01_sim" Precision="9" ProviderType="Decimal" Scale="8" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@MSR01_sim" Precision="9" ProviderType="Decimal" Scale="8" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@NetProd01_sim" Precision="9" ProviderType="Decimal" Scale="8" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
<Parameter AllowDbNull="true" AutogeneratedName="" DataSourceName="" DataTypeServer="decimal" DbType="Decimal" Direction="Input" ParameterName="@NetProd01_sim" Precision="9" ProviderType="Decimal" Scale="3" Size="5" SourceColumnNullMapping="false" SourceVersion="Current" />
</Parameters>
</DbCommand>
</SelectCommand>
Binary file not shown.
Binary file not shown.
Binary file not shown.