|
|
@@ -339,12 +339,12 @@
|
|
|
|
|
|
<li>
|
|
|
<em>邮箱:</em>
|
|
|
-<input name="email" value="{$fullordertt['email']}" type="text">
|
|
|
+<input name="email" value="{$fullordertt['email']}" type="text" {if $fullordertt['express'] == 83}readonly{/if}>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>国家:</em>
|
|
|
-<select name="country" class="select class">
|
|
|
+<select name="country" class="select class" {if $fullordertt['express'] == 83}disabled{/if}>
|
|
|
{loop $country as $val}
|
|
|
<option value="{$val['id']}" {if $fullordertt['country'] == $val['id']}selected="selected"{/if}>{$val['name']}</option>
|
|
|
{/loop}
|
|
|
@@ -353,49 +353,49 @@
|
|
|
|
|
|
<li>
|
|
|
<em>联系方式:</em>
|
|
|
-<input name="phone" class="must" value="{$fullordertt['phone']}" type="text">
|
|
|
+<input name="phone" class="must" value="{$fullordertt['phone']}" {if $fullordertt['express'] == 83}readonly{/if} type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>省州:</em>
|
|
|
-<input value="{$fullordertt['province']}" name="province" type="text" {if (($fullordertt['city'] == 'Newark' || $fullordertt['city'] == 'Camden') && ($fullordertt['province'] == 'New Jersey' || $fullordertt['province'] == 'NJ')) || $fullordertt['province'] == 'Jersey'}style="color:#F00"{/if}>
|
|
|
+<input value="{$fullordertt['province']}" name="province" type="text" {if (($fullordertt['city'] == 'Newark' || $fullordertt['city'] == 'Camden') && ($fullordertt['province'] == 'New Jersey' || $fullordertt['province'] == 'NJ')) || $fullordertt['province'] == 'Jersey'}style="color:#F00"{/if} {if $fullordertt['express'] == 83}readonly{/if} >
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>公司名:</em>
|
|
|
-<input name="client" value="{$fullordertt['client']}" type="text">
|
|
|
+<input name="client" value="{$fullordertt['client']}" {if $fullordertt['express'] == 83}readonly{/if} type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>城市:</em>
|
|
|
-<input class="must" value="{$fullordertt['city']}" name="city" type="text" {if ($fullordertt['city'] == 'Newark' || $fullordertt['city'] == 'Camden') && ($fullordertt['province'] == 'New Jersey' || $fullordertt['province'] == 'NJ')}style="color:#F00"{/if}>
|
|
|
+<input class="must" value="{$fullordertt['city']}" name="city" type="text" {if ($fullordertt['city'] == 'Newark' || $fullordertt['city'] == 'Camden') && ($fullordertt['province'] == 'New Jersey' || $fullordertt['province'] == 'NJ')}style="color:#F00"{/if} {if $fullordertt['express'] == 83}readonly{/if} >
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>收货人姓名:</em>
|
|
|
-<input name="name" class="must" value="{$fullordertt['name']}" type="text">
|
|
|
+<input name="name" class="must" value="{$fullordertt['name']}" {if $fullordertt['express'] == 83}readonly{/if} type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>邮编:</em>
|
|
|
-<input value="{$fullordertt['zipcode']}" name="zipcode" type="text">
|
|
|
+<input value="{$fullordertt['zipcode']}" name="zipcode" {if $fullordertt['express'] == 83}readonly{/if} type="text">
|
|
|
</li>
|
|
|
|
|
|
{if $is == 5}
|
|
|
<li class="length">
|
|
|
<em>街道:</em>
|
|
|
-<input value="{$fullordertt['street']}" name="street" type="text">
|
|
|
+<input value="{$fullordertt['street']}" name="street" {if $fullordertt['express'] == 83}readonly{/if} type="text">
|
|
|
</li>
|
|
|
{/if}
|
|
|
|
|
|
<li class="length">
|
|
|
<em>地址2:</em>
|
|
|
-<input value="{$fullordertt['address2']}" name="address2" type="text">
|
|
|
+<input value="{$fullordertt['address2']}" name="address2" {if $fullordertt['express'] == 83}readonly{/if} type="text">
|
|
|
</li>
|
|
|
|
|
|
<li class="length">
|
|
|
<em>地址1:</em>
|
|
|
-<input value="{$fullordertt['address']}" name="address" type="text">
|
|
|
+<input value="{$fullordertt['address']}" name="address" {if $fullordertt['express'] == 83}readonly{/if} type="text">
|
|
|
</li>
|
|
|
|
|
|
<li class="lengththree">
|