{rowList[i].MBL_NO} | {rowList[i].CONTA_NO} | {rowList[i].LOAD_PORT} | {(rowList[i].ETB.HasValue ? rowList[i].ETB.Value.ToString("yyyy-MM-dd HH:mm") : "")} | {(rowList[i].ETD.HasValue ? rowList[i].ETD.Value.ToString("yyyy-MM-dd HH:mm") : "")} |
");
}
//生成From Vessel的table列表
@@ -894,5 +914,140 @@ namespace Myshipping.Application
return result;
}
#endregion
+
+ #region 更新订舱截止时间
+ ///