{$T.curro.orderCode}
{#if $T.curro.freightType == 2}
{$T.curro.airStartCustomTitle}
{$T.curro.airEndCustomTitle}
{#elseif $T.curro.freightType == 1}
{$T.curro.seaStartCustomTitle}
{$T.curro.seaEndCustomTitle}
{#elseif $T.curro.freightType == 4}
{$T.curro.startPortStr}
{$T.curro.endPortStr}
{#/if}
品名: {$T.curro.commodity}
{#if $T.curro.freightType == 1}
货柜类型:
{#if $T.curro.GP_20_Num > 0}{$T.curro.GP_20_Num}x20GP{#/if}
{#if $T.curro.GP_40_Num > 0}{$T.curro.GP_40_Num}x40GP{#/if}
{#if $T.curro.HQ_40_Num > 0}{$T.curro.HQ_40_Num}x40HQ{#/if}
{#if $T.curro.HQ_45_Num > 0}{$T.curro.HQ_45_Num}x45HQ{#/if}
{#if $T.curro.otherList != null && $T.curro.otherList.length > 0}
{#foreach $T.curro.otherList as child}
{$T.child.countNum}x{$T.child.title}
{#/for}
{#/if}
{#else}
体积/重量(KGS):{$T.curro.countVolume}cbm/{$T.curro.countWeight}kg
{#/if}
{#if $T.curro.freightType == 4}
快递单号: {$T.curro.freightNo}
{#else}
预计出运时间: {$P.getLocalDate($T.curro.expSetOutDate, 1)}
{#/if}