?public function recordEstimate($taskID)? ? {? ? ? ? $this->commonAction($taskID);? ? ? ? if(!empty($_POST))? ? ? ? {? ? ? ? ? ? $this->task->recordEstimate($taskID);? ? ? ? ? ? if(isonlybody()) die(js::closeModal('parent.parent', 'this'));? ? ? ? ? ? die(js::locate($this->createLink('task', 'view', "taskID=$taskID"), 'parent'));? ? ? ? }? ? ? ? $this->session->set('estimateList', $this->app->getURI(true));? ? ? ? $this->view->task ? ? ?= $this->task->getById($taskID);? ? ? ? $this->view->estimates = $this->task->getTaskEstimate($taskID);? ? ? ? $this->view->title ? ? = $this->lang->task->record; ? ? ? ? $this->display();? ? }如何改代碼 ?
禪道的任務(wù)工時(shí) 如何實(shí)現(xiàn)在輸完日期和工時(shí)后 剩余工時(shí)自動算出
qq_落葉終未有_0
2016-06-16 20:59:52