|
@@ -547,28 +547,35 @@
|
|
<!--</li>-->
|
|
<!--</li>-->
|
|
<li class="lengththree">
|
|
<li class="lengththree">
|
|
<em>服务类型: </em>
|
|
<em>服务类型: </em>
|
|
-{if $fullorder['print'] != 3 || ($fullorder['print'] == 3 && $vip == '1')}
|
|
|
|
- {if in_array($fullorder['express'],[24,31])}
|
|
|
|
|
|
+{if $fullordertt['print'] != 3 || ($fullordertt['print'] == 3 && $vip == '1')}
|
|
|
|
+ {if in_array($fullordertt['express'],[24,31])}
|
|
|
|
|
|
<select name="js" class="printtype select class">
|
|
<select name="js" class="printtype select class">
|
|
- <option value="4" {if $fullorder['js'] != 3}selected="selected"{/if}>FICP</option>
|
|
|
|
- <option value="3" {if $fullorder['js'] == 3}selected="selected"{/if}>IP</option>
|
|
|
|
|
|
+ <option value="4" {if $fullordertt['js'] != 3}selected="selected"{/if}>FICP</option>
|
|
|
|
+ <option value="3" {if $fullordertt['js'] == 3}selected="selected"{/if}>IP</option>
|
|
|
|
|
|
|
|
+ </select>
|
|
|
|
+ {else if $fullordertt['express'] == 1}
|
|
|
|
+ <select name="js" class="printtype select class">
|
|
|
|
+ <option value="5" {if $fullordertt['js'] != 6}selected="selected"{/if}>从收件方付税 </option>
|
|
|
|
+ <option value="6" {if $fullordertt['js'] == 6}selected="selected"{/if}>从发件方付税 </option>
|
|
</select>
|
|
</select>
|
|
{else}
|
|
{else}
|
|
|
|
|
|
<select name="js" class="printtype select class">
|
|
<select name="js" class="printtype select class">
|
|
- <option value="0" {if $fullorder['js'] == 0}selected="selected"{/if}>Ground Advantage</option>
|
|
|
|
- <option value="1" {if $fullorder['js'] == 1}selected="selected"{/if}>PRIORITY</option>
|
|
|
|
- <option value="2" {if $fullorder['js'] == 2}selected="selected"{/if}>EXPRESS</option>
|
|
|
|
|
|
+ <option value="0" {if $fullordertt['js'] == 0}selected="selected"{/if}>Ground Advantage</option>
|
|
|
|
+ <option value="1" {if $fullordertt['js'] == 1}selected="selected"{/if}>PRIORITY</option>
|
|
|
|
+ <option value="2" {if $fullordertt['js'] == 2}selected="selected"{/if}>EXPRESS</option>
|
|
<!-- <option value="3" {if $fullorder['js'] == 3}selected="selected"{/if}>ENVELOPE</option>-->
|
|
<!-- <option value="3" {if $fullorder['js'] == 3}selected="selected"{/if}>ENVELOPE</option>-->
|
|
</select>
|
|
</select>
|
|
{/if}
|
|
{/if}
|
|
{else}
|
|
{else}
|
|
- {if in_array($fullorder['express'],[24,31])}
|
|
|
|
- <b>{if ($fullorder['js'] == 3)} IP {else} FICP{/if}</b>
|
|
|
|
|
|
+ {if in_array($fullordertt['express'],[24,31])}
|
|
|
|
+ <b>{if ($fullordertt['js'] == 3)} IP {else} FICP{/if}</b>
|
|
|
|
+ {else if $fullordertt['express'] == 1}
|
|
|
|
+ <b>{if ($fullordertt['js'] == 6)} 从发件方付税 {else } 从收件方付税 {/if}</b>
|
|
{else}
|
|
{else}
|
|
- <b>{if $fullorder['js'] == 0}Ground Advantage{else if $fullorder['js'] == 1}PRIORITY{else if $fullorder['js'] == 2}EXPRESS{/if}</b>
|
|
|
|
|
|
+ <b>{if $fullordertt['js'] == 0}Ground Advantage{else if $fullordertt['js'] == 1}PRIORITY{else if $fullordertt['js'] == 2}EXPRESS{/if}</b>
|
|
{/if}
|
|
{/if}
|
|
{/if}
|
|
{/if}
|
|
</li>
|
|
</li>
|
|
@@ -791,6 +798,14 @@ if(eid == '2' || eid == '64')//联邦的话替换签名选项
|
|
$("select[name='js']").find('option[value="4"]').prop('selected','selected');
|
|
$("select[name='js']").find('option[value="4"]').prop('selected','selected');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ else if(eid == 1){
|
|
|
|
+ $("select[name='js']").html('<option value="5">从收件方付税</option><option value="6">从发件方付税</option>');
|
|
|
|
+ if(jsxz == 6){
|
|
|
|
+ $("select[name='js']").find('option[value="6"]').prop('selected','selected');
|
|
|
|
+ }else{
|
|
|
|
+ $("select[name='js']").find('option[value="5"]').prop('selected','selected');
|
|
|
|
+ }
|
|
|
|
+ }
|
|
else
|
|
else
|
|
{
|
|
{
|
|
$("select[name='js']").html('<option value="0" selected="selected">无</option>');//<option value="1">需要</option>
|
|
$("select[name='js']").html('<option value="0" selected="selected">无</option>');//<option value="1">需要</option>
|