提交 bcf7d592 authored 作者: chengye's avatar chengye

test

上级 a5c6da38
......@@ -66,8 +66,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/application/em/controller/Invoice.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="186">
<caret line="39" column="35" selection-start-line="39" selection-start-column="35" selection-end-line="39" selection-end-column="35" />
<state relative-caret-position="372">
<caret line="39" selection-start-line="39" selection-end-line="39" />
</state>
</provider>
</entry>
......@@ -221,12 +221,12 @@
<workItem from="1578817951649" duration="618000" />
<workItem from="1578900535997" duration="5097000" />
<workItem from="1578907167448" duration="144000" />
<workItem from="1578972376079" duration="4170000" />
<workItem from="1578972376079" duration="4238000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="10117000" />
<option name="totallyTimeSpent" value="10185000" />
</component>
<component name="ToolWindowManager">
<frame x="1358" y="-125" width="1936" height="1056" extended-state="6" />
......@@ -499,8 +499,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/application/em/controller/Invoice.php">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="186">
<caret line="39" column="35" selection-start-line="39" selection-start-column="35" selection-end-line="39" selection-end-column="35" />
<state relative-caret-position="372">
<caret line="39" selection-start-line="39" selection-end-line="39" />
</state>
</provider>
</entry>
......
......@@ -36,8 +36,8 @@ class Invoice extends Base
$search_text = Request::get('search_text');
$search_type = Request::get('search_type');
if($search_text){
var_dump($search_text);
switch ($search_type) {
case '1':
$this->assign('search_text',$search_text);
......@@ -58,6 +58,8 @@ class Invoice extends Base
}else{
$this->assign('search_type','');
$this->assign('search_text','');
var_dump('11221');
}
$page =Request::param('page')?Request::param('page'):1;
$limit = Request::param('limit')?Request::param('limit'):10;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论