...
|
...
|
@@ -961,6 +961,9 @@ namespace CustomsCargoSystem.ExchangeDataStorageService |
|
|
else if (array3[0] == "HBS")
|
|
|
{
|
|
|
wayBillNoSecondary = array3[1];
|
|
|
string sub_originStation_desStation = array3[2];
|
|
|
originatingstation_bill = sub_originStation_desStation.Substring(0,3);
|
|
|
destinationstation_bill = sub_originStation_desStation.Substring(3,3);
|
|
|
text = array3[3];
|
|
|
text2 = array3[4].Substring(1);
|
|
|
if (array3.Length >= 6)
|
...
|
...
|
|