|
|
|
|
<form action="/webht.php/apps/paypal/index/gai_modal_save" method="post" id="form_modal_gai" name="form_modal_gai">
|
|
|
|
|
<?php if ( ! empty($gai_info)) { ?>
|
|
|
|
|
<p>已录入订单 <?php echo!empty($old_order) ? $old_order : ""; ?></p>
|
|
|
|
|
<table class="table table-hover table-bordered">
|
|
|
|
|
<thead>
|
|
|
|
|
<th>申请金额/币种</th>
|
|
|
|
|
<th>实收金额</th>
|
|
|
|
|
</thead>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><?php echo $gai_info[0]->GAI_SQJE; ?> <?php echo $gai_info[0]->GAI_SQJECurrency; ?></td>
|
|
|
|
|
<td><?php echo $gai_info[0]->GAI_SSJE; ?> CNY</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<p>撤回以上订单收款记录, 并转移到订单: </p>
|
|
|
|
|
<?php } else { ?>
|
|
|
|
|
<p>未自动录入到订单 </p>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="text" class="form-control" id="pn_invoice" name="pn_invoice" value="<?php echo $new_order; ?>" placeholder="输入订单号" >
|
|
|
|
|
<span class="input-group-addon search-btn" style="cursor: pointer; background: url(//data.chinahighlights.com/css/images/global/site-search-button.png) no-repeat center center;width: auto;height: auto;"
|
|
|
|
|
onclick="show_gai_modal('<?php echo $note->pn_txn_id; ?>','<?php echo $note->pn_sn; ?>', $('#pn_invoice').val())" ></span>
|
|
|
|
|
</div>
|
|
|
|
|
<label class="text-danger">订单号形如: 160414408_B , B商务订单,JJ160321052_T,T传统订单,请务必加上后缀</label>
|
|
|
|
|
<div>订单详细内容: </div>
|
|
|
|
|
<p>
|
|
|
|
|
<?php //
|
|
|
|
|
if (!empty($order_info)) {
|
|
|
|
|
echo "COLI_SN => $order_info->COLI_SN<br/>";
|
|
|
|
|
echo "COLI_ID => $order_info->COLI_ID<br/>";
|
|
|
|
|
echo "OPI_Email => $order_info->OPI_Email<br/>";
|
|
|
|
|
echo "OPI_Name => $order_info->OPI_Name<br/>";
|
|
|
|
|
echo!empty($order_info->COLI_GroupCode) ? "COLI_GroupCode => $order_info->COLI_GroupCode<br/>" : false;
|
|
|
|
|
echo!empty($order_info->COLI_OrderDetailText) ? "COLI_OrderDetailText => $order_info->COLI_OrderDetailText\n" : false;
|
|
|
|
|
} else {
|
|
|
|
|
echo '找不到目标订单内容';
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
</p>
|
|
|
|
|
<input type="hidden" name="pn_txn_id" id="pn_txn_id" value="<?php echo $note->pn_txn_id; ?>" />
|
|
|
|
|
<input type="hidden" name="pn_id" id="pn_id" value="<?php echo $note->pn_sn; ?>" />
|
|
|
|
|
</form>
|