Ejemplo n.º 1
0
      <?php 
        if ($val['re_start_time'] != '') {
            ?>
      <?php 
            echo date('Y-m-d', $val['re_start_time']) . ' ~ ' . date('Y-m-d', $val['re_end_time']);
            ?>
      <?php 
        }
        ?>
      </td>
      <td>
      <?php 
        if ($val['re_pay_cert'] != '') {
            ?>
      <a href="<?php 
            echo uk86_getStoreJoininImageUrl($val['re_pay_cert']);
            ?>
" target="_blank">查看</a>
      <?php 
        }
        ?>
      </td>
      <td><?php 
        echo str_replace(array('0', '1', '2'), array('待付款', '待审核', '通过审核'), $val['re_state']);
        ?>
</td>
      <td class="nscs-table-handle">
      <?php 
        if ($val['re_state'] == '0') {
            ?>
      <span><a href="javascript:void(0)" class="btn-red" onclick="ajax_get_confirm('<?php 
</td>
      </tr>
      <tr>
        <th>身份证号码:</th>
        <td><?php 
echo $output['joinin_detail']['business_licence_number'];
?>
</td></tr>

      <tr>
        <th>身份证扫描件:</th>
        <td colspan="20"><a nctype="nyroModal"  href="<?php 
echo uk86_getStoreJoininImageUrl($output['joinin_detail']['business_licence_number_electronic']);
?>
"> <img src="<?php 
echo uk86_getStoreJoininImageUrl($output['joinin_detail']['business_licence_number_electronic']);
?>
" alt="" /> </a></td>
      </tr>
    </tbody>
  </table>


  <table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
    <thead>
      <tr>
        <th colspan="2">结算(支付宝)账号信息:</th>
      </tr>
    </thead>
    <tbody>
      <tr>
Ejemplo n.º 3
0
    </tr>
    <tr>
        <th>纳税人识别号:</th>
        <td><?php 
echo $output['joinin_detail']['taxpayer_id'];
?>
</td>
    </tr>
    <tr>
        <th>税务登记证号<br />
            电子版:</th>
        <td><a nctype="nyroModal"  href="<?php 
echo uk86_getStoreJoininImageUrl($output['joinin_detail']['tax_registration_certificate_electronic']);
?>
"> <img src="<?php 
echo uk86_getStoreJoininImageUrl($output['joinin_detail']['tax_registration_certificate_electronic']);
?>
" alt="" /> </a></td>
        </tr>
    </tbody>
</table>
<table border="0" cellpadding="0" cellspacing="0" class="store-joinin">
    <thead>
        <tr>
            <th colspan="20">店铺经营信息</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th class="w150">卖家账号:</th>
            <td><?php 
Ejemplo n.º 4
0
                    </table>
                </td>
            </tr>
            <?php 
if (in_array(intval($output['joinin_detail']['joinin_state']), array(STORE_JOIN_STATE_PAY, STORE_JOIN_STATE_FINAL))) {
    ?>
                <tr>
                    <th>付款凭证:</th>
                    <td><a nctype="nyroModal"
                           href="<?php 
    echo uk86_getStoreJoininImageUrl($output['joinin_detail']['paying_money_certificate']);
    ?>
">
                            <img
                                src="<?php 
    echo uk86_getStoreJoininImageUrl($output['joinin_detail']['paying_money_certificate']);
    ?>
"
                                alt=""/> </a></td>
                </tr>
                <tr>
                    <th>付款凭证说明:</th>
                    <td><?php 
    echo $output['joinin_detail']['paying_money_certificate_explain'];
    ?>
</td>
                </tr>
            <?php 
}
?>
            <?php