bozza dettaglio
This commit is contained in:
BIN
Binary file not shown.
+2
-2
@@ -64,8 +64,8 @@
|
||||
</div>
|
||||
<footer>
|
||||
<div class="content-wrapper">
|
||||
<div class="float-left">
|
||||
<p>© <%: DateTime.Now.Year %> - My ASP.NET Application</p>
|
||||
<div class="float-right">
|
||||
<p>Steamware & Proxima © 2013-<%: DateTime.Now.Year %></p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -4,93 +4,775 @@
|
||||
<webopt:BundleReference ID="BundleReference1" runat="server" Path="~/Content/css" />
|
||||
<%} %>
|
||||
<div class="float-left" style="font-size: 10pt;">
|
||||
<asp:Label runat="server" ID="lblQuoteType" />
|
||||
<asp:Label runat="server" ID="lblCodQuote" />
|
||||
<asp:Label runat="server" ID="lblQuoteRev" />
|
||||
<asp:DetailsView ID="DetView" runat="server" Height="50px" Width="125px" DataSourceID="odsQuotes" AllowPaging="True" AutoGenerateRows="False" DataKeyNames="QuoteType,CodQuote,QuoteRev">
|
||||
<Fields>
|
||||
<asp:BoundField DataField="Vers" HeaderText="Vers" SortExpression="Vers" />
|
||||
<asp:BoundField DataField="QuoteType" HeaderText="QuoteType" ReadOnly="True" SortExpression="QuoteType" />
|
||||
<asp:BoundField DataField="CodQuote" HeaderText="CodQuote" ReadOnly="True" SortExpression="CodQuote" />
|
||||
<asp:BoundField DataField="QuoteRev" HeaderText="QuoteRev" ReadOnly="True" SortExpression="QuoteRev" />
|
||||
<asp:BoundField DataField="CodClient" HeaderText="CodClient" SortExpression="CodClient" />
|
||||
<asp:BoundField DataField="ClientName" HeaderText="ClientName" SortExpression="ClientName" />
|
||||
<asp:BoundField DataField="CodItem" HeaderText="CodItem" SortExpression="CodItem" />
|
||||
<asp:BoundField DataField="CodItemGroup" HeaderText="CodItemGroup" SortExpression="CodItemGroup" />
|
||||
<asp:BoundField DataField="RawMat" HeaderText="RawMat" SortExpression="RawMat" />
|
||||
<asp:BoundField DataField="UnitWeight" HeaderText="UnitWeight" SortExpression="UnitWeight" />
|
||||
<asp:BoundField DataField="BatchQty" HeaderText="BatchQty" SortExpression="BatchQty" />
|
||||
<asp:BoundField DataField="CodInco" HeaderText="CodInco" SortExpression="CodInco" />
|
||||
<asp:BoundField DataField="KeyAM" HeaderText="KeyAM" SortExpression="KeyAM" />
|
||||
<asp:BoundField DataField="Note" HeaderText="Note" SortExpression="Note" />
|
||||
<asp:BoundField DataField="PriceOff" HeaderText="PriceOff" SortExpression="PriceOff" />
|
||||
<asp:BoundField DataField="CodClientAssoc" HeaderText="CodClientAssoc" SortExpression="CodClientAssoc" />
|
||||
<asp:BoundField DataField="ClientNameAssoc" HeaderText="ClientNameAssoc" SortExpression="ClientNameAssoc" />
|
||||
<asp:BoundField DataField="ItemDescr" HeaderText="ItemDescr" SortExpression="ItemDescr" />
|
||||
<asp:BoundField DataField="CodifProfilo" HeaderText="CodifProfilo" SortExpression="CodifProfilo" />
|
||||
<asp:BoundField DataField="ClasseMerc" HeaderText="ClasseMerc" SortExpression="ClasseMerc" />
|
||||
<asp:BoundField DataField="TipoDies" HeaderText="TipoDies" SortExpression="TipoDies" />
|
||||
<asp:BoundField DataField="CodDiesGroup" HeaderText="CodDiesGroup" SortExpression="CodDiesGroup" />
|
||||
<asp:BoundField DataField="DiamDies" HeaderText="DiamDies" SortExpression="DiamDies" />
|
||||
<asp:BoundField DataField="HoleNumDies" HeaderText="HoleNumDies" SortExpression="HoleNumDies" />
|
||||
<asp:BoundField DataField="DiesPrice" HeaderText="DiesPrice" SortExpression="DiesPrice" />
|
||||
<asp:BoundField DataField="DiesExpLife" HeaderText="DiesExpLife" SortExpression="DiesExpLife" />
|
||||
<asp:BoundField DataField="DiesEOLife" HeaderText="DiesEOLife" SortExpression="DiesEOLife" />
|
||||
<asp:BoundField DataField="NumDiesInList" HeaderText="NumDiesInList" SortExpression="NumDiesInList" />
|
||||
<asp:BoundField DataField="NumDiesExaust" HeaderText="NumDiesExaust" SortExpression="NumDiesExaust" />
|
||||
<asp:BoundField DataField="CodPlant" HeaderText="CodPlant" SortExpression="CodPlant" />
|
||||
<asp:BoundField DataField="KeyAMIL" HeaderText="KeyAMIL" SortExpression="KeyAMIL" />
|
||||
<asp:BoundField DataField="KgTeo" HeaderText="KgTeo" SortExpression="KgTeo" />
|
||||
<asp:BoundField DataField="NumSMED" HeaderText="NumSMED" SortExpression="NumSMED" />
|
||||
<asp:BoundField DataField="QuotaMan" HeaderText="QuotaMan" SortExpression="QuotaMan" />
|
||||
<asp:BoundField DataField="PRMWeight" HeaderText="PRMWeight" SortExpression="PRMWeight" />
|
||||
<asp:BoundField DataField="PWeight" HeaderText="PWeight" SortExpression="PWeight" />
|
||||
<asp:BoundField DataField="PTare" HeaderText="PTare" SortExpression="PTare" />
|
||||
<asp:BoundField DataField="LivPackage" HeaderText="LivPackage" SortExpression="LivPackage" />
|
||||
<asp:BoundField DataField="LivPackageDett" HeaderText="LivPackageDett" SortExpression="LivPackageDett" />
|
||||
<asp:BoundField DataField="RawMatCost" HeaderText="RawMatCost" SortExpression="RawMatCost" />
|
||||
<asp:BoundField DataField="RawMatExtraCost" HeaderText="RawMatExtraCost" SortExpression="RawMatExtraCost" />
|
||||
<asp:BoundField DataField="RawMatFullCost" HeaderText="RawMatFullCost" SortExpression="RawMatFullCost" />
|
||||
<asp:BoundField DataField="CodPackag" HeaderText="CodPackag" SortExpression="CodPackag" />
|
||||
<asp:BoundField DataField="PkgDesc" HeaderText="PkgDesc" SortExpression="PkgDesc" />
|
||||
<asp:BoundField DataField="FSR" HeaderText="FSR" SortExpression="FSR" />
|
||||
<asp:BoundField DataField="ProvvCost" HeaderText="ProvvCost" SortExpression="ProvvCost" />
|
||||
<asp:BoundField DataField="EECost" HeaderText="EECost" SortExpression="EECost" />
|
||||
<asp:BoundField DataField="GasCost" HeaderText="GasCost" SortExpression="GasCost" />
|
||||
<asp:BoundField DataField="DiesCost" HeaderText="DiesCost" SortExpression="DiesCost" />
|
||||
<asp:BoundField DataField="PackCost" HeaderText="PackCost" SortExpression="PackCost" />
|
||||
<asp:BoundField DataField="TranspCost" HeaderText="TranspCost" SortExpression="TranspCost" />
|
||||
<asp:BoundField DataField="SellCost01" HeaderText="SellCost01" SortExpression="SellCost01" />
|
||||
<asp:BoundField DataField="RefCost01" HeaderText="RefCost01" SortExpression="RefCost01" />
|
||||
<asp:BoundField DataField="SellCost04" HeaderText="SellCost04" SortExpression="SellCost04" />
|
||||
<asp:BoundField DataField="RefCost04" HeaderText="RefCost04" SortExpression="RefCost04" />
|
||||
<asp:BoundField DataField="WSR01" HeaderText="WSR01" SortExpression="WSR01" />
|
||||
<asp:BoundField DataField="MSR01" HeaderText="MSR01" SortExpression="MSR01" />
|
||||
<asp:BoundField DataField="NetProd01" HeaderText="NetProd01" SortExpression="NetProd01" />
|
||||
<asp:BoundField DataField="FC4UG01" HeaderText="FC4UG01" SortExpression="FC4UG01" />
|
||||
<asp:BoundField DataField="VC4UG01" HeaderText="VC4UG01" SortExpression="VC4UG01" />
|
||||
<asp:BoundField DataField="OH4UG01" HeaderText="OH4UG01" SortExpression="OH4UG01" />
|
||||
<asp:BoundField DataField="SC4UG01" HeaderText="SC4UG01" SortExpression="SC4UG01" />
|
||||
<asp:BoundField DataField="DSR" HeaderText="DSR" SortExpression="DSR" />
|
||||
<asp:BoundField DataField="NetProd04" HeaderText="NetProd04" SortExpression="NetProd04" />
|
||||
<asp:BoundField DataField="FC4UG04" HeaderText="FC4UG04" SortExpression="FC4UG04" />
|
||||
<asp:BoundField DataField="VC4UG04" HeaderText="VC4UG04" SortExpression="VC4UG04" />
|
||||
<asp:BoundField DataField="FVC" HeaderText="FVC" SortExpression="FVC" />
|
||||
<asp:BoundField DataField="Charge" HeaderText="Charge" SortExpression="Charge" />
|
||||
<asp:BoundField DataField="P_FVC" HeaderText="P_FVC" ReadOnly="True" SortExpression="P_FVC" />
|
||||
<asp:BoundField DataField="CPS" HeaderText="CPS" ReadOnly="True" SortExpression="CPS" />
|
||||
<asp:BoundField DataField="P_CPS" HeaderText="P_CPS" ReadOnly="True" SortExpression="P_CPS" />
|
||||
<asp:BoundField DataField="P_FC4UG04" HeaderText="P_FC4UG04" ReadOnly="True" SortExpression="P_FC4UG04" />
|
||||
<asp:BoundField DataField="FullCost" HeaderText="FullCost" ReadOnly="True" SortExpression="FullCost" />
|
||||
<asp:BoundField DataField="P_FullCost" HeaderText="P_FullCost" ReadOnly="True" SortExpression="P_FullCost" />
|
||||
<asp:BoundField DataField="MinPrice" HeaderText="MinPrice" ReadOnly="True" SortExpression="MinPrice" />
|
||||
<asp:BoundField DataField="P_MinPrice" HeaderText="P_MinPrice" ReadOnly="True" SortExpression="P_MinPrice" />
|
||||
<asp:BoundField DataField="P_PriceOff" HeaderText="P_PriceOff" ReadOnly="True" SortExpression="P_PriceOff" />
|
||||
<asp:BoundField DataField="NetMar" HeaderText="NetMar" ReadOnly="True" SortExpression="NetMar" />
|
||||
<asp:BoundField DataField="FCShield" HeaderText="FCShield" ReadOnly="True" SortExpression="FCShield" />
|
||||
<asp:BoundField DataField="PckSur" HeaderText="PckSur" ReadOnly="True" SortExpression="PckSur" />
|
||||
</Fields>
|
||||
</asp:DetailsView>
|
||||
<asp:LinkButton runat="server" ID="Return" PostBackUrl="~/QuoteList" Text="Torna ad elenco" />
|
||||
<asp:Label runat="server" ID="lblQuoteType" Visible="false" />
|
||||
<asp:Label runat="server" ID="lblCodQuote" Visible="false" />
|
||||
<asp:Label runat="server" ID="lblQuoteRev" Visible="false" />
|
||||
<asp:FormView ID="FormView1" runat="server" DataKeyNames="QuoteType,CodQuote,QuoteRev" DataSourceID="odsQuotes">
|
||||
<%--<EditItemTemplate>
|
||||
Vers:
|
||||
<asp:TextBox ID="VersTextBox" runat="server" Text='<%# Bind("Vers") %>' />
|
||||
<br />
|
||||
QuoteType:
|
||||
<asp:Label ID="QuoteTypeLabel1" runat="server" Text='<%# Eval("QuoteType") %>' />
|
||||
<br />
|
||||
CodQuote:
|
||||
<asp:Label ID="CodQuoteLabel1" runat="server" Text='<%# Eval("CodQuote") %>' />
|
||||
<br />
|
||||
QuoteRev:
|
||||
<asp:Label ID="QuoteRevLabel1" runat="server" Text='<%# Eval("QuoteRev") %>' />
|
||||
<br />
|
||||
CodClient:
|
||||
<asp:TextBox ID="CodClientTextBox" runat="server" Text='<%# Bind("CodClient") %>' />
|
||||
<br />
|
||||
ClientName:
|
||||
<asp:TextBox ID="ClientNameTextBox" runat="server" Text='<%# Bind("ClientName") %>' />
|
||||
<br />
|
||||
CodItem:
|
||||
<asp:TextBox ID="CodItemTextBox" runat="server" Text='<%# Bind("CodItem") %>' />
|
||||
<br />
|
||||
CodItemGroup:
|
||||
<asp:TextBox ID="CodItemGroupTextBox" runat="server" Text='<%# Bind("CodItemGroup") %>' />
|
||||
<br />
|
||||
RawMat:
|
||||
<asp:TextBox ID="RawMatTextBox" runat="server" Text='<%# Bind("RawMat") %>' />
|
||||
<br />
|
||||
UnitWeight:
|
||||
<asp:TextBox ID="UnitWeightTextBox" runat="server" Text='<%# Bind("UnitWeight") %>' />
|
||||
<br />
|
||||
BatchQty:
|
||||
<asp:TextBox ID="BatchQtyTextBox" runat="server" Text='<%# Bind("BatchQty") %>' />
|
||||
<br />
|
||||
CodInco:
|
||||
<asp:TextBox ID="CodIncoTextBox" runat="server" Text='<%# Bind("CodInco") %>' />
|
||||
<br />
|
||||
KeyAM:
|
||||
<asp:TextBox ID="KeyAMTextBox" runat="server" Text='<%# Bind("KeyAM") %>' />
|
||||
<br />
|
||||
Note:
|
||||
<asp:TextBox ID="NoteTextBox" runat="server" Text='<%# Bind("Note") %>' />
|
||||
<br />
|
||||
PriceOff:
|
||||
<asp:TextBox ID="PriceOffTextBox" runat="server" Text='<%# Bind("PriceOff") %>' />
|
||||
<br />
|
||||
CodClientAssoc:
|
||||
<asp:TextBox ID="CodClientAssocTextBox" runat="server" Text='<%# Bind("CodClientAssoc") %>' />
|
||||
<br />
|
||||
ClientNameAssoc:
|
||||
<asp:TextBox ID="ClientNameAssocTextBox" runat="server" Text='<%# Bind("ClientNameAssoc") %>' />
|
||||
<br />
|
||||
ItemDescr:
|
||||
<asp:TextBox ID="ItemDescrTextBox" runat="server" Text='<%# Bind("ItemDescr") %>' />
|
||||
<br />
|
||||
CodifProfilo:
|
||||
<asp:TextBox ID="CodifProfiloTextBox" runat="server" Text='<%# Bind("CodifProfilo") %>' />
|
||||
<br />
|
||||
ClasseMerc:
|
||||
<asp:TextBox ID="ClasseMercTextBox" runat="server" Text='<%# Bind("ClasseMerc") %>' />
|
||||
<br />
|
||||
TipoDies:
|
||||
<asp:TextBox ID="TipoDiesTextBox" runat="server" Text='<%# Bind("TipoDies") %>' />
|
||||
<br />
|
||||
CodDiesGroup:
|
||||
<asp:TextBox ID="CodDiesGroupTextBox" runat="server" Text='<%# Bind("CodDiesGroup") %>' />
|
||||
<br />
|
||||
DiamDies:
|
||||
<asp:TextBox ID="DiamDiesTextBox" runat="server" Text='<%# Bind("DiamDies") %>' />
|
||||
<br />
|
||||
HoleNumDies:
|
||||
<asp:TextBox ID="HoleNumDiesTextBox" runat="server" Text='<%# Bind("HoleNumDies") %>' />
|
||||
<br />
|
||||
DiesPrice:
|
||||
<asp:TextBox ID="DiesPriceTextBox" runat="server" Text='<%# Bind("DiesPrice") %>' />
|
||||
<br />
|
||||
DiesExpLife:
|
||||
<asp:TextBox ID="DiesExpLifeTextBox" runat="server" Text='<%# Bind("DiesExpLife") %>' />
|
||||
<br />
|
||||
DiesEOLife:
|
||||
<asp:TextBox ID="DiesEOLifeTextBox" runat="server" Text='<%# Bind("DiesEOLife") %>' />
|
||||
<br />
|
||||
NumDiesInList:
|
||||
<asp:TextBox ID="NumDiesInListTextBox" runat="server" Text='<%# Bind("NumDiesInList") %>' />
|
||||
<br />
|
||||
NumDiesExaust:
|
||||
<asp:TextBox ID="NumDiesExaustTextBox" runat="server" Text='<%# Bind("NumDiesExaust") %>' />
|
||||
<br />
|
||||
CodPlant:
|
||||
<asp:TextBox ID="CodPlantTextBox" runat="server" Text='<%# Bind("CodPlant") %>' />
|
||||
<br />
|
||||
KeyAMIL:
|
||||
<asp:TextBox ID="KeyAMILTextBox" runat="server" Text='<%# Bind("KeyAMIL") %>' />
|
||||
<br />
|
||||
KgTeo:
|
||||
<asp:TextBox ID="KgTeoTextBox" runat="server" Text='<%# Bind("KgTeo") %>' />
|
||||
<br />
|
||||
NumSMED:
|
||||
<asp:TextBox ID="NumSMEDTextBox" runat="server" Text='<%# Bind("NumSMED") %>' />
|
||||
<br />
|
||||
QuotaMan:
|
||||
<asp:TextBox ID="QuotaManTextBox" runat="server" Text='<%# Bind("QuotaMan") %>' />
|
||||
<br />
|
||||
PRMWeight:
|
||||
<asp:TextBox ID="PRMWeightTextBox" runat="server" Text='<%# Bind("PRMWeight") %>' />
|
||||
<br />
|
||||
PWeight:
|
||||
<asp:TextBox ID="PWeightTextBox" runat="server" Text='<%# Bind("PWeight") %>' />
|
||||
<br />
|
||||
PTare:
|
||||
<asp:TextBox ID="PTareTextBox" runat="server" Text='<%# Bind("PTare") %>' />
|
||||
<br />
|
||||
LivPackage:
|
||||
<asp:TextBox ID="LivPackageTextBox" runat="server" Text='<%# Bind("LivPackage") %>' />
|
||||
<br />
|
||||
LivPackageDett:
|
||||
<asp:TextBox ID="LivPackageDettTextBox" runat="server" Text='<%# Bind("LivPackageDett") %>' />
|
||||
<br />
|
||||
RawMatCost:
|
||||
<asp:TextBox ID="RawMatCostTextBox" runat="server" Text='<%# Bind("RawMatCost") %>' />
|
||||
<br />
|
||||
RawMatExtraCost:
|
||||
<asp:TextBox ID="RawMatExtraCostTextBox" runat="server" Text='<%# Bind("RawMatExtraCost") %>' />
|
||||
<br />
|
||||
RawMatFullCost:
|
||||
<asp:TextBox ID="RawMatFullCostTextBox" runat="server" Text='<%# Bind("RawMatFullCost") %>' />
|
||||
<br />
|
||||
CodPackag:
|
||||
<asp:TextBox ID="CodPackagTextBox" runat="server" Text='<%# Bind("CodPackag") %>' />
|
||||
<br />
|
||||
PkgDesc:
|
||||
<asp:TextBox ID="PkgDescTextBox" runat="server" Text='<%# Bind("PkgDesc") %>' />
|
||||
<br />
|
||||
FSR:
|
||||
<asp:TextBox ID="FSRTextBox" runat="server" Text='<%# Bind("FSR") %>' />
|
||||
<br />
|
||||
ProvvCost:
|
||||
<asp:TextBox ID="ProvvCostTextBox" runat="server" Text='<%# Bind("ProvvCost") %>' />
|
||||
<br />
|
||||
EECost:
|
||||
<asp:TextBox ID="EECostTextBox" runat="server" Text='<%# Bind("EECost") %>' />
|
||||
<br />
|
||||
GasCost:
|
||||
<asp:TextBox ID="GasCostTextBox" runat="server" Text='<%# Bind("GasCost") %>' />
|
||||
<br />
|
||||
DiesCost:
|
||||
<asp:TextBox ID="DiesCostTextBox" runat="server" Text='<%# Bind("DiesCost") %>' />
|
||||
<br />
|
||||
PackCost:
|
||||
<asp:TextBox ID="PackCostTextBox" runat="server" Text='<%# Bind("PackCost") %>' />
|
||||
<br />
|
||||
TranspCost:
|
||||
<asp:TextBox ID="TranspCostTextBox" runat="server" Text='<%# Bind("TranspCost") %>' />
|
||||
<br />
|
||||
SellCost01:
|
||||
<asp:TextBox ID="SellCost01TextBox" runat="server" Text='<%# Bind("SellCost01") %>' />
|
||||
<br />
|
||||
RefCost01:
|
||||
<asp:TextBox ID="RefCost01TextBox" runat="server" Text='<%# Bind("RefCost01") %>' />
|
||||
<br />
|
||||
SellCost04:
|
||||
<asp:TextBox ID="SellCost04TextBox" runat="server" Text='<%# Bind("SellCost04") %>' />
|
||||
<br />
|
||||
RefCost04:
|
||||
<asp:TextBox ID="RefCost04TextBox" runat="server" Text='<%# Bind("RefCost04") %>' />
|
||||
<br />
|
||||
WSR01:
|
||||
<asp:TextBox ID="WSR01TextBox" runat="server" Text='<%# Bind("WSR01") %>' />
|
||||
<br />
|
||||
MSR01:
|
||||
<asp:TextBox ID="MSR01TextBox" runat="server" Text='<%# Bind("MSR01") %>' />
|
||||
<br />
|
||||
NetProd01:
|
||||
<asp:TextBox ID="NetProd01TextBox" runat="server" Text='<%# Bind("NetProd01") %>' />
|
||||
<br />
|
||||
FC4UG01:
|
||||
<asp:TextBox ID="FC4UG01TextBox" runat="server" Text='<%# Bind("FC4UG01") %>' />
|
||||
<br />
|
||||
VC4UG01:
|
||||
<asp:TextBox ID="VC4UG01TextBox" runat="server" Text='<%# Bind("VC4UG01") %>' />
|
||||
<br />
|
||||
OH4UG01:
|
||||
<asp:TextBox ID="OH4UG01TextBox" runat="server" Text='<%# Bind("OH4UG01") %>' />
|
||||
<br />
|
||||
SC4UG01:
|
||||
<asp:TextBox ID="SC4UG01TextBox" runat="server" Text='<%# Bind("SC4UG01") %>' />
|
||||
<br />
|
||||
DSR:
|
||||
<asp:TextBox ID="DSRTextBox" runat="server" Text='<%# Bind("DSR") %>' />
|
||||
<br />
|
||||
NetProd04:
|
||||
<asp:TextBox ID="NetProd04TextBox" runat="server" Text='<%# Bind("NetProd04") %>' />
|
||||
<br />
|
||||
FC4UG04:
|
||||
<asp:TextBox ID="FC4UG04TextBox" runat="server" Text='<%# Bind("FC4UG04") %>' />
|
||||
<br />
|
||||
VC4UG04:
|
||||
<asp:TextBox ID="VC4UG04TextBox" runat="server" Text='<%# Bind("VC4UG04") %>' />
|
||||
<br />
|
||||
FVC:
|
||||
<asp:TextBox ID="FVCTextBox" runat="server" Text='<%# Bind("FVC") %>' />
|
||||
<br />
|
||||
Charge:
|
||||
<asp:TextBox ID="ChargeTextBox" runat="server" Text='<%# Bind("Charge") %>' />
|
||||
<br />
|
||||
P_FVC:
|
||||
<asp:TextBox ID="P_FVCTextBox" runat="server" Text='<%# Bind("P_FVC") %>' />
|
||||
<br />
|
||||
CPS:
|
||||
<asp:TextBox ID="CPSTextBox" runat="server" Text='<%# Bind("CPS") %>' />
|
||||
<br />
|
||||
P_CPS:
|
||||
<asp:TextBox ID="P_CPSTextBox" runat="server" Text='<%# Bind("P_CPS") %>' />
|
||||
<br />
|
||||
P_FC4UG04:
|
||||
<asp:TextBox ID="P_FC4UG04TextBox" runat="server" Text='<%# Bind("P_FC4UG04") %>' />
|
||||
<br />
|
||||
FullCost:
|
||||
<asp:TextBox ID="FullCostTextBox" runat="server" Text='<%# Bind("FullCost") %>' />
|
||||
<br />
|
||||
P_FullCost:
|
||||
<asp:TextBox ID="P_FullCostTextBox" runat="server" Text='<%# Bind("P_FullCost") %>' />
|
||||
<br />
|
||||
MinPrice:
|
||||
<asp:TextBox ID="MinPriceTextBox" runat="server" Text='<%# Bind("MinPrice") %>' />
|
||||
<br />
|
||||
P_MinPrice:
|
||||
<asp:TextBox ID="P_MinPriceTextBox" runat="server" Text='<%# Bind("P_MinPrice") %>' />
|
||||
<br />
|
||||
P_PriceOff:
|
||||
<asp:TextBox ID="P_PriceOffTextBox" runat="server" Text='<%# Bind("P_PriceOff") %>' />
|
||||
<br />
|
||||
NetMar:
|
||||
<asp:TextBox ID="NetMarTextBox" runat="server" Text='<%# Bind("NetMar") %>' />
|
||||
<br />
|
||||
FCShield:
|
||||
<asp:TextBox ID="FCShieldTextBox" runat="server" Text='<%# Bind("FCShield") %>' />
|
||||
<br />
|
||||
PckSur:
|
||||
<asp:TextBox ID="PckSurTextBox" runat="server" Text='<%# Bind("PckSur") %>' />
|
||||
<br />
|
||||
<asp:LinkButton ID="UpdateButton" runat="server" CausesValidation="True" CommandName="Update" Text="Update" />
|
||||
<asp:LinkButton ID="UpdateCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
|
||||
</EditItemTemplate>--%>
|
||||
<%--<InsertItemTemplate>
|
||||
Vers:
|
||||
<asp:TextBox ID="VersTextBox" runat="server" Text='<%# Bind("Vers") %>' />
|
||||
<br />
|
||||
QuoteType:
|
||||
<asp:TextBox ID="QuoteTypeTextBox" runat="server" Text='<%# Bind("QuoteType") %>' />
|
||||
<br />
|
||||
CodQuote:
|
||||
<asp:TextBox ID="CodQuoteTextBox" runat="server" Text='<%# Bind("CodQuote") %>' />
|
||||
<br />
|
||||
QuoteRev:
|
||||
<asp:TextBox ID="QuoteRevTextBox" runat="server" Text='<%# Bind("QuoteRev") %>' />
|
||||
<br />
|
||||
CodClient:
|
||||
<asp:TextBox ID="CodClientTextBox" runat="server" Text='<%# Bind("CodClient") %>' />
|
||||
<br />
|
||||
ClientName:
|
||||
<asp:TextBox ID="ClientNameTextBox" runat="server" Text='<%# Bind("ClientName") %>' />
|
||||
<br />
|
||||
CodItem:
|
||||
<asp:TextBox ID="CodItemTextBox" runat="server" Text='<%# Bind("CodItem") %>' />
|
||||
<br />
|
||||
CodItemGroup:
|
||||
<asp:TextBox ID="CodItemGroupTextBox" runat="server" Text='<%# Bind("CodItemGroup") %>' />
|
||||
<br />
|
||||
RawMat:
|
||||
<asp:TextBox ID="RawMatTextBox" runat="server" Text='<%# Bind("RawMat") %>' />
|
||||
<br />
|
||||
UnitWeight:
|
||||
<asp:TextBox ID="UnitWeightTextBox" runat="server" Text='<%# Bind("UnitWeight") %>' />
|
||||
<br />
|
||||
BatchQty:
|
||||
<asp:TextBox ID="BatchQtyTextBox" runat="server" Text='<%# Bind("BatchQty") %>' />
|
||||
<br />
|
||||
CodInco:
|
||||
<asp:TextBox ID="CodIncoTextBox" runat="server" Text='<%# Bind("CodInco") %>' />
|
||||
<br />
|
||||
KeyAM:
|
||||
<asp:TextBox ID="KeyAMTextBox" runat="server" Text='<%# Bind("KeyAM") %>' />
|
||||
<br />
|
||||
Note:
|
||||
<asp:TextBox ID="NoteTextBox" runat="server" Text='<%# Bind("Note") %>' />
|
||||
<br />
|
||||
PriceOff:
|
||||
<asp:TextBox ID="PriceOffTextBox" runat="server" Text='<%# Bind("PriceOff") %>' />
|
||||
<br />
|
||||
CodClientAssoc:
|
||||
<asp:TextBox ID="CodClientAssocTextBox" runat="server" Text='<%# Bind("CodClientAssoc") %>' />
|
||||
<br />
|
||||
ClientNameAssoc:
|
||||
<asp:TextBox ID="ClientNameAssocTextBox" runat="server" Text='<%# Bind("ClientNameAssoc") %>' />
|
||||
<br />
|
||||
ItemDescr:
|
||||
<asp:TextBox ID="ItemDescrTextBox" runat="server" Text='<%# Bind("ItemDescr") %>' />
|
||||
<br />
|
||||
CodifProfilo:
|
||||
<asp:TextBox ID="CodifProfiloTextBox" runat="server" Text='<%# Bind("CodifProfilo") %>' />
|
||||
<br />
|
||||
ClasseMerc:
|
||||
<asp:TextBox ID="ClasseMercTextBox" runat="server" Text='<%# Bind("ClasseMerc") %>' />
|
||||
<br />
|
||||
TipoDies:
|
||||
<asp:TextBox ID="TipoDiesTextBox" runat="server" Text='<%# Bind("TipoDies") %>' />
|
||||
<br />
|
||||
CodDiesGroup:
|
||||
<asp:TextBox ID="CodDiesGroupTextBox" runat="server" Text='<%# Bind("CodDiesGroup") %>' />
|
||||
<br />
|
||||
DiamDies:
|
||||
<asp:TextBox ID="DiamDiesTextBox" runat="server" Text='<%# Bind("DiamDies") %>' />
|
||||
<br />
|
||||
HoleNumDies:
|
||||
<asp:TextBox ID="HoleNumDiesTextBox" runat="server" Text='<%# Bind("HoleNumDies") %>' />
|
||||
<br />
|
||||
DiesPrice:
|
||||
<asp:TextBox ID="DiesPriceTextBox" runat="server" Text='<%# Bind("DiesPrice") %>' />
|
||||
<br />
|
||||
DiesExpLife:
|
||||
<asp:TextBox ID="DiesExpLifeTextBox" runat="server" Text='<%# Bind("DiesExpLife") %>' />
|
||||
<br />
|
||||
DiesEOLife:
|
||||
<asp:TextBox ID="DiesEOLifeTextBox" runat="server" Text='<%# Bind("DiesEOLife") %>' />
|
||||
<br />
|
||||
NumDiesInList:
|
||||
<asp:TextBox ID="NumDiesInListTextBox" runat="server" Text='<%# Bind("NumDiesInList") %>' />
|
||||
<br />
|
||||
NumDiesExaust:
|
||||
<asp:TextBox ID="NumDiesExaustTextBox" runat="server" Text='<%# Bind("NumDiesExaust") %>' />
|
||||
<br />
|
||||
CodPlant:
|
||||
<asp:TextBox ID="CodPlantTextBox" runat="server" Text='<%# Bind("CodPlant") %>' />
|
||||
<br />
|
||||
KeyAMIL:
|
||||
<asp:TextBox ID="KeyAMILTextBox" runat="server" Text='<%# Bind("KeyAMIL") %>' />
|
||||
<br />
|
||||
KgTeo:
|
||||
<asp:TextBox ID="KgTeoTextBox" runat="server" Text='<%# Bind("KgTeo") %>' />
|
||||
<br />
|
||||
NumSMED:
|
||||
<asp:TextBox ID="NumSMEDTextBox" runat="server" Text='<%# Bind("NumSMED") %>' />
|
||||
<br />
|
||||
QuotaMan:
|
||||
<asp:TextBox ID="QuotaManTextBox" runat="server" Text='<%# Bind("QuotaMan") %>' />
|
||||
<br />
|
||||
PRMWeight:
|
||||
<asp:TextBox ID="PRMWeightTextBox" runat="server" Text='<%# Bind("PRMWeight") %>' />
|
||||
<br />
|
||||
PWeight:
|
||||
<asp:TextBox ID="PWeightTextBox" runat="server" Text='<%# Bind("PWeight") %>' />
|
||||
<br />
|
||||
PTare:
|
||||
<asp:TextBox ID="PTareTextBox" runat="server" Text='<%# Bind("PTare") %>' />
|
||||
<br />
|
||||
LivPackage:
|
||||
<asp:TextBox ID="LivPackageTextBox" runat="server" Text='<%# Bind("LivPackage") %>' />
|
||||
<br />
|
||||
LivPackageDett:
|
||||
<asp:TextBox ID="LivPackageDettTextBox" runat="server" Text='<%# Bind("LivPackageDett") %>' />
|
||||
<br />
|
||||
RawMatCost:
|
||||
<asp:TextBox ID="RawMatCostTextBox" runat="server" Text='<%# Bind("RawMatCost") %>' />
|
||||
<br />
|
||||
RawMatExtraCost:
|
||||
<asp:TextBox ID="RawMatExtraCostTextBox" runat="server" Text='<%# Bind("RawMatExtraCost") %>' />
|
||||
<br />
|
||||
RawMatFullCost:
|
||||
<asp:TextBox ID="RawMatFullCostTextBox" runat="server" Text='<%# Bind("RawMatFullCost") %>' />
|
||||
<br />
|
||||
CodPackag:
|
||||
<asp:TextBox ID="CodPackagTextBox" runat="server" Text='<%# Bind("CodPackag") %>' />
|
||||
<br />
|
||||
PkgDesc:
|
||||
<asp:TextBox ID="PkgDescTextBox" runat="server" Text='<%# Bind("PkgDesc") %>' />
|
||||
<br />
|
||||
FSR:
|
||||
<asp:TextBox ID="FSRTextBox" runat="server" Text='<%# Bind("FSR") %>' />
|
||||
<br />
|
||||
ProvvCost:
|
||||
<asp:TextBox ID="ProvvCostTextBox" runat="server" Text='<%# Bind("ProvvCost") %>' />
|
||||
<br />
|
||||
EECost:
|
||||
<asp:TextBox ID="EECostTextBox" runat="server" Text='<%# Bind("EECost") %>' />
|
||||
<br />
|
||||
GasCost:
|
||||
<asp:TextBox ID="GasCostTextBox" runat="server" Text='<%# Bind("GasCost") %>' />
|
||||
<br />
|
||||
DiesCost:
|
||||
<asp:TextBox ID="DiesCostTextBox" runat="server" Text='<%# Bind("DiesCost") %>' />
|
||||
<br />
|
||||
PackCost:
|
||||
<asp:TextBox ID="PackCostTextBox" runat="server" Text='<%# Bind("PackCost") %>' />
|
||||
<br />
|
||||
TranspCost:
|
||||
<asp:TextBox ID="TranspCostTextBox" runat="server" Text='<%# Bind("TranspCost") %>' />
|
||||
<br />
|
||||
SellCost01:
|
||||
<asp:TextBox ID="SellCost01TextBox" runat="server" Text='<%# Bind("SellCost01") %>' />
|
||||
<br />
|
||||
RefCost01:
|
||||
<asp:TextBox ID="RefCost01TextBox" runat="server" Text='<%# Bind("RefCost01") %>' />
|
||||
<br />
|
||||
SellCost04:
|
||||
<asp:TextBox ID="SellCost04TextBox" runat="server" Text='<%# Bind("SellCost04") %>' />
|
||||
<br />
|
||||
RefCost04:
|
||||
<asp:TextBox ID="RefCost04TextBox" runat="server" Text='<%# Bind("RefCost04") %>' />
|
||||
<br />
|
||||
WSR01:
|
||||
<asp:TextBox ID="WSR01TextBox" runat="server" Text='<%# Bind("WSR01") %>' />
|
||||
<br />
|
||||
MSR01:
|
||||
<asp:TextBox ID="MSR01TextBox" runat="server" Text='<%# Bind("MSR01") %>' />
|
||||
<br />
|
||||
NetProd01:
|
||||
<asp:TextBox ID="NetProd01TextBox" runat="server" Text='<%# Bind("NetProd01") %>' />
|
||||
<br />
|
||||
FC4UG01:
|
||||
<asp:TextBox ID="FC4UG01TextBox" runat="server" Text='<%# Bind("FC4UG01") %>' />
|
||||
<br />
|
||||
VC4UG01:
|
||||
<asp:TextBox ID="VC4UG01TextBox" runat="server" Text='<%# Bind("VC4UG01") %>' />
|
||||
<br />
|
||||
OH4UG01:
|
||||
<asp:TextBox ID="OH4UG01TextBox" runat="server" Text='<%# Bind("OH4UG01") %>' />
|
||||
<br />
|
||||
SC4UG01:
|
||||
<asp:TextBox ID="SC4UG01TextBox" runat="server" Text='<%# Bind("SC4UG01") %>' />
|
||||
<br />
|
||||
DSR:
|
||||
<asp:TextBox ID="DSRTextBox" runat="server" Text='<%# Bind("DSR") %>' />
|
||||
<br />
|
||||
NetProd04:
|
||||
<asp:TextBox ID="NetProd04TextBox" runat="server" Text='<%# Bind("NetProd04") %>' />
|
||||
<br />
|
||||
FC4UG04:
|
||||
<asp:TextBox ID="FC4UG04TextBox" runat="server" Text='<%# Bind("FC4UG04") %>' />
|
||||
<br />
|
||||
VC4UG04:
|
||||
<asp:TextBox ID="VC4UG04TextBox" runat="server" Text='<%# Bind("VC4UG04") %>' />
|
||||
<br />
|
||||
FVC:
|
||||
<asp:TextBox ID="FVCTextBox" runat="server" Text='<%# Bind("FVC") %>' />
|
||||
<br />
|
||||
Charge:
|
||||
<asp:TextBox ID="ChargeTextBox" runat="server" Text='<%# Bind("Charge") %>' />
|
||||
<br />
|
||||
P_FVC:
|
||||
<asp:TextBox ID="P_FVCTextBox" runat="server" Text='<%# Bind("P_FVC") %>' />
|
||||
<br />
|
||||
CPS:
|
||||
<asp:TextBox ID="CPSTextBox" runat="server" Text='<%# Bind("CPS") %>' />
|
||||
<br />
|
||||
P_CPS:
|
||||
<asp:TextBox ID="P_CPSTextBox" runat="server" Text='<%# Bind("P_CPS") %>' />
|
||||
<br />
|
||||
P_FC4UG04:
|
||||
<asp:TextBox ID="P_FC4UG04TextBox" runat="server" Text='<%# Bind("P_FC4UG04") %>' />
|
||||
<br />
|
||||
FullCost:
|
||||
<asp:TextBox ID="FullCostTextBox" runat="server" Text='<%# Bind("FullCost") %>' />
|
||||
<br />
|
||||
P_FullCost:
|
||||
<asp:TextBox ID="P_FullCostTextBox" runat="server" Text='<%# Bind("P_FullCost") %>' />
|
||||
<br />
|
||||
MinPrice:
|
||||
<asp:TextBox ID="MinPriceTextBox" runat="server" Text='<%# Bind("MinPrice") %>' />
|
||||
<br />
|
||||
P_MinPrice:
|
||||
<asp:TextBox ID="P_MinPriceTextBox" runat="server" Text='<%# Bind("P_MinPrice") %>' />
|
||||
<br />
|
||||
P_PriceOff:
|
||||
<asp:TextBox ID="P_PriceOffTextBox" runat="server" Text='<%# Bind("P_PriceOff") %>' />
|
||||
<br />
|
||||
NetMar:
|
||||
<asp:TextBox ID="NetMarTextBox" runat="server" Text='<%# Bind("NetMar") %>' />
|
||||
<br />
|
||||
FCShield:
|
||||
<asp:TextBox ID="FCShieldTextBox" runat="server" Text='<%# Bind("FCShield") %>' />
|
||||
<br />
|
||||
PckSur:
|
||||
<asp:TextBox ID="PckSurTextBox" runat="server" Text='<%# Bind("PckSur") %>' />
|
||||
<br />
|
||||
<asp:LinkButton ID="InsertButton" runat="server" CausesValidation="True" CommandName="Insert" Text="Insert" />
|
||||
<asp:LinkButton ID="InsertCancelButton" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" />
|
||||
</InsertItemTemplate>--%>
|
||||
<ItemTemplate>
|
||||
|
||||
<div style="font-size: 10pt; width: 940px;">
|
||||
<div style="width: 50%;" class="float-left">
|
||||
Vers:
|
||||
<asp:Label ID="VersLabel" runat="server" Text='<%# Bind("Vers") %>' />
|
||||
<br />
|
||||
QuoteType:
|
||||
<asp:Label ID="QuoteTypeLabel" runat="server" Text='<%# Eval("QuoteType") %>' />
|
||||
<br />
|
||||
CodQuote:
|
||||
<asp:Label ID="CodQuoteLabel" runat="server" Text='<%# Eval("CodQuote") %>' />
|
||||
<br />
|
||||
QuoteRev:
|
||||
<asp:Label ID="QuoteRevLabel" runat="server" Text='<%# Eval("QuoteRev") %>' />
|
||||
</div>
|
||||
<div style="width: 50%;" class="float-right">
|
||||
CodClient:
|
||||
<asp:Label ID="CodClientLabel" runat="server" Text='<%# Bind("CodClient") %>' />
|
||||
<br />
|
||||
ClientName:
|
||||
<asp:Label ID="ClientNameLabel" runat="server" Text='<%# Bind("ClientName") %>' />
|
||||
<br />
|
||||
CodItem:
|
||||
<asp:Label ID="CodItemLabel" runat="server" Text='<%# Bind("CodItem") %>' />
|
||||
<br />
|
||||
CodItemGroup:
|
||||
<asp:Label ID="CodItemGroupLabel" runat="server" Text='<%# Bind("CodItemGroup") %>' />
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div style="font-size: 10pt; width: 940px;">
|
||||
<div style="width: 50%;" class="float-left">
|
||||
ItemDescr:
|
||||
<asp:Label ID="ItemDescrLabel" runat="server" Text='<%# Bind("ItemDescr") %>' />
|
||||
<br />
|
||||
CodifProfilo:
|
||||
<asp:Label ID="CodifProfiloLabel" runat="server" Text='<%# Bind("CodifProfilo") %>' />
|
||||
<br />
|
||||
ClasseMerc:
|
||||
<asp:Label ID="ClasseMercLabel" runat="server" Text='<%# Bind("ClasseMerc") %>' />
|
||||
<br />
|
||||
TipoDies:
|
||||
<asp:Label ID="TipoDiesLabel" runat="server" Text='<%# Bind("TipoDies") %>' />
|
||||
|
||||
</div>
|
||||
|
||||
<div style="width: 50%;" class="float-right">
|
||||
CodDiesGroup:
|
||||
<asp:Label ID="CodDiesGroupLabel" runat="server" Text='<%# Bind("CodDiesGroup") %>' />
|
||||
<br />
|
||||
DiamDies:
|
||||
<asp:Label ID="DiamDiesLabel" runat="server" Text='<%# Bind("DiamDies") %>' />
|
||||
<br />
|
||||
HoleNumDies:
|
||||
<asp:Label ID="HoleNumDiesLabel" runat="server" Text='<%# Bind("HoleNumDies") %>' />
|
||||
<br />
|
||||
DiesPrice:
|
||||
<asp:Label ID="DiesPriceLabel" runat="server" Text='<%# Bind("DiesPrice") %>' />
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div style="font-size: 10pt; width: 940px;">
|
||||
<div style="width: 50%;" class="float-left">
|
||||
DiesExpLife:
|
||||
<asp:Label ID="DiesExpLifeLabel" runat="server" Text='<%# Bind("DiesExpLife") %>' />
|
||||
<br />
|
||||
DiesEOLife:
|
||||
<asp:Label ID="DiesEOLifeLabel" runat="server" Text='<%# Bind("DiesEOLife") %>' />
|
||||
<br />
|
||||
NumDiesInList:
|
||||
<asp:Label ID="NumDiesInListLabel" runat="server" Text='<%# Bind("NumDiesInList") %>' />
|
||||
<br />
|
||||
NumDiesExaust:
|
||||
<asp:Label ID="NumDiesExaustLabel" runat="server" Text='<%# Bind("NumDiesExaust") %>' />
|
||||
</div>
|
||||
|
||||
<div style="width: 50%;" class="float-right">
|
||||
CodPlant:
|
||||
<asp:Label ID="CodPlantLabel" runat="server" Text='<%# Bind("CodPlant") %>' />
|
||||
<br />
|
||||
KeyAMIL:
|
||||
<asp:Label ID="KeyAMILLabel" runat="server" Text='<%# Bind("KeyAMIL") %>' />
|
||||
<br />
|
||||
KgTeo:
|
||||
<asp:Label ID="KgTeoLabel" runat="server" Text='<%# Bind("KgTeo") %>' />
|
||||
<br />
|
||||
NumSMED:
|
||||
<asp:Label ID="NumSMEDLabel" runat="server" Text='<%# Bind("NumSMED") %>' />
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div style="font-size: 10pt; width: 940px;">
|
||||
<div style="width: 50%;" class="float-left">
|
||||
QuotaMan:
|
||||
<asp:Label ID="QuotaManLabel" runat="server" Text='<%# Bind("QuotaMan") %>' />
|
||||
<br />
|
||||
PRMWeight:
|
||||
<asp:Label ID="PRMWeightLabel" runat="server" Text='<%# Bind("PRMWeight") %>' />
|
||||
<br />
|
||||
PWeight:
|
||||
<asp:Label ID="PWeightLabel" runat="server" Text='<%# Bind("PWeight") %>' />
|
||||
<br />
|
||||
PTare:
|
||||
<asp:Label ID="PTareLabel" runat="server" Text='<%# Bind("PTare") %>' />
|
||||
</div>
|
||||
|
||||
<div style="width: 50%;" class="float-right">
|
||||
LivPackage:
|
||||
<asp:Label ID="LivPackageLabel" runat="server" Text='<%# Bind("LivPackage") %>' />
|
||||
<br />
|
||||
LivPackageDett:
|
||||
<asp:Label ID="LivPackageDettLabel" runat="server" Text='<%# Bind("LivPackageDett") %>' />
|
||||
<br />
|
||||
RawMatCost:
|
||||
<asp:Label ID="RawMatCostLabel" runat="server" Text='<%# Bind("RawMatCost") %>' />
|
||||
<br />
|
||||
RawMatExtraCost:
|
||||
<asp:Label ID="RawMatExtraCostLabel" runat="server" Text='<%# Bind("RawMatExtraCost") %>' />
|
||||
<br />
|
||||
RawMatFullCost:
|
||||
<asp:Label ID="RawMatFullCostLabel" runat="server" Text='<%# Bind("RawMatFullCost") %>' />
|
||||
<br />
|
||||
CodPackag:
|
||||
<asp:Label ID="CodPackagLabel" runat="server" Text='<%# Bind("CodPackag") %>' />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<div style="font-size: 10pt; width: 940px;">
|
||||
<div style="width: 50%;" class="float-left">
|
||||
PkgDesc:
|
||||
<asp:Label ID="PkgDescLabel" runat="server" Text='<%# Bind("PkgDesc") %>' />
|
||||
<br />
|
||||
FSR:
|
||||
<asp:Label ID="FSRLabel" runat="server" Text='<%# Bind("FSR") %>' />
|
||||
<br />
|
||||
ProvvCost:
|
||||
<asp:Label ID="ProvvCostLabel" runat="server" Text='<%# Bind("ProvvCost") %>' />
|
||||
<br />
|
||||
EECost:
|
||||
<asp:Label ID="EECostLabel" runat="server" Text='<%# Bind("EECost") %>' />
|
||||
<br />
|
||||
GasCost:
|
||||
<asp:Label ID="GasCostLabel" runat="server" Text='<%# Bind("GasCost") %>' />
|
||||
<br />
|
||||
DiesCost:
|
||||
<asp:Label ID="DiesCostLabel" runat="server" Text='<%# Bind("DiesCost") %>' />
|
||||
</div>
|
||||
|
||||
<div style="width: 50%;" class="float-right">
|
||||
PackCost:
|
||||
<asp:Label ID="PackCostLabel" runat="server" Text='<%# Bind("PackCost") %>' />
|
||||
<br />
|
||||
TranspCost:
|
||||
<asp:Label ID="TranspCostLabel" runat="server" Text='<%# Bind("TranspCost") %>' />
|
||||
<br />
|
||||
SellCost01:
|
||||
<asp:Label ID="SellCost01Label" runat="server" Text='<%# Bind("SellCost01") %>' />
|
||||
<br />
|
||||
RefCost01:
|
||||
<asp:Label ID="RefCost01Label" runat="server" Text='<%# Bind("RefCost01") %>' />
|
||||
<br />
|
||||
SellCost04:
|
||||
<asp:Label ID="SellCost04Label" runat="server" Text='<%# Bind("SellCost04") %>' />
|
||||
<br />
|
||||
RefCost04:
|
||||
<asp:Label ID="RefCost04Label" runat="server" Text='<%# Bind("RefCost04") %>' />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div style="font-size: 10pt; width: 940px;">
|
||||
<div style="width: 50%;" class="float-left">
|
||||
WSR01:
|
||||
<asp:Label ID="WSR01Label" runat="server" Text='<%# Bind("WSR01") %>' />
|
||||
<br />
|
||||
MSR01:
|
||||
<asp:Label ID="MSR01Label" runat="server" Text='<%# Bind("MSR01") %>' />
|
||||
<br />
|
||||
NetProd01:
|
||||
<asp:Label ID="NetProd01Label" runat="server" Text='<%# Bind("NetProd01") %>' />
|
||||
<br />
|
||||
FC4UG01:
|
||||
<asp:Label ID="FC4UG01Label" runat="server" Text='<%# Bind("FC4UG01") %>' />
|
||||
</div>
|
||||
|
||||
<div style="width: 50%;" class="float-right">
|
||||
VC4UG01:
|
||||
<asp:Label ID="VC4UG01Label" runat="server" Text='<%# Bind("VC4UG01") %>' />
|
||||
<br />
|
||||
OH4UG01:
|
||||
<asp:Label ID="OH4UG01Label" runat="server" Text='<%# Bind("OH4UG01") %>' />
|
||||
<br />
|
||||
SC4UG01:
|
||||
<asp:Label ID="SC4UG01Label" runat="server" Text='<%# Bind("SC4UG01") %>' />
|
||||
<br />
|
||||
DSR:
|
||||
<asp:Label ID="DSRLabel" runat="server" Text='<%# Bind("DSR") %>' />
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div style="font-size: 10pt; width: 940px;">
|
||||
<div style="width: 50%;" class="float-left">
|
||||
NetProd04:
|
||||
<asp:Label ID="NetProd04Label" runat="server" Text='<%# Bind("NetProd04") %>' />
|
||||
<br />
|
||||
FC4UG04:
|
||||
<asp:Label ID="FC4UG04Label" runat="server" Text='<%# Bind("FC4UG04") %>' />
|
||||
<br />
|
||||
VC4UG04:
|
||||
<asp:Label ID="VC4UG04Label" runat="server" Text='<%# Bind("VC4UG04") %>' />
|
||||
<br />
|
||||
FVC:
|
||||
<asp:Label ID="FVCLabel" runat="server" Text='<%# Bind("FVC") %>' />
|
||||
|
||||
</div>
|
||||
|
||||
<div style="width: 50%;" class="float-right">
|
||||
Charge:
|
||||
<asp:Label ID="ChargeLabel" runat="server" Text='<%# Bind("Charge") %>' />
|
||||
<br />
|
||||
P_FVC:
|
||||
<asp:Label ID="P_FVCLabel" runat="server" Text='<%# Bind("P_FVC") %>' />
|
||||
<br />
|
||||
CPS:
|
||||
<asp:Label ID="CPSLabel" runat="server" Text='<%# Bind("CPS") %>' />
|
||||
<br />
|
||||
P_CPS:
|
||||
<asp:Label ID="P_CPSLabel" runat="server" Text='<%# Bind("P_CPS") %>' />
|
||||
<br />
|
||||
P_FC4UG04:
|
||||
<asp:Label ID="P_FC4UG04Label" runat="server" Text='<%# Bind("P_FC4UG04") %>' />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div style="font-size: 10pt; width: 940px;">
|
||||
<div style="width: 50%;" class="float-left">
|
||||
FullCost:
|
||||
<asp:Label ID="FullCostLabel" runat="server" Text='<%# Bind("FullCost") %>' />
|
||||
<br />
|
||||
P_FullCost:
|
||||
<asp:Label ID="P_FullCostLabel" runat="server" Text='<%# Bind("P_FullCost") %>' />
|
||||
<br />
|
||||
MinPrice:
|
||||
<asp:Label ID="MinPriceLabel" runat="server" Text='<%# Bind("MinPrice") %>' />
|
||||
<br />
|
||||
P_MinPrice:
|
||||
<asp:Label ID="P_MinPriceLabel" runat="server" Text='<%# Bind("P_MinPrice") %>' />
|
||||
</div>
|
||||
|
||||
<div style="width: 50%;" class="float-right">
|
||||
P_PriceOff:
|
||||
<asp:Label ID="P_PriceOffLabel" runat="server" Text='<%# Bind("P_PriceOff") %>' />
|
||||
<br />
|
||||
NetMar:
|
||||
<asp:Label ID="NetMarLabel" runat="server" Text='<%# Bind("NetMar") %>' />
|
||||
<br />
|
||||
FCShield:
|
||||
<asp:Label ID="FCShieldLabel" runat="server" Text='<%# Bind("FCShield") %>' />
|
||||
<br />
|
||||
PckSur:
|
||||
<asp:Label ID="PckSurLabel" runat="server" Text='<%# Bind("PckSur") %>' />
|
||||
</div>
|
||||
</div>
|
||||
<%-- <hr />
|
||||
|
||||
<div style="font-size: 10pt; width: 940px;">
|
||||
<div style="width: 50%;" class="float-left"></div>
|
||||
|
||||
<div style="width: 50%;" class="float-right"></div>
|
||||
</div>--%>
|
||||
</ItemTemplate>
|
||||
</asp:FormView>
|
||||
<asp:ObjectDataSource ID="odsQuotes" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getByKey" TypeName="C2P_Data.DS_QuotesTableAdapters.QuoteFull_QTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:ControlParameter ControlID="lblQuoteType" DefaultValue="Q" Name="QuoteType" PropertyName="Text" Type="String" />
|
||||
|
||||
+11
-2
@@ -21,6 +21,15 @@ namespace C2P.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::Microsoft.AspNet.Web.Optimization.WebForms.BundleReference BundleReference1;
|
||||
|
||||
/// <summary>
|
||||
/// Return 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.LinkButton Return;
|
||||
|
||||
/// <summary>
|
||||
/// lblQuoteType control.
|
||||
/// </summary>
|
||||
@@ -49,13 +58,13 @@ namespace C2P.WebUserControls {
|
||||
protected global::System.Web.UI.WebControls.Label lblQuoteRev;
|
||||
|
||||
/// <summary>
|
||||
/// DetView control.
|
||||
/// FormView1 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.DetailsView DetView;
|
||||
protected global::System.Web.UI.WebControls.FormView FormView1;
|
||||
|
||||
/// <summary>
|
||||
/// odsQuotes control.
|
||||
|
||||
@@ -94,6 +94,7 @@ namespace C2P.WebUserControls
|
||||
{
|
||||
memLayer.ML.setSessionVal("valoreRicerca", ricerca);
|
||||
grView.DataBind();
|
||||
txtCerca.Focus();
|
||||
}
|
||||
|
||||
protected void btnCerca_Click(object sender, EventArgs e)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user