@using BookingWeb.Models @model OrderEditViewModel @{ 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 }); } var seleteItemsTRANSTYPE = new List(); seleteItemsTRANSTYPE.Add(new SelectListItem() { Value = "海运", Text = Resources.LangOrder.SelectTRANSTYPE_S}); seleteItemsTRANSTYPE.Add(new SelectListItem() { Value = "海铁联运", Text = Resources.LangOrder.SelectTRANSTYPE_SR }); }
1
@ViewBag.StaOrderSaveTime
2
@ViewBag.StaOrderSubmitTime
3
@ViewBag.StaOrderConfirmTime
4
@ViewBag.StaConfirmSaveTime
5
@ViewBag.StaConfirmSubmitTime
6
@ViewBag.StaConfirmConfirmTime
@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.SALE_NAME, new { @class = "form-control" })
@Html.DropDownListFor(m => m.TRANSTYPE, seleteItemsTRANSTYPE, 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.LabelCtrnType @Resources.LangAll.LabelCtrnNum
@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" })
@Resources.LangAll.LabelSoRemark
@Html.TextAreaFor(m => m.EDIREMARK, new { @class = "form-control", rows = "4" })
@section styles { } @section scripts{ @if (Model.BSSTATUS != OrderStatus.Create.ToString()&& Model.BSSTATUS != OrderStatus.Back.ToString()) { } }