|
|
|
|
@ -211,7 +211,7 @@ echo "<option value=\"$vf->TEL_SN@" . strstr($vf->TEL_transactionDate, " ", true
|
|
|
|
|
$raw_content = json_decode($item->pn_memo);
|
|
|
|
|
$show_record = '查看录入状态';
|
|
|
|
|
if ($item->pn_send == 'send' || substr($item->pn_send, 0, 5) == "send-") {
|
|
|
|
|
$show_send = 'send';
|
|
|
|
|
$show_send = $item->pn_send;
|
|
|
|
|
} elseif ($item->pn_send == 'closeRecord') {
|
|
|
|
|
$show_send = $show_record = '已忽略';
|
|
|
|
|
} else if (strtolower($item->pn_payment_status) == 'completed') {
|
|
|
|
|
|