@using BookingJieFeng.Models @model ConfirmEditViewModel @{ /**/ var seleteItemsCARGO = new List(); seleteItemsCARGO.Add(new SelectListItem() { Value = "S", Text = "S普通货" }); seleteItemsCARGO.Add(new SelectListItem() { Value = "R", Text = "R冻柜" }); seleteItemsCARGO.Add(new SelectListItem() { Value = "D", Text = "D危险品" }); var seleteItemsHYWRW = new List(); seleteItemsHYWRW.Add(new SelectListItem() { Value = "1", Text = "是" }); seleteItemsHYWRW.Add(new SelectListItem() { Value = "0", Text = "否" }); var seleteItemsDangerType = new List(); seleteItemsDangerType.Add(new SelectListItem() { Value = "0", Text = "无" }); seleteItemsDangerType.Add(new SelectListItem() { Value = "1", Text = "危险品+普货" }); seleteItemsDangerType.Add(new SelectListItem() { Value = "2", Text = "危险品+化工品" }); seleteItemsDangerType.Add(new SelectListItem() { Value = "3", Text = "危险品+危险品" }); var logList = ViewBag.LogList as List; }
@Html.HiddenFor(m => m.SINO) @Html.HiddenFor(m => m.ORDNO) @Html.HiddenFor(m => m.BSSTATUS) @Html.HiddenFor(m => m.MODIFYTIME) @Html.HiddenFor(m => m.BSNO)
@Html.DropDownListFor(m => m.CARGOID, seleteItemsCARGO, new { @class = "select form-control" })
@Html.TextBoxFor(m => m.SALECODE, new { @class = "form-control", autocomplete = "off" })
@if (ViewBag.RemainTimeClosing != null) {
@ViewBag.RemainTimeClosing
}
35
@Html.TextAreaFor(m => m.SHIPPER, new { @class = "form-control text-area-show-number", rows = "5", wrap = "off" })
    35
    @Html.TextAreaFor(m => m.CONSIGNEE, new { @class = "form-control text-area-show-number", rows = "5", wrap = "off" })
      35
      @Html.TextAreaFor(m => m.NOTIFYPARTY, new { @class = "form-control text-area-show-number", rows = "5", wrap = "off" })
        35
        @Html.TextAreaFor(m => m.NOTIFYPARTY2, new { @class = "form-control text-area-show-number", rows = "5", wrap = "off" })
          @Html.TextBoxFor(m => m.BusinessNO, new { @class = "form-control", @readonly = "readonly" })
          @Html.TextBoxFor(m => m.PONO, new { @class = "form-control" })
          @Html.TextBoxFor(m => m.CONTRACTNO, new { @class = "form-control" })
          @Html.TextBoxFor(m => m.MBLNO, new { @class = "form-control", @readonly = "readonly" })
          @Html.TextBoxFor(m => m.CARRIER, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.ETD, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.VESSEL, new { @class = "form-control", autocomplete = "off", @readonly = "readonly" })
          @Html.TextBoxFor(m => m.VOYNO, new { @class = "form-control", @readonly = "readonly" })
          @Html.TextBoxFor(m => m.PORTLOADID, new { @class = "form-control", autocomplete = "off", @readonly = "readonly", @title = "港口如果需要修改,请填写在SI备注里 " })
          @Html.TextBoxFor(m => m.PORTLOAD, new { @class = "form-control", @readonly = "readonly", @title = "港口如果需要修改,请填写在SI备注里 " })
          @Html.TextBoxFor(m => m.PORTDISCHARGEID, new { @class = "form-control", autocomplete = "off", @readonly = "readonly", @title = "港口如果需要修改,请填写在SI备注里 " })
          @Html.TextBoxFor(m => m.PORTDISCHARGE, new { @class = "form-control", @readonly = "readonly", @title = "港口如果需要修改,请填写在SI备注里 " })
          @Html.TextBoxFor(m => m.DESTINATIONID, new { @class = "form-control", autocomplete = "off", @readonly = "readonly", @title = "港口如果需要修改,请填写在SI备注里 " })
          @Html.TextBoxFor(m => m.DESTINATION, new { @class = "form-control", @readonly = "readonly", @title = "港口如果需要修改,请填写在SI备注里 " })
          @Html.TextBoxFor(m => m.BLFRT, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.PREPARDAT, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.ISSUETYPE, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.SERVICE, new { @class = "form-control", autocomplete = "off" })
          @*@Html.CheckBoxFor(m => m.DAILU)*@

          如需我司代录VGM,请在此处挑勾

          @*@Html.CheckBoxFor(m => m.DAILU)*@

          如需我司代录舱单,请在此处挑勾

          @Html.TextBoxFor(m => m.SHIPPERCOUNTRY, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.CONSIGNEERCOUNTRY, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.NOTIFYPARTYCOUNTRY, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.SHIPPERTEL, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.CONSIGNEETEL, new { @class = "form-control", autocomplete = "off" })
          @Html.TextBoxFor(m => m.NOTIFYPARTYTEL, new { @class = "form-control", autocomplete = "off" })
          序号 箱型 箱号 封号 件数 包装 毛重(KGS) 尺码(M2) VGM(KGS) 公司名 联系人 电话 邮箱 称重方式
          @Html.TextAreaFor(m => m.MARKS, new { @class = "form-control", rows = "5" })
          @Html.TextBoxFor(m => m.HSCODE, new { @class = "form-control" })
          此处HS CODE不显示提单,如需显示请添加货描处
          @Html.TextAreaFor(m => m.DESCRIPTION, new { @class = "form-control", rows = "5" })
          @Html.TextAreaFor(m => m.SIREMARK, new { @class = "form-control", rows = "5" })
          @Html.TextBoxFor(m => m.TEMPSET, new { @class = "form-control" })
          @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.FUWEI, new { @class = "form-control" })
          @Html.TextBoxFor(m => m.SHANDIAN, new { @class = "form-control" })
          @Html.TextBoxFor(m => m.HAIYANGWURANWU, new { @class = "form-control" })
          @Html.DropDownListFor(m => m.DangerType, seleteItemsDangerType, new { @class = "select form-control" })
          修改汇总
            @if (logList != null) { foreach (var item in logList) {
          • 修改人:@item.OpUserName 修改时间:@item.OpTime 展开 / 折叠内容 @if (item.ChangeList.Count == 0) { (未做任何修改) }
          • @if (item.ChangeList.Count > 0) { foreach (var chg in item.ChangeList) { } } else { }
            @chg.Title:@chg.SrcValue 改为   @chg.Title:@chg.DestValue
            未作任何更改
            } }
          @section styles { } @section scripts{ @if (Model.BSSTATUS != OrderConfirmStatus.Create.ToString() && Model.BSSTATUS != OrderConfirmStatus.Reject.ToString()) { } }