- @if (!(item.BomOk && item.ItemOk))
+ @if (DisplayMode == EgwCoreLib.Lux.Core.Enums.DisplayMode.Edit)
+ {
+
+ @if (string.IsNullOrEmpty(item.SerStruct) || item.SerStruct.Length <= 2)
+ {
+
+ }
+ else
+ {
+ DoEditJwd(item)" title="Edit Item" />
+ }
+ |
+ }
+
+ @item.OfferRowUID
+ @if (DisplayMode == EgwCoreLib.Lux.Core.Enums.DisplayMode.Edit && !string.IsNullOrEmpty(item.SerStruct) && item.SerStruct.Length > 2)
{
-
+
}
- @if (item.AwaitPrice)
+ @if (item.Envir != EgwMultiEngineManager.Data.Constants.EXECENVIRONMENTS.WINDOW || !string.IsNullOrEmpty(item.FileName))
{
-
- }
- @($"{item.UnitPrice:C2}")
-
- (@item.UnitCost.ToString("C2"))
- |
- @if (DisplayMode == EgwCoreLib.Lux.Core.Enums.DisplayMode.Edit)
- {
-
- @if (!string.IsNullOrEmpty(item.ItemBOM))
- {
-
+
+ @if (EditRecord != null && EditRecord.OfferRowID == item.OfferRowID)
+ {
+
+
+
+
+ }
+ else
+ {
+ @item.FileName | @fSize(item.FileSize)
+
+ }
+
}
|
+ @if (CurrEditMode == EditMode.RecData && EditRecord != null && EditRecord.OfferRowID == item.OfferRowID)
+ {
+
+
+
+
+ |
+
+
+ |
+ }
+ else
+ {
+
@item.Note |
+
+ @item.Qty
+ |
+ }
+
+
+ @if (!(item.BomOk && item.ItemOk))
+ {
+
+ }
+ @if (item.AwaitPrice)
+ {
+
+ }
+ @($"{item.UnitPrice:C2}")
+
+ (@item.UnitCost.ToString("C2"))
+ |
+ @if (DisplayMode == EgwCoreLib.Lux.Core.Enums.DisplayMode.Edit)
+ {
+
+ @if (!string.IsNullOrEmpty(item.ItemBOM))
+ {
+
+ }
+ |
+ }
+
+
+ @if (item.AwaitPrice)
+ {
+
+ }
+ @($"{item.TotalPrice:C2}")
+
+ (@item.TotalCost.ToString("C2"))
+ |
+
+ @item.MaxDiscount.ToString("P2")
+ |
}
-
-
- @if (item.AwaitPrice)
- {
-
- }
- @($"{item.TotalPrice:C2}")
-
- (@item.TotalCost.ToString("C2"))
- |
-
- @item.MaxDiscount.ToString("P2")
- |
@if (DisplayMode == EgwCoreLib.Lux.Core.Enums.DisplayMode.Edit)
{
|