ÿØÿà JFIF ` ` ÿþ
Server : Apache System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : tkt_travelbus ( 1137) PHP Version : 7.0.0p1 Disable Function : mysql_pconnect Directory : /tkt_travelbus/www/toadmin/agent_reserve/ |
Upload File : |
<? include "../include/top_proc.html"; // 상담 목록 $sql_where = " and res_no='{$res_no}' "; if($cseq) $sql_where .= " or cseq='{$cseq}' "; $data_sd = contab_sd_list($sql_where); // 예약정보 $data_res = res_good_master(" and res_no='{$res_no}' "); $row_res = $data_res[0]; ?> <table border="0" cellspacing="0" cellpadding="0" width="100%" class="setting_write2"> <colgroup> <col style=" width:40px" /> <col style=" width:100px" /> <col style=" width:140px" /> <col /> <col style=" width:40px" /> <tbody> <tr> <th>No.</th> <th>구분</th> <th>-</th> <th>내용</th> <th>-</th> </tr> <?php if ($row_res['res_cust_memo']) {?> <tr> <td></td> <td>고객요청</td> <td><?=$row_res['ins_dt']?></td> <td class="txt_l pl10"><?=nl2br($row_res['res_cust_memo'])?></td> <td></td> </tr> <?php }?> <? for( $i=0 ; $i<count($data_sd) ; $i++) { $num = count($data_sd)-$i; $arr = $data_sd[$i]; ?> <tr> <td><?=$num?></td> <td><?=$arr['mode_nm']?></td> <td><?=$arr['ins_dt2']?><br><?=$arr['hp']?></td> <td class="txt_l pl10"> <?=nl2br($arr['ct_cont'])?> </td> <td></td> </tr> <? } ?> </tbody> </table>