DS7_JinGang
hanxuntao 1 year ago
parent dd42ebbe78
commit 1f9f0afa95

@ -26049,7 +26049,7 @@ namespace DSWeb.MvcShipping.DAL.MsOpSeaeEdiPortDAL
#region 13 #region 13
tempstr = "13";//1 //RECORD-ID//M//9(2)//1 //2 //13 tempstr = "13";//1 //RECORD-ID//M//9(2)//1 //2 //13
tempstr += GetSpaceStr("", 3);//2 //Filler//M//X(3)//3 //5 //Spaces tempstr += GetSpaceStr("", 3);//2 //Filler//M//X(3)//3 //5 //Spaces
tempstr += GetSpaceStr(GetPortEDICode(bill.PORTLOADID, "PIL"), 5);//3 //Port of Origin//M//X(5)//6 //10 //refer Port Code (Place of receipt) tempstr += GetSpaceStr(GetPortEDICode(bill.PLACERECEIPTID, "PIL"), 5);//3 //Port of Origin//M//X(5)//6 //10 //refer Port Code (Place of receipt)
tempstr += GetSpaceStr(GetPortEDICode(bill.PORTDISCHARGEID, "PIL"), 5);//4 //Port of Discharge//M//X(5)//11 //15 //refer Port code (Port of Discharge - final) tempstr += GetSpaceStr(GetPortEDICode(bill.PORTDISCHARGEID, "PIL"), 5);//4 //Port of Discharge//M//X(5)//11 //15 //refer Port code (Port of Discharge - final)
tempstr += GetSpaceStr("", 5);//5 //Port of Trans//C//X(5)//16 //20 //refer Port code (1st T/S port), only if Transshipment involved tempstr += GetSpaceStr("", 5);//5 //Port of Trans//C//X(5)//16 //20 //refer Port code (1st T/S port), only if Transshipment involved
tempstr += GetSpaceStr(GetPortEDICode(bill.PLACEDELIVERYID, "PIL"), 5);//6 //Final Destination//M//X(5)//21 //25 //refer Port Code (Place of delivery) tempstr += GetSpaceStr(GetPortEDICode(bill.PLACEDELIVERYID, "PIL"), 5);//6 //Final Destination//M//X(5)//21 //25 //refer Port Code (Place of delivery)

@ -329,13 +329,13 @@ namespace DSWeb.MvcShipping.Helper
{ {
try try
{ {
dataRow[j] = cellData.DateCellValue; dataRow[i] = cellData.DateCellValue;
} }
catch catch
{ {
try try
{ {
dataRow[j] = GetDateTime((int)cellData.NumericCellValue); dataRow[i] = GetDateTime((int)cellData.NumericCellValue);
} }
catch { catch {

Loading…
Cancel
Save