Commit 5f2a1341 authored by hujun's avatar hujun

已结单

parent 925aded5
...@@ -88,7 +88,13 @@ class Finance extends Basic ...@@ -88,7 +88,13 @@ class Finance extends Basic
} }
$result = $this->response($data['code'], $data['msg'], $data['data']); $result = $this->response($data['code'], $data['msg'], $data['data']);
} else { } else {
$result = view('finance/index'); if ($this->params['check_status'] != 4) {
//未结单
$result = view('finance/index');
} else {
//已结单
$result = view('finance/statement');
}
} }
return $result; return $result;
......
{layout name="global/frame_tpl" /}
已结单
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment