@using BookingWeb.Models @model ConfirmEditViewModel @{ /**/ var seleteItemsCARGO = new List(); seleteItemsCARGO.Add(new SelectListItem() { Value = "S", Text = Resources.LangOrder.SelectCARGOID_S }); seleteItemsCARGO.Add(new SelectListItem() { Value = "R", Text = Resources.LangOrder.SelectCARGOID_R }); seleteItemsCARGO.Add(new SelectListItem() { Value = "D", Text = Resources.LangOrder.SelectCARGOID_D }); seleteItemsCARGO.Add(new SelectListItem() { Value = "O", Text = Resources.LangOrder.SelectCARGOID_O }); string[] arrNum = new string[] { "ZERO", "ONE", "TWO", "THREE", "FOUR", "FIVE", "SIX", "SEVEN", "EIGHT", "NINE", "TEN" }; var selectItemsNum = new List(); foreach (var n in arrNum) { selectItemsNum.Add(new SelectListItem() { Value = n, Text = n }); } }
@Html.HiddenFor(m => m.SINO) @Html.HiddenFor(m => m.ORDNO) @Html.HiddenFor(m => m.BSSTATUS) @Html.HiddenFor(m => m.MODIFYTIME)
@Html.TextBoxFor(m => m.CARRIER, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.MBLNO, new { @class = "form-control" })
@Html.TextBoxFor(m => m.ORDERNO, new { @class = "form-control", placeholder = Resources.LangOrder.PHGenAuto, @readonly = "readonly" })
@Html.TextBoxFor(m => m.CONTRACTNO, new { @class = "form-control" })
@Html.TextBoxFor(m => m.ETD, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.VESSEL, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.VOYNO, new { @class = "form-control" })
@Html.TextBoxFor(m => m.YARD, new { @class = "form-control", autocomplete = "off" })
@Resources.LangAll.LabelSHIPPER
@Html.TextAreaFor(m => m.SHIPPER, new { @class = "form-control text-area-show-number", rows = "5", wrap = "off" })
@Resources.LangAll.LabelCONSIGNEE
@Html.TextAreaFor(m => m.CONSIGNEE, new { @class = "form-control text-area-show-number", rows = "5", wrap = "off" })
@Resources.LangAll.LabelNOTIFYPARTY
@Html.TextAreaFor(m => m.NOTIFYPARTY, new { @class = "form-control text-area-show-number", rows = "5", wrap = "off" })
@Resources.LangAll.LabelMARKS
@Html.TextAreaFor(m => m.MARKS, new { @class = "form-control", rows = "14" })
@Resources.LangAll.LabelDESCRIPTION
@Html.TextAreaFor(m => m.DESCRIPTION, new { @class = "form-control", rows = "14" })
@Html.TextBoxFor(m => m.HSCODE, new { @class = "form-control" })
@Html.DropDownListFor(m => m.CARGOID, seleteItemsCARGO, new { @class = "form-control" })
@Html.TextBoxFor(m => m.CNTRTOTAL, new { @class = "form-control", @readonly = "readonly" })
@Html.TextBoxFor(m => m.PKGS, new { @class = "form-control" })
@Html.TextBoxFor(m => m.KINDPKGS, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.KGS, new { @class = "form-control" })
@Html.TextBoxFor(m => m.CBM, new { @class = "form-control" })
@Html.TextBoxFor(m => m.TEMPSET, new { @class = "form-control" })
@Html.TextBoxFor(m => m.TEMPID, new { @class = "form-control", maxlength = "1" })
@Html.TextBoxFor(m => m.REEFERF, new { @class = "form-control" })
@Html.TextBoxFor(m => m.HUMIDITY, new { @class = "form-control" })
@Html.TextBoxFor(m => m.DCLASS, new { @class = "form-control" })
@Html.TextBoxFor(m => m.DUNNO, new { @class = "form-control" })
@Html.TextBoxFor(m => m.DPAGE, new { @class = "form-control" })
@Html.TextBoxFor(m => m.DLABEL, new { @class = "form-control" })
@Html.TextBoxFor(m => m.LINKMAN, new { @class = "form-control" })
@Html.TextBoxFor(m => m.PLACERECEIPTID, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.PLACERECEIPT, new { @class = "form-control" })
@Html.TextBoxFor(m => m.PORTLOADID, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.PORTLOAD, new { @class = "form-control" })
@Html.TextBoxFor(m => m.PORTDISCHARGEID, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.PORTDISCHARGE, new { @class = "form-control" })
@Html.TextBoxFor(m => m.DESTINATIONID, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.DESTINATION, new { @class = "form-control" })
@Html.TextBoxFor(m => m.PLACEDELIVERYID, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.PLACEDELIVERY, new { @class = "form-control" })
@Resources.LangAll.LabelCtrnTypeNum
@**@ @**@
@Resources.LangAll.LabelIndex @Resources.LangAll.LabelCtrnType@Resources.LangAll.LabelCtrnNum@Resources.LangAll.LabelTEU@Resources.LangAll.LabelCNTRNO @Resources.LangAll.LabelSEALNO @Resources.LangAll.LabelPKGS @Resources.LangAll.LabelKINDPKGS @Resources.LangAll.LabelKGS @Resources.LangAll.LabelCBM @Resources.LangAll.LabelTAREWEIGHT @Resources.LangAll.LabelCTNSTATUS @Resources.LangAll.LabelWEIGHTYPE @Resources.LangAll.LabelWEIGHKGS @Resources.LangAll.LabelWEIGHATTN @Resources.LangAll.LabelVGMCONNCOM @Resources.LangAll.LabelWEIGHTEL @Resources.LangAll.LabelWEIGHDATE @Resources.LangAll.LabelVGMADDR @Resources.LangAll.LabelVGMEMAIL @Resources.LangAll.LabelREMARK
@Resources.LangAll.LabelSIRemark
@Html.TextAreaFor(m => m.SIREMARK, new { @class = "form-control", rows = "4" })
@Html.TextBoxFor(m => m.ISSUETYPE, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.SERVICE, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.BLFRT, new { @class = "form-control", autocomplete = "off" })
@Html.TextBoxFor(m => m.PREPARDAT, new { @class = "form-control", autocomplete = "off" })
@Html.DropDownListFor(m => m.NOBILL, selectItemsNum, new { @class = "form-control" })
@Html.DropDownListFor(m => m.COPYNOBILLL, selectItemsNum, new { @class = "form-control" })
@section styles { } @section scripts{ @if (Model.BSSTATUS != OrderConfirmStatus.Create.ToString() && Model.BSSTATUS != OrderConfirmStatus.Reject.ToString()) { } }