@ -9384,6 +9384,7 @@ namespace DSWeb.MvcShipping.DAL.MsOpSeaeDAL
result.SetErrorInfo("船名航次错误", false,船期信息List.ToList());
result.Message2 = _r1.Message2;
}
catch (Exception e)
@ -9503,9 +9504,11 @@ namespace DSWeb.MvcShipping.DAL.MsOpSeaeDAL
if (_r.code == 200)
{
result.OK("", _r.data);
result.Message2 = (装货港中远code + "---" + 卸货港中远code);
else {
result.SetErrorInfo(_r.msg);
return result;
@ -24383,6 +24383,10 @@ Ext.extend(Shipping.MsOpSeaeEdit, Ext.Panel, {
//_this.storeVesselVoyno_Cosco.loadData(resultData.Data);
//_this.win_VesselVoyno_Cosco.setTitle("中远订舱:" + resultData.Message2 + "");
_this.win_VesselVoyno_Cosco.title = "中远订舱:<a><font color='#FF0000'>" + resultData.Message2 +"</font></a>" ;
_this.win_VesselVoyno_Cosco.doLayout();
_this.win_VesselVoyno_Cosco.show();
} else {