|
@@ -83,9 +83,9 @@
|
|
|
<li>
|
|
|
<em>资金状态:</em>
|
|
|
<select name="capital" class="select class">
|
|
|
-<option value="3" {if $fullordertt['capital'] == 3}selected="selected"{/if}>全部支付</option>
|
|
|
-<option value="1" {if $fullordertt['capital'] == 1}selected="selected"{/if}>暂未支付</option>
|
|
|
-<option value="2" {if $fullordertt['capital'] == 2}selected="selected"{/if}>部分支付</option>
|
|
|
+<option value="3" {if $customeramz['capital'] == 3}selected="selected"{/if}>全部支付</option>
|
|
|
+<option value="1" {if $customeramz['capital'] == 1}selected="selected"{/if}>暂未支付</option>
|
|
|
+<option value="2" {if $customeramz['capital'] == 2}selected="selected"{/if}>部分支付</option>
|
|
|
</select>
|
|
|
</li>
|
|
|
|
|
@@ -93,14 +93,14 @@
|
|
|
<em>所属店铺:</em>
|
|
|
<b>
|
|
|
{loop usershop() as $val}
|
|
|
- {if $customertt['shop'] == $val['id']}{$val['shopname']}{/if}
|
|
|
+ {if $customeramz['shop'] == $val['id']}{$val['shopname']}{/if}
|
|
|
{/loop}
|
|
|
</b>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>订单金额:</em>
|
|
|
-<input name="shouldmoney" class="must currencymoney" value="" type="text" {if $fullordertt['shouldmoney'] > 200}style="color:#F00"{/if}> <font class="currency">CNY</font>
|
|
|
+<input name="shouldmoney" class="must currencymoney" value="" type="text" {if $customeramz['shouldmoney'] > 200}style="color:#F00"{/if}> <font class="currency">CNY</font>
|
|
|
</li>
|
|
|
|
|
|
|
|
@@ -147,84 +147,84 @@
|
|
|
|
|
|
<li>
|
|
|
<em>Bill Name:</em>
|
|
|
-<input name="bname" class="must" value="{$customertt['name']}" type="text">
|
|
|
+<input name="bname" class="must" value="{$customeramz['name']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>Ship Name:</em>
|
|
|
-<input name="sname" class="must" value="{$customertt['name']}" type="text">
|
|
|
+<input name="sname" class="must" value="{$customeramz['name']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li class="length remark">
|
|
|
<em>Bill Address:</em>
|
|
|
-<input class="must" name="baddress" value="{$customertt['address']},{$customertt['city']},{$customertt['province']},{$customertt['zipcode']},{$bm['al']},{$customertt['phone']}" type="text">
|
|
|
+<input class="must" name="baddress" value="{$customeramz['address']},{$customeramz['city']},{$customeramz['province']},{$customeramz['zipcode']},{$bm['al']},{$customeramz['phone']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li class="length remark">
|
|
|
<em>Ship Address:</em>
|
|
|
-<input class="must" name="saddress" value="{$customertt['address']},{$customertt['city']},{$customertt['province']},{$customertt['zipcode']},{$bm['al']},{$customertt['phone']}" type="text">
|
|
|
+<input class="must" name="saddress" value="{$customeramz['address']},{$customeramz['city']},{$customeramz['province']},{$customeramz['zipcode']},{$bm['al']},{$customeramz['phone']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>邮箱:</em>
|
|
|
-<input class="must" name="email" value="{$customertt['email']}" type="text">
|
|
|
+<input class="must" name="email" value="{$customeramz['email']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>国家:</em>
|
|
|
<select name="country" class="select class">
|
|
|
{loop $country as $val}
|
|
|
-<option value="{$val['id']}" {if $customertt['country'] == $val['id']}selected="selected"{/if}>{$val['name']}</option>
|
|
|
+<option value="{$val['id']}" {if $customeramz['country'] == $val['id']}selected="selected"{/if}>{$val['name']}</option>
|
|
|
{/loop}
|
|
|
</select>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>联系方式:</em>
|
|
|
-<input name="phone" class="must" value="{$customertt['phone']}" type="text">
|
|
|
+<input name="phone" class="must" value="{$customeramz['phone']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>省州:</em>
|
|
|
-<input class="must" value="{$customertt['province']}" name="province" type="text">
|
|
|
+<input class="must" value="{$customeramz['province']}" name="province" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>公司名:</em>
|
|
|
-<input class="must" name="client" value="{$customertt['name']}" type="text">
|
|
|
+<input class="must" name="client" value="{$customeramz['name']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>城市:</em>
|
|
|
-<input class="must" value="{$customertt['city']}" name="city" type="text">
|
|
|
+<input class="must" value="{$customeramz['city']}" name="city" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>收货人姓名:</em>
|
|
|
-<input name="name" class="must" value="{$customertt['name']}" type="text">
|
|
|
+<input name="name" class="must" value="{$customeramz['name']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>邮编:</em>
|
|
|
-<input value="{$customertt['zipcode']}" name="zipcode" type="text">
|
|
|
+<input value="{$customeramz['zipcode']}" name="zipcode" type="text">
|
|
|
</li>
|
|
|
|
|
|
{if $is == 5}
|
|
|
<!--
|
|
|
<li class="length">
|
|
|
<em>街道:</em>
|
|
|
-<input value="{$customertt['street']}" name="street" type="text">
|
|
|
+<input value="{$customeramz['street']}" name="street" type="text">
|
|
|
</li>
|
|
|
-->
|
|
|
{/if}
|
|
|
<li class="length">
|
|
|
<em>地址2:</em>
|
|
|
-<input value="{$customertt['address2']}" name="address2" type="text">
|
|
|
+<input value="{$customeramz['address2']}" name="address2" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li class="length">
|
|
|
<em>地址1:</em>
|
|
|
-<input value="{$customertt['address']}" name="address" type="text">
|
|
|
+<input value="{$customeramz['address']}" name="address" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li class="lengththree">
|
|
@@ -284,7 +284,7 @@
|
|
|
<em>快递方式:</em>
|
|
|
<select name="express" class="select class">
|
|
|
{loop express(100) as $val}
|
|
|
-<option value="{$val['id']}" data-type="{$val['type']}" {if $fullordertt['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
|
|
|
+<option value="{$val['id']}" data-type="{$val['type']}" {if $customeramz['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
|
|
|
{/loop}
|
|
|
</select>
|
|
|
</li>
|
|
@@ -320,7 +320,7 @@
|
|
|
|
|
|
<li class="lengththree">
|
|
|
<em>购买保险:</em>
|
|
|
-<input name="bx" class="must" value="{if $fullordertt['bx']}{$fullordertt['bx']}{else}0.00{/if}" type="text"> USD
|
|
|
+<input name="bx" class="must" value="{if $customeramz['bx']}{$customeramz['bx']}{else}0.00{/if}" type="text"> USD
|
|
|
</li>
|
|
|
|
|
|
<li class="lengththree">
|
|
@@ -334,23 +334,23 @@
|
|
|
<li class="lengththree">
|
|
|
<em>服务类型:</em>
|
|
|
<select name="js" class="printtype select class">
|
|
|
-<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="0" {if $customeramz['js'] == 0}selected="selected"{/if}>Ground Advantage</option>
|
|
|
+<option value="1" {if $customeramz['js'] == 1}selected="selected"{/if}>PRIORITY</option>
|
|
|
+<option value="2" {if $customeramz['js'] == 2}selected="selected"{/if}>EXPRESS</option>
|
|
|
</select>
|
|
|
</li>
|
|
|
|
|
|
<li class="lengththree none">
|
|
|
<em>延迟发货:</em>
|
|
|
<select name="yc" class="printtype select class">
|
|
|
-<option value="0" {if $fullordertt['yc'] == 0}selected="selected"{/if}>0</option>
|
|
|
-<option value="1" {if $fullordertt['yc'] == 1}selected="selected"{/if}>1</option>
|
|
|
-<option value="2" {if $fullordertt['yc'] == 2}selected="selected"{/if}>2</option>
|
|
|
-<option value="3" {if $fullordertt['yc'] == 3}selected="selected"{/if}>3</option>
|
|
|
-<option value="4" {if $fullordertt['yc'] == 4}selected="selected"{/if}>4</option>
|
|
|
-<option value="5" {if $fullordertt['yc'] == 5}selected="selected"{/if}>5</option>
|
|
|
-<option value="6" {if $fullordertt['yc'] == 6}selected="selected"{/if}>6</option>
|
|
|
-<option value="7" {if $fullordertt['yc'] == 7}selected="selected"{/if}>7</option>
|
|
|
+<option value="0" {if $customeramz['yc'] == 0}selected="selected"{/if}>0</option>
|
|
|
+<option value="1" {if $customeramz['yc'] == 1}selected="selected"{/if}>1</option>
|
|
|
+<option value="2" {if $customeramz['yc'] == 2}selected="selected"{/if}>2</option>
|
|
|
+<option value="3" {if $customeramz['yc'] == 3}selected="selected"{/if}>3</option>
|
|
|
+<option value="4" {if $customeramz['yc'] == 4}selected="selected"{/if}>4</option>
|
|
|
+<option value="5" {if $customeramz['yc'] == 5}selected="selected"{/if}>5</option>
|
|
|
+<option value="6" {if $customeramz['yc'] == 6}selected="selected"{/if}>6</option>
|
|
|
+<option value="7" {if $customeramz['yc'] == 7}selected="selected"{/if}>7</option>
|
|
|
</select>
|
|
|
天
|
|
|
</li>
|
|
@@ -375,8 +375,8 @@
|
|
|
<input type="hidden" name="cost" value="" />
|
|
|
<input type="hidden" name="et" value="{isset($et) ?$et : '0'}" />
|
|
|
<input type="hidden" name="jgyc" value="1" />
|
|
|
-<input type="hidden" name="customerttid" value="{$customertt['id']}" />
|
|
|
-<input type="hidden" name="shop" value="{$customertt['shop']}" />
|
|
|
+<input type="hidden" name="customeramzid" value="{$customeramz['id']}" />
|
|
|
+<input type="hidden" name="shop" value="{$customeramz['shop']}" />
|
|
|
<input type="hidden" name="mdedit" value="" />
|
|
|
</div>
|
|
|
<div class="button"><font class="yzaddress" style="margin-right:160px;">USPS验证地址</font> <font class="fullorderdata-ts">保 存</font> <font class="fh">关 闭</font></div>
|
|
@@ -385,16 +385,16 @@
|
|
|
<div class="none fullorderdata"></div>
|
|
|
<div class="zm none"></div>
|
|
|
<script type="text/javascript">
|
|
|
-var addedit="/customertt/mdedit/";
|
|
|
-var fh="/fullordertt";
|
|
|
+var addedit="/customeramz/mdedit/";
|
|
|
+var fh="/customeramz";
|
|
|
$(document).ready(function() {
|
|
|
if($("select[name='express']").find("option:selected").val() == '24')//联邦的话替换签名选项
|
|
|
{
|
|
|
- $("select[name='qm']").html('<option value="0" {if $fullordertt["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullordertt["qm"] == 1}selected="selected"{/if}>成人签名</option>');
|
|
|
+ $("select[name='qm']").html('<option value="0" {if $customeramz["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $customeramz["qm"] == 1}selected="selected"{/if}>成人签名</option>');
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- $("select[name='qm']").html('<option value="0" {if $fullordertt["qm"] == 0}selected="selected"{/if}>不需要</option><option value="1" {if $fullordertt["qm"] == 1}selected="selected"{/if}>需要</option>');
|
|
|
+ $("select[name='qm']").html('<option value="0" {if $customeramz["qm"] == 0}selected="selected"{/if}>不需要</option><option value="1" {if $customeramz["qm"] == 1}selected="selected"{/if}>需要</option>');
|
|
|
}
|
|
|
$("#buytime").calendar();$("#buytimeCalendar").css('position','absolute')
|
|
|
var index = $("#currency").find("option:selected").text();
|
|
@@ -410,7 +410,7 @@ var index = $("select[name='printtype']").find("option:selected").index();
|
|
|
var e = $("select[name=express]").find("option:selected").val();
|
|
|
var c = $("select[name=country]").find("option:selected").val();
|
|
|
$.ajax({
|
|
|
- url: "/fullordertt/customs/",
|
|
|
+ url: "/customeramz/customs/",
|
|
|
data: "e="+e+"&c="+c,
|
|
|
type: "POST",
|
|
|
dataType: "json",
|