|
@@ -641,8 +641,8 @@
|
|
|
</select>
|
|
|
{else if $fullorder['express'] == 1}
|
|
|
<select name="js" class="printtype select class">
|
|
|
- <option value="5" {if $fullorder['js'] != 6}selected="selected"{/if}>收件方承担税费 </option>
|
|
|
- <option value="6" {if $fullorder['js'] == 6}selected="selected"{/if}>发件方承担税费 </option>
|
|
|
+ <option value="5" {if $fullorder['js'] != 6}selected="selected"{/if}>从收件方付税 </option>
|
|
|
+ <option value="6" {if $fullorder['js'] == 6}selected="selected"{/if}>从发件方付税 </option>
|
|
|
</select>
|
|
|
{else}
|
|
|
|
|
@@ -657,7 +657,7 @@
|
|
|
{if in_array($fullorder['express'],[24,31])}
|
|
|
<b>{if ($fullorder['js'] == 3)} IP {else} FICP{/if}</b>
|
|
|
{else if $fullorder['express'] == 1}
|
|
|
- <b>{if ($fullorder['js'] == 6)} 发件方承担税费 {else } 收件方承担税费 {/if}</b>
|
|
|
+ <b>{if ($fullorder['js'] == 6)} 从发件方付税 {else } 从发件方付税 {/if}</b>
|
|
|
{else}
|
|
|
<b>{if $fullorder['js'] == 0}Ground Advantage{else if $fullorder['js'] == 1}PRIORITY{else if $fullorder['js'] == 2}EXPRESS{/if}</b>
|
|
|
{/if}
|
|
@@ -943,7 +943,7 @@ if(eid == '2' || eid == '64')//联邦的话替换签名选项
|
|
|
|
|
|
}
|
|
|
else if(eid == 1){
|
|
|
- $("select[name='js']").html('<option value="5">收件方承担税费</option><option value="6">发件方承担税费</option>');
|
|
|
+ $("select[name='js']").html('<option value="5">从收件方付税</option><option value="6">从发件方付税</option>');
|
|
|
if(jsxz == 5){
|
|
|
$("select[name='js']").find('option[value="5"]').prop('selected','selected');
|
|
|
}else{
|