8210be9b by wang

init

1 parent 5454ed37
......@@ -21,12 +21,12 @@ class Finance extends CI_Controller {
$this->load->view('finance/makeLoan');
}
public function addtime($id)
public function addtime()
{
$ret = new stdClass();
$ret->id = $id;
$this->load->view('finance/addtime',$ret);
// $ret = new stdClass();
// $ret->id = $id;
$this->load->view('finance/addtime');
}
public function chargedetail()
......
......@@ -2,7 +2,7 @@
<body>
<form action="" id="form1">
<input type="text" name="id" value="<?=$ret->id?>">
<input type="text" name="id" value="<?=id?>">
<div class="panel panel-default mb-20">
<div class="panel-body cl">
<div class="row cl">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!