|
|
|
การใช้งาน js ปฏิทิน กับ php ci เรียกใช้งานไม่ได้ ครับ แนะนำด้วยครับ |
|
|
|
|
|
|
|
Code (PHP)
<?PHP
$this->projectcallin = $this->load->database('projectcallin', TRUE);
$nickname= $this->session->userdata('nickname');
$surname = $this->session->userdata('surname');
$id= $this->session->userdata('officer_id');
$team_id= $this->session->userdata('team_id');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Call IN</title>
<style type="text/css">
.font1 {
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
color: #FFF;
font-weight: bold;
}
#form1 table tr td table tr td {
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
color: #333;
}
body {
background-repeat: repeat;
}
.font2 { color: #000;
}
.font11 { font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
color: #FFF;
font-weight: bold;
}
.font11 {
color: #FFF;
font-size: 12px;
}
.activ_status {
color: #0C0;
}
.activ_status2 {
color: #F00;
}
.all_status {
color: #00F;
}
.font21 { font-size: 14px;
}
</style>
<script language='javascript' src="<?php echo base_url(); ?>assets/popup-calendar/popcalendar.js"></script>
<script type="text/javascript">
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
</script>
</head>
<body background="<?php echo base_url(); ?>images/bg/bg.gif" onload="MM_preloadImages('../../../../images/menu_hover/addsale2.png','../../../../images/menu_hover/adduser2.png')">
<?php echo $this->load->view('callin/login/header'); ?>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="309" align="center" valign="top" bgcolor="#FFFFFF"><?PHP echo $this->load->view('callin/hover_manu'); ?><br />
<table width="750" border="0" align="center" cellpadding="0" cellspacing="2" background="<?php //echo base_url(); ?>images/bg/bg2.gif">
<tr>
<td width="605" height="3"><table width="750" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="605" height="30" align="center" bgcolor="#003399" class="font1">ตารางพนักงานขาย Sale</td>
</tr>
</table></td>
</tr>
<tr>
<td height="4"><hr /></td>
</tr>
<tr>
<td height="10"><table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="342" align="center" valign="top" >
<?PHP echo form_open('report_callin/report_time'); ?>
<table width="750" border="0" align="center" cellpadding="0" cellspacing="2">
<tr>
<td width="313" align="right">เริ่มต้น :</td>
<td width="15" rowspan="2" align="right"> </td>
<td width="414">
<input name="date" type="text" id="date" size="10" />
<script language='javascript'>
<!--
if (!document.layers) {
document.write("<input type=button onclick='popUpCalendar(this, form1.date, \"yyyy-mm-dd\")' value=' วันที่ ' style='font-size:11px'>")
}
//-->
</script></td>
</tr>
<tr>
<td width="313" align="right">สิ้นสุด :</td>
<td><label for="end"></label>
<select name="end" id="end">
</select></td>
</tr>
<tr>
<td align="right"> </td>
<td align="right"> </td>
<td><input type="submit" name="button" id="button" value="แสดง" /></td>
</tr>
<tr>
<td colspan="3"><hr /></td>
</tr>
</table>
<?PHP echo form_close(); ?>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="2" bordercolor="#0000FF" >
<tr style="color: #FFF; font-size: 12px;">
<td width="100" height="25" align="center" bgcolor="#000099"><strong>ชื่อลูกค้า</strong></td>
<td width="80" align="center" bgcolor="#000099"><strong>ชื่อเว็บไซด์</strong></td>
<td width="50" align="center" bgcolor="#000099"><strong>เบอร์โทร</strong></td>
<td width="80" align="center" bgcolor="#000099"><strong>สนใจสินค้า</strong></td>
<td width="80" align="center" bgcolor="#000099"><strong>รายละเอียด</strong></td>
<td width="50" align="center" bgcolor="#000099"><strong>วันเวลา</strong></td>
<td width="50" align="center" bgcolor="#000099"><strong>สถานะ</strong></td>
<?PHP if($team_id == 28){ ?>
<td width="50" align="center" bgcolor="#000099"><strong>sale</strong></td>
<?PHP } ?>
</tr>
<?PHP
if(count($rs)==0){
echo "=== No data ===";
}
else
{
foreach($rs as $r){
?>
<tr class="font21">
<td width="100" align="center" bgcolor="#CCCCFF"><?PHP echo $r['name']; ?></td>
<td width="80" align="center" bgcolor="#CCCCFF"><?PHP echo $r['web']; ?></td>
<td width="50" align="center" bgcolor="#CCCCFF"><?PHP echo $r['tell']; ?></td>
<td width="80" align="center" bgcolor="#CCCCFF"><?PHP echo $r['product_name']; ?></td>
<td width="80" align="center" bgcolor="#CCCCFF"><a href="<?php echo base_url(); ?>index.php/callin/callin_detail/<?PHP echo $r['id']; ?>">รายละเอียด</a></td>
<td width="50" align="center" bgcolor="#CCCCFF"><?PHP echo $r['date']; ?></td>
<td width="50" align="center" bgcolor="#CCCCFF"><?PHP
if($r['status'] == 1){
echo "<font color=\"#00cc00\"><b>เสร็จสิ้น</b></font>";
}else{
echo "<font color=\"RED\"><b>ยังไม่เสร็จ</b></font>";
}
?></td>
<?PHP
//$sale_id = $r['officer_id'];
// $name_sale=$this->erp->get_where('erp_officer',array('id'=>$sale_id));
// $row = $name_sale->row_array();
?>
<td width="50" align="center" bgcolor="#CCCCFF"><?PHP // echo $row['nickname']; ?></td>
<?PHP
}
?>
</tr>
<?PHP
}
?>
</table> <br />
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="19" align="right"><?PHP echo $this->pagination->create_links(); ?></td>
</tr>
</table>
<br />
<br /></td>
</tr>
</table>
<?php echo $this->load->view('callin/footer'); ?>
</body>
</html>
จากโค้ดด้านบน
ผมลองใส่ js ปฏิทินลงไปครับ จะใช้ในการกรอก วันเวลา เริ่มต้นกับวันเวลาสิ้นสุดในการทำ รีพอท
ของ codeginiter ครับ
รันได้แต่ตอน กดเลือกปฏิทิน ไม่ขึ้นครับ
ผิดตรงไหนป่าวครับ
โฟเดอร์ ที่เก็บ พวก js เอาไว้ บนสุดของ ci แล้วครับ
Tag : PHP
|
|
|
|
|
|
Date :
2013-05-18 12:53:24 |
By :
showroom |
View :
973 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|