You've already forked qlg.tsgz.moe
							
							
		
			
				
	
	
		
			482 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			482 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
{extend name="base" /}
 | 
						|
 | 
						|
{block name="main"}
 | 
						|
 | 
						|
<div style='margin:10px;'>
 | 
						|
 | 
						|
  <div class='order-box'>
 | 
						|
 | 
						|
    <div class='box-head'>日志信息</div>
 | 
						|
 | 
						|
    {if in_array($object['orderStatus'],[-2,0,1,2])}
 | 
						|
 | 
						|
	<div class='log-box'>
 | 
						|
 | 
						|
<div class="state">
 | 
						|
 | 
						|
{if $object['payType']==1}
 | 
						|
 | 
						|
<div class="icon">
 | 
						|
 | 
						|
	<span class="icons {if condition="($object['orderStatus']==-2)OR($object['orderStatus']==0)OR($object['orderStatus']==1)OR($object['orderStatus']==2)"}icon12 {else}icon11 {/if}{if condition="($object['orderStatus']==-2)"}icon13 {/if}"></span>
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
<div class="arrow {if condition="($object['orderStatus']==0) OR ($object['orderStatus']==1) OR ($object['orderStatus']==2)"}arrow2{/if}">··················></div>
 | 
						|
 | 
						|
	<div class="icon"><span class="icons {if condition="($object['orderStatus']==0)OR($object['orderStatus']==1)OR($object['orderStatus']==2)"}icon22 {else}icon21{/if}{if condition="($object['orderStatus']==0)"}icon23 {/if}"></span></div>
 | 
						|
 | 
						|
	<div class="arrow {if condition="($object['orderStatus']==1) OR ($object['orderStatus']==2)"}arrow2{/if}">··················></div>
 | 
						|
 | 
						|
{else}
 | 
						|
 | 
						|
<div class="icon">
 | 
						|
 | 
						|
	<span class="icons {if condition="($object['orderStatus']==-2)OR($object['orderStatus']==0)OR($object['orderStatus']==1)OR($object['orderStatus']==2)"}icon12 {else}icon11 {/if}{if condition="($object['orderStatus']==0)"}icon13 {/if}"></span>
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
<div class="arrow {if condition="($object['orderStatus']==1) OR ($object['orderStatus']==2)"}arrow2{/if}">··················></div>
 | 
						|
 | 
						|
{/if}
 | 
						|
 | 
						|
<div class="icon">
 | 
						|
 | 
						|
	<span class="icons {if condition="($object['orderStatus']==1)OR($object['orderStatus']==2)OR($object['orderStatus']==1)"}icon32 {else}icon31 {/if}{if condition="($object['orderStatus']==1)"}icon33 {/if}"></span>
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
<div class="arrow {if condition="($object['orderStatus']==2)"}arrow2{/if}">··················></div>
 | 
						|
 | 
						|
<div class="icon"><span class="icons  {if condition="($object['orderStatus']==2)AND($object['isAppraise']==1)"}icon42 {else}icon41 {/if}{if condition="($object['orderStatus']==2)AND($object['isAppraise']==0)"}icon43 {/if}"></span></div>
 | 
						|
 | 
						|
<div class="arrow {if condition="($object['isAppraise']==1)"}arrow2{/if}">··················></div>
 | 
						|
 | 
						|
<div class="icon"><span class="icons {if condition="($object['isAppraise']==1)"}icon53 {else}icon51 {/if}"></span></div>
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
   <div class="state2">
 | 
						|
 | 
						|
   <div class="path">
 | 
						|
 | 
						|
   {volist name="$object['log']" id="lo"}
 | 
						|
 | 
						|
   	<span>{$lo['logContent']}<br/>{$lo['logTime']}</span>
 | 
						|
 | 
						|
   {/volist}
 | 
						|
 | 
						|
   </div>
 | 
						|
 | 
						|
   <p>下单</p>{if $object['payType']==1}<p>等待支付</p>{/if}<p>商家发货</p><p>确认收货</p><p>订单结束<br/>双方互评</p>
 | 
						|
 | 
						|
   </div>
 | 
						|
 | 
						|
   <div class="wst-clear"></div>
 | 
						|
 | 
						|
   </div>
 | 
						|
 | 
						|
    {else}
 | 
						|
 | 
						|
        <div>
 | 
						|
 | 
						|
          <table class='log'>
 | 
						|
 | 
						|
            {volist name='$object["log"]' id='vo'}
 | 
						|
 | 
						|
             <tr>
 | 
						|
 | 
						|
               <td>{$vo['logTime']}</td>
 | 
						|
 | 
						|
               <td>{$vo['logContent']}</td>
 | 
						|
 | 
						|
             </tr>
 | 
						|
 | 
						|
            {/volist}
 | 
						|
 | 
						|
          </table>
 | 
						|
 | 
						|
        </div>                 
 | 
						|
 | 
						|
    {/if}
 | 
						|
 | 
						|
   </div>
 | 
						|
 | 
						|
   <!-- 订单信息 -->
 | 
						|
 | 
						|
   <div class='order-box'>
 | 
						|
 | 
						|
      <div class='box-head'>订单信息</div>
 | 
						|
 | 
						|
      <table class='wst-form'>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th width='100'>订单编号:</th>
 | 
						|
 | 
						|
           <td>{$object['orderNo']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th>支付方式:</th>
 | 
						|
 | 
						|
           <td>{:WSTLangPayType($object['payType'])}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         {if($object['payType']==1 && $object['isPay']==1)}
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th>支付时间:</th>
 | 
						|
 | 
						|
           <td>{$object['payTime']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th>交易流水:</th>
 | 
						|
 | 
						|
           <td>【{:WSTLangPayFrom($object['payFrom'])}】{$object['tradeNo']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         {/if}
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
            <th>配送方式:</th>
 | 
						|
 | 
						|
            <td>{:WSTLangDeliverType($object['deliverType'])}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         {if $object['expressNo']!=''}
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
            <th>快递公司:</th>
 | 
						|
 | 
						|
            <td>{$object['expressName']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
            <th>快递号:</th>
 | 
						|
 | 
						|
            <td>{$object['expressNo']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         {/if}
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
            <th>买家留言:</th>
 | 
						|
 | 
						|
            <td>{$object['orderRemarks']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
      </table>
 | 
						|
 | 
						|
   </div>
 | 
						|
 | 
						|
   {:hook('adminDocumentOrderView',['orderId'=>$object['orderId']])}
 | 
						|
 | 
						|
   {if $object['isRefund']==1}
 | 
						|
 | 
						|
   <!-- 退款信息 -->
 | 
						|
 | 
						|
   <div class='order-box'>
 | 
						|
 | 
						|
      <div class='box-head'>退款信息</div>
 | 
						|
 | 
						|
      <table class='wst-form'>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
            <th width='100'>退款备注:</th>
 | 
						|
 | 
						|
            <td>{$object['refundRemark']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
            <th>退款时间:</th>
 | 
						|
 | 
						|
            <td>{$object['refundTime']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
      </table>
 | 
						|
 | 
						|
   </div>
 | 
						|
 | 
						|
   {/if}
 | 
						|
 | 
						|
   <!-- 发票信息 -->
 | 
						|
 | 
						|
   <div class='order-box'>
 | 
						|
 | 
						|
      <div class='box-head'>发票信息</div>
 | 
						|
 | 
						|
      <table class='wst-form'>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th width='100'>是否需要发票:</th>
 | 
						|
 | 
						|
           <td>{if $object['isInvoice']==1}需要{else}不需要{/if}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         {if $object['isInvoice']==1}
 | 
						|
 | 
						|
              {php}$invoiceArr = json_decode($object['invoiceJson'],true);{/php}
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th>发票抬头:</th>
 | 
						|
 | 
						|
           <td>
 | 
						|
 | 
						|
            {if $object['isInvoice']==1}
 | 
						|
 | 
						|
              {$invoiceArr['invoiceHead']}
 | 
						|
 | 
						|
            {/if}
 | 
						|
 | 
						|
          </td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
        {if isset($invoiceArr['invoiceCode'])}
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th>发票税号:</th>
 | 
						|
 | 
						|
           <td>
 | 
						|
 | 
						|
              {$invoiceArr['invoiceCode']}
 | 
						|
 | 
						|
          </td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         {/if}
 | 
						|
 | 
						|
        {/if}
 | 
						|
 | 
						|
      </table>
 | 
						|
 | 
						|
   </div>
 | 
						|
 | 
						|
   <!-- 收货人信息 -->
 | 
						|
 | 
						|
   <div class='order-box'>
 | 
						|
 | 
						|
      <div class='box-head'>收货人信息</div>
 | 
						|
 | 
						|
      <table class='wst-form'>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th width='100'>下单会员:</th>
 | 
						|
 | 
						|
           <td>{$object['loginName']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th width='100'>收货人:</th>
 | 
						|
 | 
						|
           <td>{$object['userName']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
           <th>收货地址:</th>
 | 
						|
 | 
						|
           <td>{$object['userAddress']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
         <tr>
 | 
						|
 | 
						|
            <th>联系方式:</th>
 | 
						|
 | 
						|
            <td>{$object['userPhone']}</td>
 | 
						|
 | 
						|
         </tr>
 | 
						|
 | 
						|
      </table>
 | 
						|
 | 
						|
   </div>
 | 
						|
   <!-- 会员凭证 -->
 | 
						|
  <div class='order-box'>
 | 
						|
      <div class='box-head'>会员凭证</div>
 | 
						|
      <table class='wst-form'>
 | 
						|
        <tr>
 | 
						|
          <td width=''>凭证图</td>
 | 
						|
          <td width=''>内容</td>
 | 
						|
        </tr>
 | 
						|
        {if !empty($object["userCertificate"])}
 | 
						|
        {foreach name = '$object["userCertificate"]' item = "uc"}
 | 
						|
          <tr>
 | 
						|
            <td><img src="__IMGURL__/{$uc['imgUrl']}" /></td>
 | 
						|
            <td>{$uc['content']}</td>
 | 
						|
          </tr>
 | 
						|
          {/foreach}
 | 
						|
        {/if}
 | 
						|
      </table>
 | 
						|
   </div>
 | 
						|
    <!-- <div class='order-box'>
 | 
						|
      <div class='box-head'>商家凭证</div>
 | 
						|
      <table class='wst-form'>
 | 
						|
        <tr>
 | 
						|
          <td width=''>凭证图</td>
 | 
						|
          <td width=''>内容</td>
 | 
						|
        </tr>        
 | 
						|
        {if !empty($object["shopCertificate"])}          
 | 
						|
          {foreach name = '$object["shopCertificate"]' item = "sc"}
 | 
						|
          <tr>
 | 
						|
            <td><img src="__IMGURL__/{$sc['imgUrl']}" /></td>
 | 
						|
            <td>{$sc['content']}</td>
 | 
						|
          </tr>
 | 
						|
          {/foreach}
 | 
						|
        {/if}
 | 
						|
      </table> -->
 | 
						|
   </div>
 | 
						|
   <!-- 商品信息 -->
 | 
						|
 | 
						|
   <div class='order-box'>
 | 
						|
 | 
						|
       <div class='box-head'>商品清单</div>
 | 
						|
 | 
						|
       <div class='goods-head'>
 | 
						|
 | 
						|
          <div class='goods'>商品</div>
 | 
						|
 | 
						|
          <div class='price'>单价</div>
 | 
						|
 | 
						|
          <div class='num'>数量</div>
 | 
						|
 | 
						|
          <div class='t-price'>总价</div>
 | 
						|
 | 
						|
       </div>
 | 
						|
 | 
						|
       <div class='goods-item'>
 | 
						|
 | 
						|
          <div class='shop'>
 | 
						|
 | 
						|
          {$object['shopName']}
 | 
						|
 | 
						|
          {if $object['shopQQ'] !=''}
 | 
						|
 | 
						|
          <a href="tencent://message/?uin={$object['shopQQ']}&Site=QQ交谈&Menu=yes">
 | 
						|
 | 
						|
			  <img border="0" style='vertical-align:middle;' src="http://wpa.qq.com/pa?p=1:{$object['shopQQ']}:7" alt="QQ交谈" width="71" height="24" />
 | 
						|
 | 
						|
		  </a>
 | 
						|
 | 
						|
          {/if}
 | 
						|
 | 
						|
          {if $object['shopWangWang'] !=''}
 | 
						|
 | 
						|
          <a target="_blank" href="http://www.taobao.com/webww/ww.php?ver=3&touid={$object['shopWangWang']}&siteid=cntaobao&status=1&charset=utf-8">
 | 
						|
 | 
						|
			  <img border="0" style='vertical-align:middle;' src="http://amos.alicdn.com/realonline.aw?v=2&uid={$object['shopWangWang']}&site=cntaobao&s=1&charset=utf-8" alt="和我联系" />
 | 
						|
 | 
						|
		  </a>
 | 
						|
 | 
						|
          {/if}
 | 
						|
 | 
						|
          </div>
 | 
						|
 | 
						|
          <div class='goods-list'>
 | 
						|
 | 
						|
             {volist name='$object["goods"]' id='vo2'}
 | 
						|
 | 
						|
             {:hook('adminDocumentOrderViewGoodsPromotion',['goods'=>$vo2])}
 | 
						|
 | 
						|
             <div class='item j-g{$vo2['goodsId']}'>
 | 
						|
 | 
						|
		        <div class='goods'>
 | 
						|
 | 
						|
		            <div class='img'>
 | 
						|
 | 
						|
		                <a href='{:Url("home/goods/detail","id=".$vo2["goodsId"])}' target='_blank'>
 | 
						|
 | 
						|
			            <img src='__IMGURL__/{$vo2["goodsImg"]}' width='80' height='80' title='{$vo2["goodsName"]}'/>
 | 
						|
 | 
						|
			            </a>
 | 
						|
 | 
						|
		            </div>
 | 
						|
 | 
						|
		            <div class='name'>{if $vo2["goodsCode"]=='gift'}【赠品】{/if}{$vo2["goodsName"]}</div>
 | 
						|
 | 
						|
		            <div class='spec'>{:str_replace('@@_@@','<br/>',$vo2["goodsSpecNames"])}</div>
 | 
						|
 | 
						|
		        </div>
 | 
						|
 | 
						|
		        <div class='price'>¥{$vo2['goodsPrice']}</div>
 | 
						|
 | 
						|
		        <div class='num'>{$vo2['goodsNum']}</div>
 | 
						|
 | 
						|
		        <div class='t-price'>¥{$vo2['goodsPrice']*$vo2['goodsNum']}</div>
 | 
						|
 | 
						|
		        <div class='f-clear'></div>
 | 
						|
 | 
						|
             </div>
 | 
						|
 | 
						|
             {/volist}
 | 
						|
 | 
						|
          </div>
 | 
						|
 | 
						|
       </div>
 | 
						|
 | 
						|
       <div class='goods-footer'>
 | 
						|
 | 
						|
          <div class='goods-summary' style='text-align:right'>
 | 
						|
 | 
						|
             <div class='summary'>商品总金额:¥<span>{$object['goodsMoney']}</span></div>
 | 
						|
 | 
						|
             <div class='summary'>运费:¥<span>{$object['deliverMoney']}</span></div>
 | 
						|
 | 
						|
             <div class='summary'>应付总金额:¥<span>{$object['totalMoney']}</span></div>
 | 
						|
 | 
						|
             <div class='summary line'>积分抵扣金额:¥-<span>{$object['scoreMoney']}</span></div>
 | 
						|
 | 
						|
             {:hook('adminDocumentOrderSummaryView',['order'=>$object])}
 | 
						|
 | 
						|
             <div class='summary'>实付总金额:¥<span>{$object['realTotalMoney']}</span></div>
 | 
						|
             <div class='summary'>使用产品券:¥<span>{$object['productNum']}</span></div>
 | 
						|
             <div class='summary'>使用优惠券:¥<span>{$object['couponsNum']}</span></div>
 | 
						|
             <div class='summary'>使用旺旺券:¥<span>{$object['wangNum']}</span></div>
 | 
						|
              <div class='summary'>使用现金:¥<span>{$object['moneyNum']}</span></div>
 | 
						|
             <div>可获得积分:<span class='orderScore'>{$object["orderScore"]}</span>个</div>
 | 
						|
 | 
						|
          </div>
 | 
						|
 | 
						|
       </div>
 | 
						|
 | 
						|
   </div>
 | 
						|
 | 
						|
   <div class='wst-footer'>
 | 
						|
 | 
						|
   <button type="button" class="btn" onclick='javascript:history.go(-1)'><i class="fa fa-angle-double-left"></i>返回</div>
 | 
						|
 | 
						|
<div>
 | 
						|
 | 
						|
{/block}
 | 
						|
 |