inserito link x redirect a simulazione se non va a buon fine calcolo prodotto standard...
This commit is contained in:
@@ -205,4 +205,11 @@
|
||||
<asp:ObjectDataSource ID="odsCustomers" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="C2P_Data.DS_UtilityTableAdapters.v_selClientTableAdapter"></asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsRawMat" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="C2P_Data.DS_UtilityTableAdapters.v_selRawMatTableAdapter"></asp:ObjectDataSource>
|
||||
<asp:ObjectDataSource ID="odsIncoterms" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="C2P_Data.DS_UtilityTableAdapters.v_selIncotermsTableAdapter"></asp:ObjectDataSource>
|
||||
<asp:Label runat="server" ID="lblError" CssClass="text-danger" Visible="false" />
|
||||
<div class="row">
|
||||
<div class="col-xs-6">
|
||||
<asp:Label runat="server" ID="lblError" CssClass="text-danger" Visible="false" />
|
||||
</div>
|
||||
<div class="col-xs-6">
|
||||
<asp:HyperLink runat="server" ID="hlNewProd" CssClass="btn btn-warning" Width="100%" Visible="false"><%: traduci("NewProduct")%></asp:HyperLink>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -103,6 +103,8 @@ namespace C2P.WebUserControls
|
||||
lblError.Text = traduci("[ERR-QUO-001]");
|
||||
}
|
||||
lblError.Visible = true;
|
||||
hlNewProd.NavigateUrl = string.Format("~/NewProductOffer?RawMat={0}&CodItem={1}", RawMat, CodItem);
|
||||
hlNewProd.Visible = true;
|
||||
setInsertMode();
|
||||
}
|
||||
|
||||
@@ -158,6 +160,5 @@ namespace C2P.WebUserControls
|
||||
lista.SelectedIndex = lista.Items.IndexOf(lista.Items.FindByValue(RawMat));
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
@@ -92,5 +92,14 @@ namespace C2P.WebUserControls {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblError;
|
||||
|
||||
/// <summary>
|
||||
/// hlNewProd control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlNewProd;
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user