17f8454a by wang

init

1 parent a077a394
......@@ -21,12 +21,12 @@ class Finance extends CI_Controller {
$this->load->view('finance/makeLoan');
}
public function addtime()
public function addtime($id)
{
// $ret = new stdClass();
// $ret->id = $id;
$this->load->view('finance/addtime');
$this->load->view('finance/addtime',$id);
}
public function chargedetail()
......
......@@ -2,7 +2,7 @@
<body>
<form action="" id="form1">
<input type="text" name="id" value="<?=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!