public function __construct()
 {
     $this->_Model = D("RoleManagement");
     parent::__construct();
     $role_name_arr = array('综合信息员', '技术匹配员', '价格匹配员', '财务信息员', '电子CA公章业务员');
     $role_type_arr = array('1' => '一级订单', '2' => '二级订单', '3' => '三级订单', '4' => '四级订单', '5' => '五级订单', '6' => '六级订单', '7' => '七级订单', '8' => '八级订单', '9' => '九级订单', '10' => '十级订单');
     $this->assign('role_name_arr', $role_name_arr);
     $this->assign('role_type_arr', $role_type_arr);
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     $this->_Model = D("GroupBuying");
     parent::__construct();
     $now_year = date("Y");
     $year_arr = array($now_year, $now_year + 1, $now_year + 2, $now_year + 3, $now_year + 4, $now_year + 5);
     $month_arr = array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12);
     $this->assign('month_arr', $month_arr);
     $this->assign('year_arr', $year_arr);
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     $this->_Model = D("Users");
     parent::__construct();
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 5
0
 public function __construct()
 {
     $this->_Model = D('Requirement');
     parent::__construct();
 }
 public function __construct()
 {
     $this->_Model = D("GoodsCategory");
     parent::__construct();
 }
 public function __construct()
 {
     $this->_Model = D("CategoryImport");
     parent::__construct();
 }
Ejemplo n.º 8
0
 public function __construct()
 {
     $this->_Model = D("TeamBuying");
     parent::__construct();
 }
 public function __construct()
 {
     $this->_Model = D('IndustryInformation');
     parent::__construct();
 }