|
@@ -42,7 +42,7 @@
|
|
|
<td class="none">{$val['7']}</td>
|
|
|
<td class="none">{$val['8']}</td>
|
|
|
<td class="none val9">{if isset($val['9'])}{$val['9']}{else}0{/if}</td>
|
|
|
-<td {if isset($val['zd']) && $fullordertt['type'] == 13}style="color:#f00"{/if}>{if isset($val['zd'])}{$val['zd']}{/if}</td>
|
|
|
+<td {if isset($val['zd']) && $fullorderamz['type'] == 13}style="color:#f00"{/if}>{if isset($val['zd'])}{$val['zd']}{/if}</td>
|
|
|
<td class="czzd">{if $val['9'] != 'DNOTO'}<font class="jzzd">禁止占单</font>{else}<font class="yxzd">允许占单<font>{/if}</td>
|
|
|
</tr>
|
|
|
{/loop}
|
|
@@ -76,7 +76,7 @@
|
|
|
<em>发货仓库:</em>
|
|
|
<select name="warehouse" id="warehouse" class="select class">
|
|
|
{loop warehouse(100) as $val}
|
|
|
-<option value="{$val['id']}" {if $fullordertt['type'] == $val['id']}selected="selected"{/if} data-e="{$val['express']}">{$val['title']}</option>
|
|
|
+<option value="{$val['id']}" {if $fullorderamz['type'] == $val['id']}selected="selected"{/if} data-e="{$val['express']}">{$val['title']}</option>
|
|
|
{/loop}</select>
|
|
|
</li>
|
|
|
|
|
@@ -84,44 +84,44 @@
|
|
|
{if $is == 1}
|
|
|
<li>
|
|
|
<em>订单时间:</em>
|
|
|
-<b>{date('Y-m-d H:i:s',$fullordertt['dtime'])}</b>
|
|
|
+<b>{date('Y-m-d H:i:s',$fullorderamz['dtime'])}</b>
|
|
|
</li>
|
|
|
{else}
|
|
|
<li>
|
|
|
<em>付款时间:</em>
|
|
|
-<b>{date('Y-m-d H:i:s',$fullordertt['buytime'])}</b>
|
|
|
+<b>{date('Y-m-d H:i:s',$fullorderamz['buytime'])}</b>
|
|
|
</li>
|
|
|
{/if}
|
|
|
|
|
|
<li class="none">
|
|
|
<em>结算币种:</em>
|
|
|
-<b>{$fullordertt['currencytitle']}</b>
|
|
|
+<b>{$fullorderamz['currencytitle']}</b>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>订单号:</em>
|
|
|
-<b class="orderinfo">{$fullordertt['orderinfo']}</b>
|
|
|
+<b class="orderinfo">{$fullorderamz['orderinfo']}</b>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>编号:</em>
|
|
|
-<b>{$fullordertt['number']}</b>
|
|
|
+<b>{$fullorderamz['number']}</b>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>订单状态:</em>
|
|
|
-{if ($fullordertt['state'] == 214 || $fullordertt['state'] == 217) && $vip != '1'}
|
|
|
+{if ($fullorderamz['state'] == 214 || $fullorderamz['state'] == 217) && $vip != '1'}
|
|
|
{loop typeclass(29,2) as $val}
|
|
|
-{if ($val['id'] == $fullordertt['state'])}
|
|
|
+{if ($val['id'] == $fullorderamz['state'])}
|
|
|
<b>{$val['spare']}</b>
|
|
|
{/if}
|
|
|
{/loop}
|
|
|
{else}
|
|
|
<select name="state" class="select class">
|
|
|
{loop typeclass(29,2) as $val}
|
|
|
-<option value="{$val['id']}" {if $fullordertt['state'] == $val['id']}selected="selected"{/if}>{$val['spare']}</option>
|
|
|
+<option value="{$val['id']}" {if $fullorderamz['state'] == $val['id']}selected="selected"{/if}>{$val['spare']}</option>
|
|
|
{/loop}
|
|
|
-<option value="283" {if $fullordertt['state'] == '283'}selected="selected"{/if}>null</option>
|
|
|
+<option value="283" {if $fullorderamz['state'] == '283'}selected="selected"{/if}>null</option>
|
|
|
</select>
|
|
|
{/if}
|
|
|
</li>
|
|
@@ -133,51 +133,51 @@
|
|
|
|
|
|
<li>
|
|
|
<em>丢件险:</em>
|
|
|
-<b>{$fullordertt['insurance']}</b>
|
|
|
+<b>{$fullorderamz['insurance']}</b>
|
|
|
</li>
|
|
|
|
|
|
|
|
|
<li>
|
|
|
<em>预估到帐金额:</em>
|
|
|
-<b>{$fullordertt['budget']}</b>
|
|
|
+<b>{$fullorderamz['budget']}</b>
|
|
|
</li>
|
|
|
|
|
|
<!--
|
|
|
<li class="lengthfour">
|
|
|
<em>物流金额:</em>
|
|
|
-<b>{$fullordertt['expressmoney']}</b>
|
|
|
+<b>{$fullorderamz['expressmoney']}</b>
|
|
|
</li>
|
|
|
-->
|
|
|
|
|
|
<li class="lengththree">
|
|
|
<em>补/退款原额:</em>
|
|
|
-<input name="refundy" class="must currencymoney" value="{$fullordertt['refundy']}" type="text">
|
|
|
+<input name="refundy" class="must currencymoney" value="{$fullorderamz['refundy']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li class="lengththree">
|
|
|
<em>补/退净额:</em>
|
|
|
-<input name="refundj" class="must currencymoney" value="{$fullordertt['refundj']}" type="text">
|
|
|
+<input name="refundj" class="must currencymoney" value="{$fullorderamz['refundj']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li class="lengththree">
|
|
|
<em>订单金额:</em>
|
|
|
-<b {if $fullordertt['shouldmoney'] > 499}style="color:#F00"{/if}>{$fullordertt['shouldmoney']}</b>
|
|
|
+<b {if $fullorderamz['shouldmoney'] > 499}style="color:#F00"{/if}>{$fullorderamz['shouldmoney']}</b>
|
|
|
</li>
|
|
|
|
|
|
-<div class="refund {if $fullordertt['refundy'] == 0}none{/if}">
|
|
|
+<div class="refund {if $fullorderamz['refundy'] == 0}none{/if}">
|
|
|
<li>
|
|
|
<em>日 期:</em>
|
|
|
-<input name="rtime" id="refundtime" value="{$fullordertt['rtime']!=0?date('Y-m-d',$fullordertt['rtime']):''}" type="text">
|
|
|
+<input name="rtime" id="refundtime" value="{$fullorderamz['rtime']!=0?date('Y-m-d',$fullorderamz['rtime']):''}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>交易号:</em>
|
|
|
-<input name="rpaypal" value="{$fullordertt['rpaypal']}" type="text">
|
|
|
+<input name="rpaypal" value="{$fullorderamz['rpaypal']}" type="text">
|
|
|
</li>
|
|
|
|
|
|
<li class="length">
|
|
|
<em>原 因:</em>
|
|
|
-<textarea name="rtext" style="height:46px;">{$fullordertt['rtext']}</textarea>
|
|
|
+<textarea name="rtext" style="height:46px;">{$fullorderamz['rtext']}</textarea>
|
|
|
</li>
|
|
|
</div>
|
|
|
|
|
@@ -189,35 +189,35 @@
|
|
|
|
|
|
<li class="length">
|
|
|
<em>SKU:</em>
|
|
|
-<b>{$fullordertt['issku']}</b>
|
|
|
+<b>{$fullorderamz['issku']}</b>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>Quantity:</em>
|
|
|
-<b {if $qc > 0}style="color:#F00"{/if}>{$fullordertt['quantity']}</b>
|
|
|
+<b {if $qc > 0}style="color:#F00"{/if}>{$fullorderamz['quantity']}</b>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<em>运单号:</em>
|
|
|
-<b>{$fullordertt['waybill']}</b>
|
|
|
+<b>{$fullorderamz['waybill']}</b>
|
|
|
</li>
|
|
|
|
|
|
-{if $fullordertt['source'] != 1}
|
|
|
+{if $fullorderamz['source'] != 1}
|
|
|
<li class="length">
|
|
|
<em>客户留言:</em>
|
|
|
-<b>{$fullordertt['clientremarks']}</b>
|
|
|
+<b>{$fullorderamz['clientremarks']}</b>
|
|
|
</li>
|
|
|
{/if}
|
|
|
<li class="length remark">
|
|
|
<em>订单备注:</em>
|
|
|
-<textarea name="orderremarks" style="height:25px;">{$fullordertt['orderremarks']}</textarea>
|
|
|
+<textarea name="orderremarks" style="height:25px;">{$fullorderamz['orderremarks']}</textarea>
|
|
|
</li>
|
|
|
<li class="length remark">
|
|
|
<em>仓库品名:</em>
|
|
|
-<b>{$fullordertt['shipremarks']}</b>
|
|
|
+<b>{$fullorderamz['shipremarks']}</b>
|
|
|
</li>
|
|
|
|
|
|
-{if isset($klarnadata[1]) && $fullordertt['pay'] == 23}
|
|
|
+{if isset($klarnadata[1]) && $fullorderamz['pay'] == 23}
|
|
|
<div class="klarnadata none">
|
|
|
<!--
|
|
|
<li class="length">
|
|
@@ -231,12 +231,12 @@
|
|
|
</li>
|
|
|
<li class="length">
|
|
|
<em>shipping:</em>
|
|
|
-<b{if str_replace(' ','',strtoupper($klarnadata['color'])) != str_replace(' ','',strtoupper($fullordertt['saddress']))} style="color:#f00"{/if}>{$klarnadata[3]}</b>
|
|
|
+<b{if str_replace(' ','',strtoupper($klarnadata['color'])) != str_replace(' ','',strtoupper($fullorderamz['saddress']))} style="color:#f00"{/if}>{$klarnadata[3]}</b>
|
|
|
</li>
|
|
|
</div>
|
|
|
{/if}
|
|
|
|
|
|
-{if isset($klarnadata[1]) && ($fullordertt['pay'] == 26 || $fullordertt['pay'] == 27)}
|
|
|
+{if isset($klarnadata[1]) && ($fullorderamz['pay'] == 26 || $fullorderamz['pay'] == 27)}
|
|
|
<div class="klarnadata none">
|
|
|
<li class="length">
|
|
|
<em>Email:</em>
|
|
@@ -253,24 +253,24 @@
|
|
|
</div>
|
|
|
{/if}
|
|
|
|
|
|
-{if isset($klarnadata[1]) && $fullordertt['pay'] == 22}
|
|
|
+{if isset($klarnadata[1]) && $fullorderamz['pay'] == 22}
|
|
|
<div class="klarnadata none">
|
|
|
<li class="length">
|
|
|
<em>name:</em>
|
|
|
-<b {if str_replace(' ','',strtoupper($klarnadata[1]['name'])) != str_replace(' ','',strtoupper($fullordertt['sname'])) || str_replace(' ','',strtoupper($klarnadata[1]['name'])) != str_replace(' ','',strtoupper($fullordertt['bname']))}style="color:#f00"{/if}>{$klarnadata[1]['name']}</b>
|
|
|
+<b {if str_replace(' ','',strtoupper($klarnadata[1]['name'])) != str_replace(' ','',strtoupper($fullorderamz['sname'])) || str_replace(' ','',strtoupper($klarnadata[1]['name'])) != str_replace(' ','',strtoupper($fullorderamz['bname']))}style="color:#f00"{/if}>{$klarnadata[1]['name']}</b>
|
|
|
</li>
|
|
|
<li class="length">
|
|
|
<em>address:</em>
|
|
|
-<b {if str_replace(array(' ','.',','),'',strtoupper($fullordertt['saddress'])) != str_replace(array(' ','.',','),'',strtoupper($klarnadata[1]['address']))}style="color:#f00"{/if}>{$klarnadata[1]['address']}</b>
|
|
|
+<b {if str_replace(array(' ','.',','),'',strtoupper($fullorderamz['saddress'])) != str_replace(array(' ','.',','),'',strtoupper($klarnadata[1]['address']))}style="color:#f00"{/if}>{$klarnadata[1]['address']}</b>
|
|
|
</li>
|
|
|
<li class="length">
|
|
|
<em>email:</em>
|
|
|
-<b {if strtoupper($klarnadata[1]['email']) != strtoupper($fullordertt['email'])}style="color:#f00"{/if}>{$klarnadata[1]['email']}</b>
|
|
|
+<b {if strtoupper($klarnadata[1]['email']) != strtoupper($fullorderamz['email'])}style="color:#f00"{/if}>{$klarnadata[1]['email']}</b>
|
|
|
</li>
|
|
|
</div>
|
|
|
{/if}
|
|
|
|
|
|
-{if isset($klarnadata[1]) && $fullordertt['pay'] == 1211}
|
|
|
+{if isset($klarnadata[1]) && $fullorderamz['pay'] == 1211}
|
|
|
<div class="klarnadata none">
|
|
|
<li class="length">
|
|
|
<em>Stripe Amount:</em>
|
|
@@ -281,7 +281,7 @@
|
|
|
|
|
|
<li>
|
|
|
<em>邮箱:</em>
|
|
|
-<b>{$fullordertt['email']}</b>
|
|
|
+<b>{$fullorderamz['email']}</b>
|
|
|
</li>
|
|
|
<li>
|
|
|
<em>国家:</em>
|
|
@@ -289,81 +289,81 @@
|
|
|
</li>
|
|
|
<li>
|
|
|
<em>联系方式:</em>
|
|
|
-<b>{$fullordertt['phone']}</b>
|
|
|
+<b>{$fullorderamz['phone']}</b>
|
|
|
</li>
|
|
|
<li>
|
|
|
<em>省州:</em>
|
|
|
-<b {if (($fullordertt['city'] == 'Newark' || $fullordertt['city'] == 'Camden') && ($fullordertt['province'] == 'New Jersey' || $fullordertt['province'] == 'NJ')) || $fullordertt['province'] == 'Jersey'}style="color:#F00"{/if}>{$fullordertt['province']}</b>
|
|
|
+<b {if (($fullorderamz['city'] == 'Newark' || $fullorderamz['city'] == 'Camden') && ($fullorderamz['province'] == 'New Jersey' || $fullorderamz['province'] == 'NJ')) || $fullorderamz['province'] == 'Jersey'}style="color:#F00"{/if}>{$fullorderamz['province']}</b>
|
|
|
</li>
|
|
|
<li>
|
|
|
<em>公司名:</em>
|
|
|
-<b>{$fullordertt['client']}</b>
|
|
|
+<b>{$fullorderamz['client']}</b>
|
|
|
</li>
|
|
|
<li>
|
|
|
<em>城市:</em>
|
|
|
-<b {if ($fullordertt['city'] == 'Newark' || $fullordertt['city'] == 'Camden') && ($fullordertt['province'] == 'New Jersey' || $fullordertt['province'] == 'NJ')}style="color:#F00"{/if}>{$fullordertt['city']}</b>
|
|
|
+<b {if ($fullorderamz['city'] == 'Newark' || $fullorderamz['city'] == 'Camden') && ($fullorderamz['province'] == 'New Jersey' || $fullorderamz['province'] == 'NJ')}style="color:#F00"{/if}>{$fullorderamz['city']}</b>
|
|
|
</li>
|
|
|
<li>
|
|
|
<em>收货人姓名:</em>
|
|
|
-<b>{$fullordertt['name']}</b>
|
|
|
+<b>{$fullorderamz['name']}</b>
|
|
|
</li>
|
|
|
<li>
|
|
|
<em>邮编:</em>
|
|
|
-<b>{$fullordertt['zipcode']}</b>
|
|
|
+<b>{$fullorderamz['zipcode']}</b>
|
|
|
</li>
|
|
|
{if $is == 5}
|
|
|
<li class="length">
|
|
|
<em>街道:</em>
|
|
|
-<b>{$fullordertt['street']}</b>
|
|
|
+<b>{$fullorderamz['street']}</b>
|
|
|
</li>
|
|
|
{/if}
|
|
|
|
|
|
<li class="length">
|
|
|
<em>地址2:</em>
|
|
|
-<b>{$fullordertt['address2']}</b>
|
|
|
+<b>{$fullorderamz['address2']}</b>
|
|
|
</li>
|
|
|
<li class="length">
|
|
|
<em>地址1:</em>
|
|
|
-<b>{$fullordertt['address']}</b>
|
|
|
+<b>{$fullorderamz['address']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>申报品名:</em>
|
|
|
-<b style="width:55%">{$fullordertt['sbpm']}</b>
|
|
|
+<b style="width:55%">{$fullorderamz['sbpm']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>中文品名:</em>
|
|
|
-<b style="width:50%">{$fullordertt['zwpm']}</b>
|
|
|
+<b style="width:50%">{$fullorderamz['zwpm']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>海关编码:</em>
|
|
|
-<b>{$fullordertt['hgbm']}</b>
|
|
|
+<b>{$fullorderamz['hgbm']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>条数:</em>
|
|
|
-<b>{$fullordertt['ts']}</b>
|
|
|
+<b>{$fullorderamz['ts']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>单条申报价:</em>
|
|
|
-<b>{$fullordertt['dtsbjz']}</b>
|
|
|
+<b>{$fullorderamz['dtsbjz']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>总申报价:</em>
|
|
|
-<b>{$fullordertt['zsbjz']}</b>
|
|
|
+<b>{$fullorderamz['zsbjz']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>总重量:</em>
|
|
|
-<b>{$fullordertt['zzl']}</b> <font class="zzldw">{$zzhl} </font>
|
|
|
+<b>{$fullorderamz['zzl']}</b> <font class="zzldw">{$zzhl} </font>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>总件数:</em>
|
|
|
-<b>{$fullordertt['zjs']}</b>
|
|
|
+<b>{$fullorderamz['zjs']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree" style="position:relative;overflow:visible">
|
|
|
-{if $fullordertt["source"] != 1}<i class="fa fa-exclamation-circle" id="method" style="position:absolute;z-index:1;left:-15px;top:8px;"></i>{/if}
|
|
|
+{if $fullorderamz["source"] != 1}<i class="fa fa-exclamation-circle" id="method" style="position:absolute;z-index:1;left:-15px;top:8px;"></i>{/if}
|
|
|
<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 $fullorderamz['express'] == $val['id']}selected="selected"{/if}>{$val['servicename']}</option>
|
|
|
{/loop}
|
|
|
</select>
|
|
|
<font class="expressfa"><i id="tipdata" class="fa fa-question-circle none"></i><font class="expressfa1 none"><font class="expressfa2" style="color:#903"></font></font></font>
|
|
@@ -371,34 +371,34 @@
|
|
|
<li class="lengththree">
|
|
|
<em>打印类型:</em>
|
|
|
<select name="printtype" class="printtype select class">
|
|
|
-<option value="1" {if $fullordertt['printtype'] == 1}selected="selected"{/if}>运单</option>
|
|
|
-<option value="2" {if $fullordertt['printtype'] == 2}selected="selected"{/if}>发货单</option>
|
|
|
-<option value="3" {if $fullordertt['printtype'] == 3}selected="selected"{/if}>不打印单据</option>
|
|
|
+<option value="1" {if $fullorderamz['printtype'] == 1}selected="selected"{/if}>运单</option>
|
|
|
+<option value="2" {if $fullorderamz['printtype'] == 2}selected="selected"{/if}>发货单</option>
|
|
|
+<option value="3" {if $fullorderamz['printtype'] == 3}selected="selected"{/if}>不打印单据</option>
|
|
|
</select>
|
|
|
</li>
|
|
|
|
|
|
<li class="none">
|
|
|
<em>发送留言:</em>
|
|
|
<select name="msg" class="printtype select class">
|
|
|
-<option value="1" {if $fullordertt['msg'] == 1}selected="selected"{/if}>1</option>
|
|
|
-<option value="2" {if $fullordertt['msg'] == 2}selected="selected"{/if}>2</option>
|
|
|
+<option value="1" {if $fullorderamz['msg'] == 1}selected="selected"{/if}>1</option>
|
|
|
+<option value="2" {if $fullorderamz['msg'] == 2}selected="selected"{/if}>2</option>
|
|
|
</select>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>审核状态:</em>
|
|
|
<b>
|
|
|
-{if $fullordertt['review'] == 1}
|
|
|
+{if $fullorderamz['review'] == 1}
|
|
|
未送审
|
|
|
-{else if $fullordertt['review'] == 2}
|
|
|
+{else if $fullorderamz['review'] == 2}
|
|
|
待审核
|
|
|
-{else if $fullordertt['review'] == 3}
|
|
|
+{else if $fullorderamz['review'] == 3}
|
|
|
不通过
|
|
|
-{else if $fullordertt['review'] == 4}
|
|
|
+{else if $fullorderamz['review'] == 4}
|
|
|
取消重审
|
|
|
-{else if $fullordertt['review'] == 5}
|
|
|
+{else if $fullorderamz['review'] == 5}
|
|
|
审核通过
|
|
|
-{else if $fullordertt['review'] == 6}
|
|
|
-{date('Y-m-d H:i',$fullordertt['reviewtime'])}
|
|
|
+{else if $fullorderamz['review'] == 6}
|
|
|
+{date('Y-m-d H:i',$fullorderamz['reviewtime'])}
|
|
|
{/if}
|
|
|
</b>
|
|
|
</li>
|
|
@@ -408,42 +408,42 @@
|
|
|
<em>IOSS:</em>
|
|
|
<!--
|
|
|
<select name="ioss" class="select class">
|
|
|
-<option value="" {if $fullordertt['ioss'] == ''}selected="selected"{/if}>未选择</option>
|
|
|
+<option value="" {if $fullorderamz['ioss'] == ''}selected="selected"{/if}>未选择</option>
|
|
|
{loop ioss(100) as $val}
|
|
|
-<option value="{$val['ioss']}" {if $fullordertt['ioss'] == $val['ioss']}selected="selected"{/if}>{$val['title']}</option>
|
|
|
+<option value="{$val['ioss']}" {if $fullorderamz['ioss'] == $val['ioss']}selected="selected"{/if}>{$val['title']}</option>
|
|
|
{/loop}
|
|
|
</select>
|
|
|
-->
|
|
|
-<b>{loop ioss(100) as $val}{if $fullordertt['ioss'] == $val['ioss']}{$val['title']}{/if}{/loop}</b>
|
|
|
+<b>{loop ioss(100) as $val}{if $fullorderamz['ioss'] == $val['ioss']}{$val['title']}{/if}{/loop}</b>
|
|
|
</li>
|
|
|
|
|
|
<li class="lengththree">
|
|
|
<em>购买保险:</em>
|
|
|
-{if $fullordertt['print'] != 3}
|
|
|
-<input name="bx" class="must" value="{$fullordertt['bx']}" type="text"> USD
|
|
|
+{if $fullorderamz['print'] != 3}
|
|
|
+<input name="bx" class="must" value="{$fullorderamz['bx']}" type="text"> USD
|
|
|
{else}
|
|
|
-<b>{$fullordertt['bx']}</b> USD
|
|
|
+<b>{$fullorderamz['bx']}</b> USD
|
|
|
{/if}
|
|
|
</li>
|
|
|
|
|
|
<li class="lengththree">
|
|
|
<em>是否签名:</em>
|
|
|
-{if $fullordertt['review'] < 5 || $vip == '1'}
|
|
|
+{if $fullorderamz['review'] < 5 || $vip == '1'}
|
|
|
<select name="qm" class="printtype select class">
|
|
|
-<option value="0" {if $fullordertt['qm'] == 0}selected="selected"{/if}>不需要</option>
|
|
|
-<option value="1" {if $fullordertt['qm'] == 1}selected="selected"{/if}>需要</option>
|
|
|
+<option value="0" {if $fullorderamz['qm'] == 0}selected="selected"{/if}>不需要</option>
|
|
|
+<option value="1" {if $fullorderamz['qm'] == 1}selected="selected"{/if}>需要</option>
|
|
|
</select>
|
|
|
{else}
|
|
|
-<b>{if $fullordertt['express'] != 24 && $fullordertt['express'] != 31}{if $fullordertt['qm'] == 0}不需要{else if $fullordertt['qm'] == 1}需要{/if}{else}{if $fullordertt['qm'] == 0}默认{else if $fullordertt['qm'] == 1}成人签名{else if $fullordertt['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}成人签名{else if $fullorderamz['qm'] == 2}必须签名但可代签{/if}{/if}</b>
|
|
|
{/if}
|
|
|
</li>
|
|
|
|
|
|
<li class="lengththree">
|
|
|
<em>服务类型:</em>
|
|
|
-{if $fullordertt['express'] == 2 || $fullordersmt['express'] == 64}
|
|
|
-<b>{if $fullordertt['js'] == 0}Ground Advantage
|
|
|
-{else if $fullordertt['js'] == 1}PRIORITY
|
|
|
-{else if $fullordertt['js'] == 2}EXPRESS
|
|
|
+{if $fullorderamz['express'] == 2 || $fullordersmt['express'] == 64}
|
|
|
+<b>{if $fullorderamz['js'] == 0}Ground Advantage
|
|
|
+{else if $fullorderamz['js'] == 1}PRIORITY
|
|
|
+{else if $fullorderamz['js'] == 2}EXPRESS
|
|
|
{/if}
|
|
|
</b>
|
|
|
{else}
|
|
@@ -453,19 +453,19 @@
|
|
|
|
|
|
<!-- <li class="lengthfour">
|
|
|
<em>延迟发货:</em>
|
|
|
-{if $fullordertt['print'] != 3}
|
|
|
+{if $fullorderamz['print'] != 3}
|
|
|
<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 $fullorderamz['yc'] == 0}selected="selected"{/if}>0</option>
|
|
|
+<option value="1" {if $fullorderamz['yc'] == 1}selected="selected"{/if}>1</option>
|
|
|
+<option value="2" {if $fullorderamz['yc'] == 2}selected="selected"{/if}>2</option>
|
|
|
+<option value="3" {if $fullorderamz['yc'] == 3}selected="selected"{/if}>3</option>
|
|
|
+<option value="4" {if $fullorderamz['yc'] == 4}selected="selected"{/if}>4</option>
|
|
|
+<option value="5" {if $fullorderamz['yc'] == 5}selected="selected"{/if}>5</option>
|
|
|
+<option value="6" {if $fullorderamz['yc'] == 6}selected="selected"{/if}>6</option>
|
|
|
+<option value="7" {if $fullorderamz['yc'] == 7}selected="selected"{/if}>7</option>
|
|
|
</select>
|
|
|
{else}
|
|
|
-<b>{$fullordertt['yc']}</b>
|
|
|
+<b>{$fullorderamz['yc']}</b>
|
|
|
{/if}
|
|
|
天
|
|
|
</li>
|
|
@@ -479,42 +479,42 @@
|
|
|
</li>
|
|
|
<li class="customs none">
|
|
|
<em>海关价值:</em>
|
|
|
-<input class="must" value="{$fullordertt['customs']}" name="customs" type="text"> <font class="currency">CNY</font>
|
|
|
+<input class="must" value="{$fullorderamz['customs']}" name="customs" type="text"> <font class="currency">CNY</font>
|
|
|
</li>
|
|
|
-->
|
|
|
|
|
|
<li class="length">
|
|
|
<em>不合格原因</em>
|
|
|
-<b>{$fullordertt['failed']}</b>
|
|
|
+<b>{$fullorderamz['failed']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>打印状态:</em>
|
|
|
<b>
|
|
|
-{if $fullordertt['print'] == 1}
|
|
|
+{if $fullorderamz['print'] == 1}
|
|
|
不可打印
|
|
|
-{else if $fullordertt['print'] == 2}
|
|
|
+{else if $fullorderamz['print'] == 2}
|
|
|
未打印
|
|
|
-{else if $fullordertt['print'] == 3}
|
|
|
+{else if $fullorderamz['print'] == 3}
|
|
|
已打印
|
|
|
{/if}
|
|
|
</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>打印时间:</em>
|
|
|
-<b>{if $fullordertt['printtime'] != 0}{date('Y-m-d H:i',$fullordertt['printtime'])}{else}无{/if}
|
|
|
+<b>{if $fullorderamz['printtime'] != 0}{date('Y-m-d H:i',$fullorderamz['printtime'])}{else}无{/if}
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>打印次数:</em>
|
|
|
-<b>{$fullordertt['printnumber']}</b>
|
|
|
+<b>{$fullorderamz['printnumber']}</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
<em>出库状态:</em>
|
|
|
<b>
|
|
|
-{if $fullordertt['library'] == 1}
|
|
|
+{if $fullorderamz['library'] == 1}
|
|
|
未出库
|
|
|
-{else if $fullordertt['library'] == 2}
|
|
|
+{else if $fullorderamz['library'] == 2}
|
|
|
已出库
|
|
|
-{else if $fullordertt['library'] == 3}
|
|
|
+{else if $fullorderamz['library'] == 3}
|
|
|
已退库
|
|
|
{/if}
|
|
|
</b>
|
|
@@ -522,22 +522,22 @@
|
|
|
<li class="lengththree">
|
|
|
<em>出库时间:</em>
|
|
|
<b>
|
|
|
-{if $fullordertt['librarytime'] != 0}{date('Y-m-d H:i',$fullordertt['librarytime'])}{else}无{/if}
|
|
|
+{if $fullorderamz['librarytime'] != 0}{date('Y-m-d H:i',$fullorderamz['librarytime'])}{else}无{/if}
|
|
|
</b>
|
|
|
</li>
|
|
|
<li class="lengththree">
|
|
|
-{if $fullordertt['library'] == 3}
|
|
|
+{if $fullorderamz['library'] == 3}
|
|
|
<em>退库时间:</em>
|
|
|
{else}
|
|
|
<em>允许发货:</em>
|
|
|
{/if}
|
|
|
<b>
|
|
|
-{if $fullordertt['library'] == 3}
|
|
|
-{date('Y-m-d H:i',$fullordertt['retreattime'])}
|
|
|
+{if $fullorderamz['library'] == 3}
|
|
|
+{date('Y-m-d H:i',$fullorderamz['retreattime'])}
|
|
|
{else}
|
|
|
-{if $fullordertt['libraryconfirm'] == 1}
|
|
|
+{if $fullorderamz['libraryconfirm'] == 1}
|
|
|
不允许出库
|
|
|
-{else if $fullordertt['libraryconfirm'] == 2}
|
|
|
+{else if $fullorderamz['libraryconfirm'] == 2}
|
|
|
允许出库
|
|
|
{/if}
|
|
|
{/if}
|
|
@@ -545,7 +545,7 @@
|
|
|
</li>
|
|
|
<li class="length">
|
|
|
<em>不能出库原因:</em>
|
|
|
-<b>{$fullordertt['librarynot']}</b>
|
|
|
+<b>{$fullorderamz['librarynot']}</b>
|
|
|
</li>
|
|
|
<li class="length">
|
|
|
<em>历史运单号:</em>
|
|
@@ -558,7 +558,7 @@
|
|
|
|
|
|
<li class="length">
|
|
|
<em>退货信息:</em>
|
|
|
-<b class="return">{$fullordertt['returndata']}</b>
|
|
|
+<b class="return">{$fullorderamz['returndata']}</b>
|
|
|
</li>
|
|
|
|
|
|
<li class="length">
|
|
@@ -566,32 +566,32 @@
|
|
|
<b>{loop $systemwigsout as $val}{$val}{/loop}</b>
|
|
|
</li>
|
|
|
|
|
|
-{if $fullordertt['waybill2'] != ''}
|
|
|
+{if $fullorderamz['waybill2'] != ''}
|
|
|
<li class="length">
|
|
|
<em>GES转DHL单号:</em>
|
|
|
-<b>{$fullordertt['waybill2']}</b>
|
|
|
+<b>{$fullorderamz['waybill2']}</b>
|
|
|
</li>
|
|
|
{/if}
|
|
|
|
|
|
</div>
|
|
|
<div style="clear:both;"></div>
|
|
|
</ul>
|
|
|
-<div class="need"><input type="hidden" name="id" value="{$fullordertt['id']}" />
|
|
|
-<input type="hidden" name="purchase" value="{$fullordertt['purchase']}" />
|
|
|
-<input type="hidden" name="cost" value="{$fullordertt['cost']}" />
|
|
|
-<input type="hidden" name="shop" value="{$fullordertt['shop']}" />
|
|
|
-<input type="hidden" name="whlabel" value="{$fullordertt['whlabel']}" />
|
|
|
-<input type="hidden" name="number" value="{$fullordertt['number']}" />
|
|
|
+<div class="need"><input type="hidden" name="id" value="{$fullorderamz['id']}" />
|
|
|
+<input type="hidden" name="purchase" value="{$fullorderamz['purchase']}" />
|
|
|
+<input type="hidden" name="cost" value="{$fullorderamz['cost']}" />
|
|
|
+<input type="hidden" name="shop" value="{$fullorderamz['shop']}" />
|
|
|
+<input type="hidden" name="whlabel" value="{$fullorderamz['whlabel']}" />
|
|
|
+<input type="hidden" name="number" value="{$fullorderamz['number']}" />
|
|
|
<input type="hidden" name="jgyc" value="1" />
|
|
|
</div>
|
|
|
-<div class="button"><font class="return" style="float:left;margin-left:20px;">生成退货标签</font><font class="epod" style="float:left;margin-left:20px;">获取DHL签收单</font>{if $returngoods == 0}<font style="float:left;margin-left:20px;"><a href="/returngoods/add/{$fullordertt['orderinfo']}">售后登记</a></font>{else}<font style="float:left;margin-left:20px;">已登记售后</font>{/if}<font class="fullorderdata">保 存</font> <font class="fh">关 闭</font></div>
|
|
|
+<div class="button"><font class="return" style="float:left;margin-left:20px;">生成退货标签</font><font class="epod" style="float:left;margin-left:20px;">获取DHL签收单</font>{if $returngoods == 0}<font style="float:left;margin-left:20px;"><a href="/returngoods/add/{$fullorderamz['orderinfo']}">售后登记</a></font>{else}<font style="float:left;margin-left:20px;">已登记售后</font>{/if}<font class="fullorderdata">保 存</font> <font class="fh">关 闭</font></div>
|
|
|
</div>
|
|
|
|
|
|
<select name="warehouse" id="warehouse" class="select class none">
|
|
|
|
|
|
{loop warehouse(100) as $val}
|
|
|
|
|
|
-<option value="{$val['id']}" {if $fullordertt['type'] == $val['id']}selected="selected"{/if}>{$val['title']}</option>
|
|
|
+<option value="{$val['id']}" {if $fullorderamz['type'] == $val['id']}selected="selected"{/if}>{$val['title']}</option>
|
|
|
|
|
|
{/loop}</select>
|
|
|
|
|
@@ -600,11 +600,11 @@ $(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 $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 $fullorderamz["qm"] == 0}selected="selected"{/if}>默认</option><option value="1" {if $fullorderamz["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 $fullorderamz["qm"] == 0}selected="selected"{/if}>不需要</option><option value="1" {if $fullorderamz["qm"] == 1}selected="selected"{/if}>需要</option>');
|
|
|
}
|
|
|
});
|
|
|
function custom() {
|
|
@@ -635,13 +635,13 @@ $("input[name=refundy]").bind("input propertychange",function(event){
|
|
|
$(".refund").hide();
|
|
|
}
|
|
|
});
|
|
|
-layx.tip('订单物流类型:{$fullordertt["shippingmethod"]}',document.getElementById('method'),'bottom');
|
|
|
+layx.tip('订单物流类型:{$fullorderamz["shippingmethod"]}',document.getElementById('method'),'bottom');
|
|
|
$("#klarnadata").click(function() {
|
|
|
$(".klarnadata").fadeToggle(300);
|
|
|
});
|
|
|
$("#hqklarna").click(function() {
|
|
|
$.ajax({
|
|
|
- url: "/fullordertt/klarnadata/",
|
|
|
+ url: "/fullorderamz/klarnadata/",
|
|
|
data: "number="+$("input[name=number]").val(),
|
|
|
type: "POST",
|
|
|
dataType: "json",
|
|
@@ -686,7 +686,7 @@ $(this).removeAttr("style")
|
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
-<script type="text/javascript">var addedit="/fullordertt/readonly/";var fh="/fullordertt";</script>
|
|
|
+<script type="text/javascript">var addedit="/fullorderamz/readonly/";var fh="/fullorderamz";</script>
|
|
|
<script src="{$theme}js/fullorder-addedit.js?v=202207060002"></script>
|
|
|
<script type="text/javascript" src="{$theme}js/time.js"></script>
|
|
|
{Template footer}
|