huwhois 4 jaren geleden
bovenliggende
commit
e7fb2ee427
2 gewijzigde bestanden met toevoegingen van 2 en 16 verwijderingen
  1. 1 2
      .gitignore
  2. 1 14
      application/index/controller/Index.php

+ 1 - 2
.gitignore

@ -1,3 +1,2 @@
1 1
/zzzzz/*
2
/vendor/
3
/extend/
2
/vendor/

+ 1 - 14
application/index/controller/Index.php

@ -153,24 +153,11 @@ class Index extends Controller
153 153
154 154
    public function test()
155 155
    {
156
        $data = "test--dasdsd";        
156
        $data = "test--dasdsd";
157 157
        $this->assign('data', $data);
158 158
        $this->fetch();
159 159
    }
160 160
161
    public function market()
162
    {
163
        $slect_time = isset($_GET['select_time']) ? $_GET['select_time'] : '';
164
        if ($slect_time != '') {
165
            $this->maonth_picker->cur_month = $slect_time;
166
        }
167
        $this->assign('maonth_picker', $this->maonth_picker);
168
169
        $company = new Company();
170
        $data_company = $company->listByName();
171
        var_dump($data_company);
172
    }
173
174 161
    public function salesData()
175 162
    {
176 163
        $sales = new Sales();