|
|
@@ -459,7 +459,7 @@
|
|
|
<option value="1" {if $fullorderamz['qm'] == 1}selected="selected"{/if}>需要</option>
|
|
|
</select>
|
|
|
{else}
|
|
|
-<b>{if $fullorderamz['express'] != 24 && $fullorderamz['express'] != 31}{if $fullorderamz['qm'] == 0}不需要{else if $fullorderamz['qm'] == 1}需要{/if}{else}{if $fullorderamz['qm'] == 0}默认{else if $fullorderamz['qm'] == 1}{if $fullorderamz['express'] == 2}签名{else}成人签名{/if}{else if $fullorderamz['qm'] == 2}必须签名但可代签{/if}{/if}</b>
|
|
|
+<b>{if $fullorderamz['express'] != 24 && $fullorderamz['express'] != 31}{if $fullorderamz['qm'] == 0}不需要{else if $fullorderamz['qm'] == 1}需要{/if}{else}{if $fullorderamz['qm'] == 0}默认{else if $fullorderamz['qm'] == 1}{if $fullorderamz['express'] == 2}签名{else}需要签名{/if}{else if $fullorderamz['qm'] == 2}必须签名但可代签{/if}{/if}</b>
|
|
|
{/if}
|
|
|
</li>
|
|
|
|
|
|
@@ -623,7 +623,7 @@ $(document).ready(function() {
|
|
|
$("#refundtime").calendar();custom();pptskc('2');
|
|
|
if($("select[name='express']").find("option:selected").val() == '24' || $("select[name='express']").find("option:selected").val() == '31')//联邦的话替换签名选项11
|
|
|
{
|
|
|
- $("select[name='qm']").html('<option value="0" {if $fullorderamz["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullorderamz["qm"] == 1}selected="selected"{/if}>成人签名</option>');
|
|
|
+ $("select[name='qm']").html('<option value="0" {if $fullorderamz["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullorderamz["qm"] == 1}selected="selected"{/if}>需要签名</option>');
|
|
|
}
|
|
|
else
|
|
|
{
|