|
@@ -43,6 +43,8 @@ class Workshopshow extends Start_Controller
|
|
|
$this->_dyc7twchshow();
|
|
$this->_dyc7twchshow();
|
|
|
}elseif($arg == 'wfhshow'){
|
|
}elseif($arg == 'wfhshow'){
|
|
|
$this->_wfhshow();
|
|
$this->_wfhshow();
|
|
|
|
|
+ }elseif($arg == 'gcjscsshow'){
|
|
|
|
|
+ $this->_gcjscsshow();
|
|
|
}else {
|
|
}else {
|
|
|
$this->_index();
|
|
$this->_index();
|
|
|
}
|
|
}
|
|
@@ -933,7 +935,13 @@ class Workshopshow extends Start_Controller
|
|
|
}
|
|
}
|
|
|
// 各车间生产条数
|
|
// 各车间生产条数
|
|
|
private function _gcjscsshow(){
|
|
private function _gcjscsshow(){
|
|
|
-
|
|
|
|
|
|
|
+ if($this->input->method() == 'post'){
|
|
|
|
|
+ $page = $this->input->post('page',true);
|
|
|
|
|
+ }else{
|
|
|
|
|
+ $id = $this->input->get('id',true);
|
|
|
|
|
+ $this->data['lx'] = $id;
|
|
|
|
|
+ $this->_Template('workshopshow_gcjscsshow', $this->data);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|