|
@@ -460,14 +460,12 @@
|
|
|
|
|
|
<li class="lengththree">
|
|
|
<em>服务类型:</em>
|
|
|
-{if $fullorderamz['express'] == 2 || $fullordersmt['express'] == 64}
|
|
|
-<b>{if $fullorderamz['js'] == 0}Ground Advantage
|
|
|
-{else if $fullorderamz['js'] == 1}PRIORITY
|
|
|
-{else if $fullorderamz['js'] == 2}EXPRESS
|
|
|
-{/if}
|
|
|
-</b>
|
|
|
+{if in_array($fullorderamz['express'],[24,31])}
|
|
|
+ <b>{if ($fullorderamz['js'] == 3)} IP {else} FICP{/if}</b>
|
|
|
+{else if $fullorderamz['express'] == 1}
|
|
|
+ <b>{if ($fullorderamz['js'] == 6)} 从发件方付税 {else } 无 {/if}</b>
|
|
|
{else}
|
|
|
-<b>无</b>
|
|
|
+ <b>{if $fullorderamz['js'] == 0}Ground Advantage{else if $fullorderamz['js'] == 1}PRIORITY{else if $fullorderamz['js'] == 2}EXPRESS{/if}</b>
|
|
|
{/if}
|
|
|
</li>
|
|
|
|